Searched refs:kMaxDepth (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_flags.inc30 int, origin_history_size, Origin::kMaxDepth,
H A Ddfsan_origin.h79 if (depth >= flags().origin_history_size || depth > kMaxDepth)
122 static const int kMaxDepth = (1 << kDepthBits) - 1; member in class:__dfsan::Origin
/openbsd-current/lib/libssl/
H A Dbs_ber.c24 * kMaxDepth is a just a sanity limit. The code should be such that the length
28 static const unsigned int kMaxDepth = 2048; variable
52 if (depth > kMaxDepth)
124 if (depth > kMaxDepth)
/openbsd-current/lib/libcrypto/bytestring/
H A Dbs_ber.c24 * kMaxDepth is a just a sanity limit. The code should be such that the length
28 static const unsigned int kMaxDepth = 2048; variable
52 if (depth > kMaxDepth)
124 if (depth > kMaxDepth)
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_origin.h163 static const int kMaxDepth = (1 << kDepthBits) - 1; local
H A Dmsan.cpp208 f->origin_history_size > Origin::kMaxDepth) {
212 f->origin_history_size, Origin::kMaxDepth);

Completed in 131 milliseconds