Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Dworking_set.cpp50 static const u32 MaxAccumBitIdx = 6; variable
131 bool Accum = getFlags()->record_snapshots && BitIdx < MaxAccumBitIdx; in countAndClearShadowValues()
183 while (BitIdx <= MaxAccumBitIdx && (SnapshotNum % Freq) == 0) { in takeSample()