Searched refs:lfs_npw2 (Results 1 – 1 of 1) sorted by relevance
100 static inline uint32_t lfs_npw2(uint32_t a) in lfs_npw2() function124 return lfs_npw2((a & -a) + 1) - 1; in lfs_ctz()