Searched refs:__fls (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/asm-generic/bitops/ | ||
| H A D | fls64.h | 30 return __fls(x) + 1; in fls64() |
| H A D | __fls.h | 12 static __always_inline unsigned long __fls(unsigned long word) in __fls() function |