__arch_hweight16  232 arch/powerpc/include/asm/bitops.h unsigned int __arch_hweight16(unsigned int w);
__arch_hweight16   48 arch/sparc/include/asm/bitops_64.h unsigned int __arch_hweight16(unsigned int w);
__arch_hweight16   27 include/asm-generic/bitops/const_hweight.h #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w))
__arch_hweight16   27 tools/include/asm-generic/bitops/const_hweight.h #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w))