Searched defs:hweight32 (Results 1 – 3 of 3) sorted by relevance
34 #define hweight32(x) bitcount32(x) macro
622 static inline unsigned hweight32(uint32_t i) in hweight32() function