Home
last modified time | relevance | path

Searched refs:fls64 (Results 1 – 3 of 3) sorted by relevance

/tools/include/asm-generic/bitops/
Dfls64.h19 static __always_inline int fls64(__u64 x) in fls64() function
27 static __always_inline int fls64(__u64 x) in fls64() function
/tools/include/linux/
Dbitops.h60 return fls64(l); in fls_long()
Dlog2.h29 return fls64(n) - 1; in __ilog2_u64()