Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmtojavascriptdepth.cpp12 const unsigned int kMaxDepth = 5000; variable
17 unsigned long CXFA_FMToJavaScriptDepth::max_depth_ = kMaxDepth;
/external/boringssl/src/crypto/bytestring/
Dber.c27 static const unsigned kMaxDepth = 2048; variable
59 if (depth > kMaxDepth) { in cbs_find_ber()
115 if (depth > kMaxDepth) { in cbs_convert_ber()
/external/compiler-rt/lib/msan/
Dmsan_flags.inc22 MSAN_FLAG(int, origin_history_size, Origin::kMaxDepth, "")
Dmsan_origin.h164 static const int kMaxDepth = (1 << kDepthBits) - 1;
Dmsan.cc200 f->origin_history_size > Origin::kMaxDepth) { in InitializeFlags()
204 f->origin_history_size, Origin::kMaxDepth); in InitializeFlags()
/external/pdfium/core/fpdfapi/page/
Dcpdf_psengine.h100 static const int kMaxDepth = 128;
Dcpdf_psengine.cpp107 if (depth > kMaxDepth) in Parse()
/external/pdfium/core/fxcrt/xml/
Dcxml_parser.cpp61 constexpr int kMaxDepth = 1024; variable
369 if (nDepth > kMaxDepth) in ParseElementInternal()
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc5056 const int kMaxDepth = 1024; in BenchmarkDepthToFitInCache() local
5057 const int clamped_unrounded_depth = std::min(kMaxDepth, unrounded_depth); in BenchmarkDepthToFitInCache()