Searched refs:lfs_npw2 (Results 1 – 2 of 2) sorted by relevance
152 static inline uint32_t lfs_npw2(uint32_t a) { in lfs_npw2() function173 return lfs_npw2((a & -a) + 1) - 1; in lfs_ctz()
2221 lfs_npw2(current-target+1) - 1, in lfs_ctz_find()3480 LFS_ASSERT(4*lfs_npw2(0xffffffff / (lfs->cfg->block_size-2*4)) in lfs_init()