Searched refs:kCommonRaceBasedCountMismatch (Results 1 – 2 of 2) sorted by relevance
360 const int Histogram::kCommonRaceBasedCountMismatch = 5; member in base::Histogram381 if (delta > kCommonRaceBasedCountMismatch) in FindCorruption()385 if (-delta > kCommonRaceBasedCountMismatch) in FindCorruption()
176 static const int kCommonRaceBasedCountMismatch; variable