Searched refs:__sw_hweight32 (Results 1 – 1 of 1) sorted by relevance
13 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() function28 EXPORT_SYMBOL(__sw_hweight32);50 return __sw_hweight32((unsigned int)(w >> 32)) + in __sw_hweight64()51 __sw_hweight32((unsigned int)w); in __sw_hweight64()