__sw_hweight32      9 include/asm-generic/bitops/arch_hweight.h 	return __sw_hweight32(w);
__sw_hweight32     19 include/linux/bitops.h extern unsigned int __sw_hweight32(unsigned int w);
__sw_hweight32     28 lib/hweight.c  EXPORT_SYMBOL(__sw_hweight32);
__sw_hweight32     50 lib/hweight.c  	return __sw_hweight32((unsigned int)(w >> 32)) +
__sw_hweight32     51 lib/hweight.c  	       __sw_hweight32((unsigned int)w);
__sw_hweight32      9 tools/include/asm-generic/bitops/arch_hweight.h 	return __sw_hweight32(w);
__sw_hweight32     24 tools/include/linux/bitops.h extern unsigned int __sw_hweight32(unsigned int w);
__sw_hweight32     46 tools/lib/hweight.c 	return __sw_hweight32((unsigned int)(w >> 32)) +
__sw_hweight32     47 tools/lib/hweight.c 	       __sw_hweight32((unsigned int)w);