Home
last modified time | relevance | path

Searched refs:fls (Results 1 – 4 of 4) sorted by relevance

/tools/include/asm-generic/bitops/
Dfls64.h23 return fls(h) + 32; in fls64()
24 return fls(x); in fls64()
Dfls.h13 static __always_inline int fls(unsigned int x) in fls() function
/tools/include/linux/
Dbitops.h60 return fls(l); in fls_long()
Dlog2.h23 return fls(n) - 1; in __ilog2_u32()