__arch_hweight64  413 arch/alpha/include/asm/bitops.h 	return __arch_hweight64(w);
__arch_hweight64  418 arch/alpha/include/asm/bitops.h 	return __arch_hweight64(w & 0xffff);
__arch_hweight64  423 arch/alpha/include/asm/bitops.h 	return __arch_hweight64(w & 0xff);
__arch_hweight64  436 arch/ia64/include/asm/bitops.h #define __arch_hweight32(x) ((unsigned int) __arch_hweight64((x) & 0xfffffffful))
__arch_hweight64  437 arch/ia64/include/asm/bitops.h #define __arch_hweight16(x) ((unsigned int) __arch_hweight64((x) & 0xfffful))
__arch_hweight64  438 arch/ia64/include/asm/bitops.h #define __arch_hweight8(x)  ((unsigned int) __arch_hweight64((x) & 0xfful))
__arch_hweight64  234 arch/powerpc/include/asm/bitops.h unsigned long __arch_hweight64(__u64 w);
__arch_hweight64   46 arch/sparc/include/asm/bitops_64.h unsigned long __arch_hweight64(__u64 w);
__arch_hweight64   29 include/asm-generic/bitops/const_hweight.h #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
__arch_hweight64   29 tools/include/asm-generic/bitops/const_hweight.h #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))