Home
last modified time | relevance | path

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

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