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

12

  /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 44 milliseconds

12