OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMaxDepth
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/strings/
pattern.cc
75
const int
kMaxDepth
= 16;
76
if (depth >
kMaxDepth
)
/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/compiler-rt/lib/msan/
msan_origin.h
164
static const int
kMaxDepth
= (1 << kDepthBits) - 1;
Completed in 1724 milliseconds