Home
last modified time | relevance | path

Searched refs:lfs_npw2 (Results 1 - 4 of 4) sorted by relevance

/third_party/littlefs/
H A 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()
H A Dlfs.c2843 lfs_npw2(current-target+1) - 1, in lfs_ctz_find()
4145 LFS_ASSERT(4*lfs_npw2(0xffffffff / (lfs->cfg->block_size-2*4))
/third_party/littlefs/runners/
H A Dtest_runner.c316 size_t ncount = 1 << lfs_npw2( in test_define_suite()
352 size_t ncapacity = 1 << lfs_npw2(count * permutations); in test_define_suite()
2725 size_t ncount = 1 << lfs_npw2(d+1); in main()
H A Dbench_runner.c303 size_t ncount = 1 << lfs_npw2( in bench_define_suite()
339 size_t ncapacity = 1 << lfs_npw2(count * permutations); in bench_define_suite()
2012 size_t ncount = 1 << lfs_npw2(d+1); in main()

Completed in 15 milliseconds