Home
last modified time | relevance | path

Searched refs:lfs_npw2 (Results 1 – 2 of 2) sorted by relevance

/littlefs-2.7.6/
Dlfs_util.h152 static inline uint32_t lfs_npw2(uint32_t a) { in lfs_npw2() function
173 return lfs_npw2((a & -a) + 1) - 1; in lfs_ctz()
Dlfs.c2221 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()