Home
last modified time | relevance | path

Searched defs:__ffs (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/asm-generic/bitops/
D__ffs.h12 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() function
/external/u-boot/arch/m68k/include/asm/
Dbitops.h42 #define __ffs(x) (ffs(x) - 1) macro
/external/u-boot/arch/x86/include/asm/
Dbitops.h346 static inline unsigned long __ffs(unsigned long word) in __ffs() function
/external/f2fs-tools/lib/
Dlibf2fs.c330 static inline u64 __ffs(u8 word) in __ffs() function