Searched refs:__popcnt (Results 1 – 5 of 5) sorted by relevance
141 return __popcnt(__x);146 return __popcnt(__x);
128 #define POPCOUNT_MACRO(...) __popcnt(__VA_ARGS__)
38 diff += __popcnt(x); in HammingDistance_SSE42()
106 unsigned int __popcnt(unsigned int);521 __popcnt(unsigned int _Value) { in __popcnt() function