Home
last modified time | relevance | path

Searched defs:__arch_hweight32 (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/include/asm-generic/bitops/
Darch_hweight.h6 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
/linux-3.3/arch/mips/include/asm/
Darch_hweight.h14 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
/linux-3.3/arch/x86/include/asm/
Darch_hweight.h24 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
/linux-3.3/arch/tile/include/asm/
Dbitops.h101 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
/linux-3.3/arch/blackfin/include/asm/
Dbitops.h123 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
/linux-3.3/arch/alpha/include/asm/
Dbitops.h413 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
/linux-3.3/arch/ia64/include/asm/
Dbitops.h447 #define __arch_hweight32(x) ((unsigned int) __arch_hweight64((x) & 0xfffffffful)) macro