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

  /bionic/libc/kernel/common/asm-generic/bitops/
ffz.h 15 #define ffz(x) __ffs(~(x)) macro
  /external/kernel-headers/original/asm-generic/bitops/
ffz.h 5 * ffz - find first zero in word.
10 #define ffz(x) __ffs(~(x)) macro
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm-generic/bitops/
ffz.h 15 #define ffz(x) __ffs(~(x)) macro
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm-generic/bitops/
ffz.h 15 #define ffz(x) __ffs(~(x)) macro
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/bitops/
ffz.h 15 #define ffz(x) __ffs(~(x)) macro
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm-generic/bitops/
ffz.h 15 #define ffz(x) __ffs(~(x)) macro
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm-generic/bitops/
ffz.h 15 #define ffz(x) __ffs(~(x)) macro
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm-generic/bitops/
ffz.h 15 #define ffz(x) __ffs(~(x)) macro
  /external/kernel-headers/original/asm-x86/
bitops_32.h 400 * ffz - find first zero in word.
405 static inline unsigned long ffz(unsigned long word) function
423 * differs in spirit from the above ffz() (man ffs).
  /external/kernel-headers/original/asm-arm/
bitops.h 235 #include <asm-generic/bitops/ffz.h>
281 #define ffz(x) __ffs( ~(x) ) macro
  /external/grub/stage2/
fsys_ext2fs.c 196 #define log2(n) ffz(~(n))
239 * ffz = Find First Zero in word. Undefined if no zero exists,
243 ffz (unsigned long word) function
  /external/kernel-headers/original/linux/
signal.h 68 return ffz(~word);

Completed in 89 milliseconds