Home
last modified time | relevance | path

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

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