Searched refs:__sw_hweight32 (Results 1 – 3 of 3) sorted by relevance
11 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() function45 return __sw_hweight32((unsigned int)(w >> 32)) + in __sw_hweight64()46 __sw_hweight32((unsigned int)w); in __sw_hweight64()
8 return __sw_hweight32(w); in __arch_hweight32()
26 extern unsigned int __sw_hweight32(unsigned int w);