Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/containers/
Dbit_vector.h280 uint32_t end_fast_block = BlockFloor(end); in Range() local
281 uint32_t end_fast_idx = BlockToIndex(end_fast_block); in Range()
291 for (uint32_t i = start_fast_block; i < end_fast_block; ++i) { in Range()