HomeSort by relevance Sort by last modified time
    Searched refs:kMaxDepth (Results 1 - 8 of 8) sorted by null

  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmtojavascriptdepth.cpp 12 const unsigned int kMaxDepth = 5000;
17 unsigned long CXFA_FMToJavaScriptDepth::max_depth_ = kMaxDepth;
  /external/boringssl/src/crypto/bytestring/
ber.c 24 // kMaxDepth is a just a sanity limit. The code should be such that the length
27 static const unsigned kMaxDepth = 2048;
59 if (depth > kMaxDepth) {
115 if (depth > kMaxDepth) {
  /external/pdfium/core/fpdfapi/page/
cpdf_psengine.h 100 static const int kMaxDepth = 128;
cpdf_psengine.cpp 107 if (depth > kMaxDepth)
  /external/compiler-rt/lib/msan/
msan_origin.h 164 static const int kMaxDepth = (1 << kDepthBits) - 1;
msan.cc 200 f->origin_history_size > Origin::kMaxDepth) {
204 f->origin_history_size, Origin::kMaxDepth);
  /external/pdfium/core/fxcrt/xml/
cxml_parser.cpp 61 constexpr int kMaxDepth = 1024;
369 if (nDepth > kMaxDepth)
  /external/gemmlowp/standalone/
neon-gemm-kernel-benchmark.cc     [all...]

Completed in 217 milliseconds