Home
last modified time | relevance | path

Searched refs:__popcnt (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/include/
Dbit141 return __popcnt(__x);
146 return __popcnt(__x);
/external/skia/src/compute/common/
Dmacros.h128 #define POPCOUNT_MACRO(...) __popcnt(__VA_ARGS__)
/external/skqp/src/compute/common/
Dmacros.h128 #define POPCOUNT_MACRO(...) __popcnt(__VA_ARGS__)
/external/libvpx/libvpx/third_party/libyuv/source/
Dcompare_win.cc38 diff += __popcnt(x); in HammingDistance_SSE42()
/external/clang/lib/Headers/
Dintrin.h106 unsigned int __popcnt(unsigned int);
521 __popcnt(unsigned int _Value) { in __popcnt() function