Searched refs:__sw_hweight32 (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/tools/lib/
H A Dhweight.c11 unsigned int __sw_hweight32(unsigned int w) __sw_hweight32() function
45 return __sw_hweight32((unsigned int)(w >> 32)) + __sw_hweight64()
46 __sw_hweight32((unsigned int)w); __sw_hweight64()
/linux-4.4.14/lib/
H A Dhweight.c12 unsigned int __sw_hweight32(unsigned int w) __sw_hweight32() function
27 EXPORT_SYMBOL(__sw_hweight32); variable
49 return __sw_hweight32((unsigned int)(w >> 32)) + __sw_hweight64()
50 __sw_hweight32((unsigned int)w); __sw_hweight64()
/linux-4.4.14/include/asm-generic/bitops/
H A Darch_hweight.h8 return __sw_hweight32(w); __arch_hweight32()
/linux-4.4.14/arch/x86/include/asm/
H A Darch_hweight.h28 asm (ALTERNATIVE("call __sw_hweight32", POPCNT32, X86_FEATURE_POPCNT) __arch_hweight32()
/linux-4.4.14/tools/include/linux/
H A Dbitops.h24 extern unsigned int __sw_hweight32(unsigned int w);
/linux-4.4.14/arch/powerpc/lib/
H A Dhweight_64.S60 b __sw_hweight32
/linux-4.4.14/include/linux/
H A Dbitops.h29 extern unsigned int __sw_hweight32(unsigned int w);

Completed in 357 milliseconds