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/perf-3.12.0/tools/perf/util/include/linux/
Dbitops.h63 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() function
117 return result + __ffs(tmp); in find_first_bit()
159 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_ubuntu1204_abilist.txt694 fun:__ffs=uninstrumented