__arch_hweight16  416 arch/alpha/include/asm/bitops.h static inline unsigned int __arch_hweight16(unsigned int w)
__arch_hweight16  437 arch/ia64/include/asm/bitops.h #define __arch_hweight16(x) ((unsigned int) __arch_hweight64((x) & 0xfffful))
__arch_hweight16   19 arch/mips/include/asm/arch_hweight.h static inline unsigned int __arch_hweight16(unsigned int w)
__arch_hweight16   20 arch/sparc/lib/hweight.S ENTRY(__arch_hweight16)
__arch_hweight16   26 arch/x86/include/asm/arch_hweight.h static inline unsigned int __arch_hweight16(unsigned int w)
__arch_hweight16   12 include/asm-generic/bitops/arch_hweight.h static inline unsigned int __arch_hweight16(unsigned int w)
__arch_hweight16   12 tools/include/asm-generic/bitops/arch_hweight.h static inline unsigned int __arch_hweight16(unsigned int w)