Searched refs:hweight32 (Results 1 – 2 of 2) sorted by relevance
11 unsigned int hweight32(uint32_t w) in hweight32() function24 return hweight32((unsigned int)(w >> 32)) + hweight32((unsigned int)w); in hweight64()
7 unsigned int hweight32(uint32_t w);