Searched defs:PERFETTO_POPCOUNT (Results 1 – 1 of 1) sorted by relevance
90 #define PERFETTO_POPCOUNT(x) __builtin_popcountll(x) macro93 #define PERFETTO_POPCOUNT(x) __popcnt64(x) macro