hweight32          28 include/asm-generic/bitops/const_hweight.h #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))
hweight32         755 tools/hv/hv_kvp_daemon.c static unsigned int hweight32(unsigned int *w)
hweight32          28 tools/include/asm-generic/bitops/const_hweight.h #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))