/linux-3.4.99/include/asm-generic/bitops/ |
D | __ffs.h | 12 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() function
|
/linux-3.4.99/arch/openrisc/include/asm/bitops/ |
D | __ffs.h | 18 static inline unsigned long __ffs(unsigned long x) in __ffs() function
|
/linux-3.4.99/arch/c6x/include/asm/ |
D | bitops.h | 38 static inline unsigned long __ffs(unsigned long x) in __ffs() function
|
/linux-3.4.99/arch/cris/include/arch-v32/arch/ |
D | bitops.h | 50 __ffs(unsigned long w) in __ffs() function
|
/linux-3.4.99/arch/cris/include/arch-v10/arch/ |
D | bitops.h | 54 static inline unsigned long __ffs(unsigned long word) in __ffs() function
|
/linux-3.4.99/arch/sh/include/asm/ |
D | bitops.h | 52 static inline unsigned long __ffs(unsigned long word) in __ffs() function
|
/linux-3.4.99/arch/xtensa/include/asm/ |
D | bitops.h | 58 static inline int __ffs(unsigned long x) in __ffs() function
|
/linux-3.4.99/arch/unicore32/include/asm/ |
D | bitops.h | 37 #define __ffs(x) (ffs(x) - 1) macro
|
/linux-3.4.99/arch/tile/include/asm/ |
D | bitops.h | 37 static inline unsigned long __ffs(unsigned long word) in __ffs() function
|
/linux-3.4.99/arch/h8300/include/asm/ |
D | bitops.h | 184 static __inline__ unsigned long __ffs(unsigned long word) in __ffs() function
|
/linux-3.4.99/tools/perf/util/include/linux/ |
D | bitops.h | 52 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() function
|
/linux-3.4.99/arch/parisc/include/asm/ |
D | bitops.h | 138 static __inline__ unsigned long __ffs(unsigned long x) in __ffs() function
|
/linux-3.4.99/arch/mn10300/include/asm/ |
D | bitops.h | 165 unsigned long __ffs(unsigned long x) in __ffs() function
|
/linux-3.4.99/arch/avr32/include/asm/ |
D | bitops.h | 239 static inline unsigned long __ffs(unsigned long word) in __ffs() function
|
/linux-3.4.99/arch/hexagon/include/asm/ |
D | bitops.h | 259 static inline unsigned long __ffs(unsigned long word) in __ffs() function
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | bitops.h | 461 static inline int __ffs(int x) in __ffs() function 500 #define __ffs(x) (ffs(x) - 1) macro
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | bitops.h | 220 static __inline__ int __ffs(unsigned long x) in __ffs() function
|
/linux-3.4.99/arch/x86/include/asm/ |
D | bitops.h | 347 static inline unsigned long __ffs(unsigned long word) in __ffs() function
|
/linux-3.4.99/arch/mips/include/asm/ |
D | bitops.h | 603 static inline unsigned long __ffs(unsigned long word) in __ffs() function
|
/linux-3.4.99/arch/arm/include/asm/ |
D | bitops.h | 275 #define __ffs(x) (ffs(x) - 1) macro
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | bitops.h | 336 static inline unsigned long __ffs(unsigned long word) in __ffs() function
|
/linux-3.4.99/arch/ia64/include/asm/ |
D | bitops.h | 367 __ffs (unsigned long x) in __ffs() function
|
/linux-3.4.99/arch/frv/include/asm/ |
D | bitops.h | 336 int __ffs(unsigned long x) in __ffs() function
|
/linux-3.4.99/arch/s390/include/asm/ |
D | bitops.h | 585 static inline unsigned long __ffs (unsigned long word) in __ffs() function
|