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

  /external/boringssl/src/crypto/bytestring/
ber.c 22 /* kMaxDepth is a just a sanity limit. The code should be such that the length
25 static const unsigned kMaxDepth = 2048;
34 if (depth > kMaxDepth) {
91 if (depth > kMaxDepth) {
  /external/libchrome/base/strings/
pattern.cc 75 const int kMaxDepth = 16;
76 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);

Completed in 74 milliseconds