Home
last modified time | relevance | path

Searched refs:PERFETTO_POPCOUNT (Results 1 – 2 of 2) 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
/external/perfetto/src/trace_processor/containers/
Dbit_vector.h435 return static_cast<uint32_t>(PERFETTO_POPCOUNT(word_)); in GetNumBitsSet()
441 return static_cast<uint32_t>(PERFETTO_POPCOUNT(WordUntil(idx))); in GetNumBitsSet()