Searched refs:word32 (Results 1 – 1 of 1) sorted by relevance
182 static inline uint8_t hweight32(uint32_t word32) in hweight32() argument184 uint32_t res = word32 - ((word32 >> 1) & 0x55555555); in hweight32()