Home
last modified time | relevance | path

Searched defs:POPCOUNT_MACRO (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/compute/common/
Dmacros.h128 #define POPCOUNT_MACRO(...) __popcnt(__VA_ARGS__) macro
132 #define POPCOUNT_MACRO(...) __builtin_popcount(__VA_ARGS__) macro