Searched defs:popcnt (Results 1 – 2 of 2) sorted by relevance
209 # define popcnt(x) __builtin_popcount ((uint32_t)(x)) macro211 # define popcnt(x) _vbi_popcnt (x) macro
440 static int popcnt(uint32 n) { in popcnt() function