__arch_hweight32  411 arch/alpha/include/asm/bitops.h static inline unsigned int __arch_hweight32(unsigned int w)
__arch_hweight32  436 arch/ia64/include/asm/bitops.h #define __arch_hweight32(x) ((unsigned int) __arch_hweight64((x) & 0xfffffffful))
__arch_hweight32   14 arch/mips/include/asm/arch_hweight.h static inline unsigned int __arch_hweight32(unsigned int w)
__arch_hweight32   33 arch/sparc/lib/hweight.S ENTRY(__arch_hweight32)
__arch_hweight32   15 arch/x86/include/asm/arch_hweight.h static __always_inline unsigned int __arch_hweight32(unsigned int w)
__arch_hweight32    7 include/asm-generic/bitops/arch_hweight.h static inline unsigned int __arch_hweight32(unsigned int w)
__arch_hweight32    7 tools/include/asm-generic/bitops/arch_hweight.h static inline unsigned int __arch_hweight32(unsigned int w)