Searched refs:clamped_unrounded_depth (Results 1 – 1 of 1) sorted by relevance
5057 const int clamped_unrounded_depth = std::min(kMaxDepth, unrounded_depth); in BenchmarkDepthToFitInCache() local5067 return RoundDown<kCacheLineSize>(clamped_unrounded_depth); in BenchmarkDepthToFitInCache()