Symbol: fls
arch/alpha/include/asm/bitops.h
411
static inline __attribute_const__ int fls(unsigned int x)
arch/arc/include/asm/bitops.h
117
static inline __attribute__ ((const)) int fls(unsigned int x)
arch/arc/include/asm/bitops.h
74
static inline __attribute__ ((const)) int fls(unsigned int x)
arch/csky/include/asm/bitops.h
42
static __always_inline __attribute_const__ int fls(unsigned int x)
arch/hexagon/include/asm/bitops.h
220
static inline __attribute_const__ int fls(unsigned int x)
arch/m68k/include/asm/bitops.h
542
static inline __attribute_const__ int fls(unsigned int x)
arch/mips/include/asm/bitops.h
408
static inline __attribute_const__ int fls(unsigned int x)
arch/openrisc/include/asm/bitops/fls.h
14
static inline __attribute_const__ int fls(unsigned int x)
arch/parisc/include/asm/bitops.h
174
static __inline__ __attribute_const__ int fls(unsigned int x)
arch/powerpc/include/asm/bitops.h
279
static __always_inline __attribute_const__ int fls(unsigned int x)
arch/riscv/include/asm/bitops.h
152
#define fls(x) \
arch/sparc/lib/fls.S
14
ENTRY(fls)
arch/x86/crypto/camellia-x86_64-asm_64.S
102
#define fls(l, r, kl, kr) \
arch/x86/include/asm/bitops.h
352
static __always_inline __attribute_const__ int fls(unsigned int x)
arch/xtensa/include/asm/bitops.h
70
static inline __attribute_const__ int fls (unsigned int x)
include/asm-generic/bitops/builtin-fls.h
12
static __always_inline __attribute_const__ int fls(unsigned int x)
include/asm-generic/bitops/fls.h
43
#define fls(x) generic_fls(x)
tools/include/asm-generic/bitops/fls.h
43
#define fls(x) generic_fls(x)