Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/containers/
Dbit_vector.h279 uint32_t start_fast_idx = BlockToIndex(start_fast_block); in Range()
281 uint32_t end_fast_idx = BlockToIndex(end_fast_block); in Range()
743 static constexpr uint32_t BlockToIndex(uint32_t block) { in BlockToIndex() function