Home
last modified time | relevance | path

Searched refs:__fls (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/asm-generic/bitops/
H A Dfls64.h30 return __fls(x) + 1; in fls64()
H A D__fls.h12 static __always_inline unsigned long __fls(unsigned long word) in __fls() function