Home
last modified time | relevance | path

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

/littlefs-3.5.0-3.4.0/
Dlfs_util.h126 static inline uint32_t lfs_npw2(uint32_t a) { in lfs_npw2() function
147 return lfs_npw2((a & -a) + 1) - 1; in lfs_ctz()
Dlfs.c2677 lfs_npw2(current-target+1) - 1, in lfs_ctz_find()
3929 LFS_ASSERT(4*lfs_npw2(0xffffffff / (lfs->cfg->block_size-2*4))