Home
last modified time | relevance | path

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

/external/u-boot/include/asm-generic/bitops/
Dfls.h12 static __always_inline int fls(int x) in fls() function
/external/u-boot/include/linux/
Dbitops.h148 # define fls generic_fls macro
/external/u-boot/arch/powerpc/include/asm/
Dbitops.h170 static __inline__ int fls(unsigned int x) in fls() function
/external/u-boot/lib/
Dbch.c120 static int fls(int x) in fls() function