Searched refs:__ffs (Results 1 - 5 of 5) sorted by relevance

/external/kernel-headers/original/asm-generic/bitops/
H A Dffz.h10 #define ffz(x) __ffs(~(x))
H A D__ffs.h7 * __ffs - find first bit in word.
12 static inline unsigned long __ffs(unsigned long word) function
/external/kernel-headers/original/asm-x86/
H A Dbitops_32.h357 * __ffs - find first bit in word.
362 static inline unsigned long __ffs(unsigned long word) function
385 return __ffs(val) + x;
/external/kernel-headers/original/asm-arm/
H A Dbitops.h236 #include <asm-generic/bitops/__ffs.h>
280 #define __ffs(x) (ffs(x) - 1) macro
281 #define ffz(x) __ffs( ~(x) )
/external/kernel-headers/original/asm-mips/
H A Dbitops.h597 * __ffs - find first bit in word.
603 static inline unsigned long __ffs(unsigned long word) function
651 #include <asm-generic/bitops/__ffs.h>

Completed in 85 milliseconds