Home
last modified time | relevance | path

Searched refs:__sw_hweight32 (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/lib/
Dhweight.c12 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() function
27 EXPORT_SYMBOL(__sw_hweight32);
49 return __sw_hweight32((unsigned int)(w >> 32)) + in __sw_hweight64()
50 __sw_hweight32((unsigned int)w); in __sw_hweight64()
/linux-3.4.99/include/asm-generic/bitops/
Darch_hweight.h8 return __sw_hweight32(w); in __arch_hweight32()
/linux-3.4.99/arch/sparc/lib/
Dhweight.S30 ba,pt %xcc, __sw_hweight32
/linux-3.4.99/arch/powerpc/lib/
Dhweight_64.S60 b .__sw_hweight32
/linux-3.4.99/include/linux/
Dbitops.h15 extern unsigned int __sw_hweight32(unsigned int w);