/linux-4.1.27/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.1.27/arch/openrisc/include/asm/bitops/ |
D | __fls.h | 18 static inline unsigned long __fls(unsigned long x) in __fls() function
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | bitops.h | 35 #define __fls(x) (fls(x) - 1) macro
|
/linux-4.1.27/arch/arc/include/asm/ |
D | bitops.h | 285 static inline __attribute__ ((const)) int __fls(unsigned long x) in __fls() function
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | bitops.h | 83 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | bitops.h | 260 static inline int __fls(unsigned long word) in __fls() function
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | bitops.h | 202 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | bitops.h | 275 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | bitops.h | 244 static __inline__ unsigned long __fls(unsigned long x) in __fls() function
|
/linux-4.1.27/arch/mips/include/asm/ |
D | bitops.h | 480 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-4.1.27/arch/x86/include/asm/ |
D | bitops.h | 374 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-4.1.27/arch/arm/include/asm/ |
D | bitops.h | 285 static inline unsigned long __fls(unsigned long x) in __fls() function
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | bitops.h | 388 static inline unsigned long __fls(unsigned long x) in __fls() function
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | bitops.h | 410 __fls (unsigned long x) in __fls() function
|
/linux-4.1.27/arch/s390/include/asm/ |
D | bitops.h | 401 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-4.1.27/arch/frv/include/asm/ |
D | bitops.h | 343 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | bitops.h | 510 static inline int __fls(int x) in __fls() function
|