Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/base/
Dcompiler.h90 #define PERFETTO_POPCOUNT(x) __builtin_popcountll(x) macro
93 #define PERFETTO_POPCOUNT(x) __popcnt64(x) macro