Searched refs:__fls (Results 1 – 3 of 3) sorted by relevance
24 static inline unsigned long __fls(unsigned long x);30 static inline unsigned long __fls(unsigned long x) in __fls() function
31 return __fls(x) + 1; in fls64()
45 #define __fls(word) generic___fls(word) macro
Completed in 5 milliseconds