Home
last modified time | relevance | path

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

/tools/include/asm-generic/bitops/
A 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/
A Dlog2.h29 return fls64(n) - 1; in __ilog2_u64()
A Dbitops.h79 return fls64(l); in fls_long()
/tools/testing/selftests/bpf/progs/
A Dbpf_cubic.c131 static int fls64(__u64 x) in fls64() function
248 b = fls64(a); in cubic_root()

Completed in 9 milliseconds