Home
last modified time | relevance | path

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

/u-boot/include/asm-generic/bitops/
A D__ffs.h12 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() function
/u-boot/arch/m68k/include/asm/
A Dbitops.h42 #define __ffs(x) (ffs(x) - 1) macro
/u-boot/arch/x86/include/asm/
A Dbitops.h346 static inline unsigned long __ffs(unsigned long word) in __ffs() function

Completed in 18 milliseconds