Searched refs:__sw_hweight32 (Results 1 – 5 of 5) sorted by relevance
12 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() function27 EXPORT_SYMBOL(__sw_hweight32);49 return __sw_hweight32((unsigned int)(w >> 32)) + in __sw_hweight64()50 __sw_hweight32((unsigned int)w); in __sw_hweight64()
8 return __sw_hweight32(w); in __arch_hweight32()
30 ba,pt %xcc, __sw_hweight32
60 b .__sw_hweight32
15 extern unsigned int __sw_hweight32(unsigned int w);