__arch_hweight32 37 arch/x86/include/asm/arch_hweight.h return __arch_hweight32(w & 0xffff); __arch_hweight32 42 arch/x86/include/asm/arch_hweight.h return __arch_hweight32(w & 0xff); __arch_hweight32 50 arch/x86/include/asm/arch_hweight.h return __arch_hweight32((u32)w) + __arch_hweight32 51 arch/x86/include/asm/arch_hweight.h __arch_hweight32((u32)(w >> 32)); __arch_hweight32 27 include/asm-generic/bitops/const_hweight.h #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))