Searched refs:fls (Results 1 – 4 of 4) sorted by relevance
23 return fls(h) + 32; in fls64()24 return fls(x); in fls64()
13 static __always_inline int fls(unsigned int x) in fls() function
60 return fls(l); in fls_long()
23 return fls(n) - 1; in __ilog2_u32()