Searched refs:__popcnt (Results 1 – 13 of 13) sorted by relevance
63 return __popcnt(X) + __popcnt(X >> 32); in Popcountll()
27 #define __popcnt(x, __T, __n, __r) \ macro51 __popcnt(x, __T, _n, ref); \
141 return __popcnt(__x);146 return __popcnt(__x);
128 #define POPCOUNT_MACRO(...) __popcnt(__VA_ARGS__)
91 return __popcnt(x);
194 return __popcnt(x); in test__popcnt()
1032 return static_cast<int>(__popcnt(bits)); in BitCount()1044 return static_cast<int>(__popcnt(static_cast<uint32_t>(bits >> 32)) + in BitCount()1045 __popcnt(static_cast<uint32_t>(bits))); in BitCount()
38 diff += __popcnt(x); in HammingDistance_SSE42()
181 return __popcnt(__x);186 return __popcnt(__x);
106 unsigned int __popcnt(unsigned int);521 __popcnt(unsigned int _Value) { in __popcnt() function
939 LANGBUILTIN(__popcnt, "UiUi", "nc", ALL_MS_LANGUAGES)