Searched refs:kMaxDepth (Results 1 – 14 of 14) sorted by relevance
13 bool IsWithinMaxDepth() const { return depth_ <= kMaxDepth; } in IsWithinMaxDepth()21 const unsigned long kMaxDepth = 5000;
27 static const unsigned kMaxDepth = 2048; variable59 if (depth > kMaxDepth) { in cbs_find_ber()112 if (depth > kMaxDepth) { in cbs_convert_ber()
27 static const unsigned kMaxDepth = 2048; variable59 if (depth > kMaxDepth) { in cbs_find_ber()115 if (depth > kMaxDepth) { in cbs_convert_ber()
22 MSAN_FLAG(int, origin_history_size, Origin::kMaxDepth, "")
164 static const int kMaxDepth = (1 << kDepthBits) - 1;
200 f->origin_history_size > Origin::kMaxDepth) { in InitializeFlags()204 f->origin_history_size, Origin::kMaxDepth); in InitializeFlags()
21 MSAN_FLAG(int, origin_history_size, Origin::kMaxDepth, "")
163 static const int kMaxDepth = (1 << kDepthBits) - 1;
205 f->origin_history_size > Origin::kMaxDepth) { in InitializeFlags()209 f->origin_history_size, Origin::kMaxDepth); in InitializeFlags()
101 static const int kMaxDepth = 128;
119 if (depth > kMaxDepth) in Parse()
427 const int kMaxDepth = 10; in DoesAnyCalleeHaveRefNodes() local429 if (depth == kMaxDepth && !call_target_list.empty()) { in DoesAnyCalleeHaveRefNodes()
66 static constexpr int kMaxDepth = 75; member67 int fCubicDepths[kMaxDepth + 1];73 for (int i = 0; i <= kMaxDepth; i++) { in ~DepthHistogram()79 SkASSERT(depth >= 0 && depth <= kMaxDepth); in incDepth()
5830 const int kMaxDepth = 1024; in BenchmarkDepthToFitInCache() local5831 const int clamped_unrounded_depth = std::min(kMaxDepth, unrounded_depth); in BenchmarkDepthToFitInCache()