Searched refs:fls (Results 1 – 5 of 5) sorted by relevance
22 return fls(h) + 32; in fls64()23 return fls(x); in fls64()
12 static __always_inline int fls(unsigned int x) in fls() function
12 static __always_inline int fls(int x) in fls() function
168 # define fls generic_fls macro174 return fls(l); in fls_long()
29 return fls(n) - 1; in __ilog2_u32()
Completed in 7 milliseconds