Home
last modified time | relevance | path

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

/tools/include/asm-generic/bitops/
Dfls64.h18 static __always_inline int fls64(__u64 x) in fls64() function
26 static __always_inline int fls64(__u64 x) in fls64() function
/tools/testing/radix-tree/linux/bitops/
Dfls64.h6 static inline int fls64(__u64 x) in fls64() function
/tools/include/linux/
Dbitops.h57 return fls64(l); in fls_long()
Dlog2.h30 return fls64(n) - 1; in __ilog2_u64()
/tools/perf/
DMANIFEST56 tools/include/asm-generic/bitops/fls64.h
DMakefile.perf443 @(test -f ../../include/asm-generic/bitops/fls64.h && ( \
444 …(diff -B ../include/asm-generic/bitops/fls64.h ../../include/asm-generic/bitops/fls64.h >/dev/null…