Searched refs:kMaxDepth (Results 1 – 9 of 9) sorted by relevance
12 const unsigned int kMaxDepth = 5000; variable17 unsigned long CXFA_FMToJavaScriptDepth::max_depth_ = kMaxDepth;
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()
100 static const int kMaxDepth = 128;
107 if (depth > kMaxDepth) in Parse()
61 constexpr int kMaxDepth = 1024; variable369 if (nDepth > kMaxDepth) in ParseElementInternal()
5056 const int kMaxDepth = 1024; in BenchmarkDepthToFitInCache() local5057 const int clamped_unrounded_depth = std::min(kMaxDepth, unrounded_depth); in BenchmarkDepthToFitInCache()