__sw_hweight16     14 include/asm-generic/bitops/arch_hweight.h 	return __sw_hweight16(w);
__sw_hweight16     18 include/linux/bitops.h extern unsigned int __sw_hweight16(unsigned int w);
__sw_hweight16     37 lib/hweight.c  EXPORT_SYMBOL(__sw_hweight16);
__sw_hweight16     14 tools/include/asm-generic/bitops/arch_hweight.h 	return __sw_hweight16(w);
__sw_hweight16     23 tools/include/linux/bitops.h extern unsigned int __sw_hweight16(unsigned int w);