/linux-4.4.14/include/asm-generic/bitops/ |
D | builtin-__fls.h | 10 static __always_inline unsigned long __fls(unsigned long word) in __fls() function
|
D | __fls.h | 12 static __always_inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-4.4.14/arch/openrisc/include/asm/bitops/ |
D | __fls.h | 18 static inline unsigned long __fls(unsigned long x) in __fls() function
|
/linux-4.4.14/arch/arc/include/asm/ |
D | bitops.h | 272 static inline __attribute__ ((const)) int __fls(unsigned long x) in __fls() function 321 static inline __attribute__ ((const)) int __fls(unsigned long x) in __fls() function
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | bitops.h | 35 #define __fls(x) (fls(x) - 1) macro
|
/linux-4.4.14/tools/testing/selftests/powerpc/primitives/ |
D | load_unaligned_zeropad.c | 34 static inline unsigned long __fls(unsigned long x) in __fls() function
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | bitops.h | 83 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | bitops.h | 202 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | bitops.h | 260 static inline int __fls(unsigned long word) in __fls() function
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | bitops.h | 275 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | bitops.h | 244 static __inline__ unsigned long __fls(unsigned long x) in __fls() function
|
/linux-4.4.14/arch/mips/include/asm/ |
D | bitops.h | 480 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-4.4.14/arch/x86/include/asm/ |
D | bitops.h | 374 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-4.4.14/arch/frv/include/asm/ |
D | bitops.h | 264 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-4.4.14/arch/arm/include/asm/ |
D | bitops.h | 285 static inline unsigned long __fls(unsigned long x) in __fls() function
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | bitops.h | 388 static inline unsigned long __fls(unsigned long x) in __fls() function
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | bitops.h | 410 __fls (unsigned long x) in __fls() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | bitops.h | 415 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | bitops.h | 510 static inline int __fls(int x) in __fls() function
|