HomeSort by relevance Sort by last modified time
    Searched refs:__ffs (Results 1 - 11 of 11) sorted by null

  /bionic/libc/kernel/common/asm-generic/bitops/
ffz.h 15 #define ffz(x) __ffs(~(x))
  /external/kernel-headers/original/asm-generic/bitops/
ffz.h 10 #define ffz(x) __ffs(~(x))
__ffs.h 7 * __ffs - find first bit in word.
12 static inline unsigned long __ffs(unsigned long word) function
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm-generic/bitops/
ffz.h 15 #define ffz(x) __ffs(~(x))
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm-generic/bitops/
ffz.h 15 #define ffz(x) __ffs(~(x))
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/bitops/
ffz.h 15 #define ffz(x) __ffs(~(x))
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm-generic/bitops/
ffz.h 15 #define ffz(x) __ffs(~(x))
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm-generic/bitops/
ffz.h 15 #define ffz(x) __ffs(~(x))
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm-generic/bitops/
ffz.h 15 #define ffz(x) __ffs(~(x))
  /external/kernel-headers/original/asm-x86/
bitops_32.h 357 * __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/
bitops.h 236 #include <asm-generic/bitops/__ffs.h>
280 #define __ffs(x) (ffs(x) - 1) macro
281 #define ffz(x) __ffs( ~(x) )

Completed in 128 milliseconds