Searched defs:ffs (Results 1 - 7 of 7) sorted by relevance

/u-boot/arch/nios2/include/asm/bitops/
H A Dffs.h12 static inline int ffs(int x) function
/u-boot/include/asm-generic/bitops/
H A Dbuiltin-ffs.h13 #define ffs(x) __builtin_ffs(x) macro
/u-boot/arch/sh/include/asm/
H A Dbitops.h126 static inline int ffs (int x) function
/u-boot/include/linux/
H A Dbitops.h165 # define ffs generic_ffs macro
/u-boot/arch/powerpc/include/asm/
H A Dbitops.h213 static __inline__ int ffs(int x) function
/u-boot/arch/x86/include/asm/
H A Dbitops.h362 static __inline__ int ffs(int x) function
/u-boot/fs/ubifs/
H A Ddebug.c2628 unsigned int from, to, ffs = chance(1, 2); local

Completed in 87 milliseconds