Home
last modified time | relevance | path

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

/external/fio/lib/
Dffz.h4 static inline int __ffs(unsigned long word) in __ffs() function
40 return __ffs(~bitmask); in ffz()
/external/linux-tools-perf/src/tools/perf/util/include/linux/
Dbitops.h59 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() function
113 return result + __ffs(tmp); in find_first_bit()
155 return result + __ffs(tmp); in find_next_bit()
/external/f2fs-tools/lib/
Dlibf2fs.c145 static inline unsigned long __ffs(unsigned long word) in __ffs() function
212 return result + __ffs(tmp); in find_next_bit()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt607 fun:__ffs=uninstrumented