Home
last modified time | relevance | path

Searched refs:fls (Results 1 – 7 of 7) sorted by relevance

/include/asm-generic/bitops/
Dfls64.h22 return fls(h) + 32; in fls64()
23 return fls(x); in fls64()
Dbuiltin-fls.h11 static __always_inline int fls(int x) in fls() function
Dcount_zeros.h30 return BITS_PER_LONG - fls(x); in count_leading_zeros()
Dfls.h12 static __always_inline int fls(int x) in fls() function
/include/asm-generic/
Dgetorder.h20 order = fls(size); in __get_order()
/include/linux/
Dbitops.h64 order = fls(count); in get_bitmask_order()
72 order = fls(count) - 1; in get_count_order()
188 return fls(l); in fls_long()
Dlog2.h28 return fls(n) - 1; in __ilog2_u32()