Home
last modified time | relevance | path

Searched refs:MAX_DEPTH (Results 1 – 25 of 27) sorted by relevance

12

/external/ltp/testcases/kernel/containers/pidns/
Dpidns05.c57 #define MAX_DEPTH 5 macro
156 pid_t pids[MAX_DEPTH]; in kill_nested_containers()
157 pid_t pids_new[MAX_DEPTH]; in kill_nested_containers()
160 kill(pids[MAX_DEPTH - 3], SIGKILL); in kill_nested_containers()
180 "the container %d", pids[MAX_DEPTH - 3]); in kill_nested_containers()
183 for (i = 0; i < MAX_DEPTH; i++) { in kill_nested_containers()
200 int count = MAX_DEPTH; in main()
247 tst_resm(TINFO, " %d %s", MAX_DEPTH, readbuffer); in main()
250 MAX_DEPTH); in main()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DL.java12 private static final int MAX_DEPTH = 20; field in L
25 sections = new String[MAX_DEPTH]; in setTraceEnabled()
26 startTimeNs = new long[MAX_DEPTH]; in setTraceEnabled()
34 if (traceDepth == MAX_DEPTH) { in beginSection()
/external/libnl/tests/
Dcheck-ematch-tree-clone.c12 #define MAX_DEPTH 6 macro
52 if (++current_depth > MAX_DEPTH) { in build_children()
113 array_size = (MAX_DEPTH * my_pow(MAX_CHILDREN, MAX_DEPTH)) / 2; in START_TEST()
/external/llvm/tools/llvm-c-test/
Dcalc.c39 #define MAX_DEPTH 32 macro
44 LLVMValueRef stack[MAX_DEPTH]; in build_from_tokens()
91 if (depth >= MAX_DEPTH) { in build_from_tokens()
/external/llvm-project/llvm/tools/llvm-c-test/
Dcalc.c39 #define MAX_DEPTH 32 macro
44 LLVMValueRef stack[MAX_DEPTH]; in build_from_tokens()
91 if (depth >= MAX_DEPTH) { in build_from_tokens()
/external/elfutils/libdw/
Ddwarf_peel_type.c51 #define MAX_DEPTH (8 * 8) in dwarf_peel_type() macro
52 int max_depth = MAX_DEPTH; in dwarf_peel_type()
Ddwarf_aggregate_size.c180 #define MAX_DEPTH 256 in aggregate_size() macro
181 if (die == NULL || depth++ >= MAX_DEPTH) in aggregate_size()
/external/ltp/testcases/kernel/fs/iso9660/
Disofs.sh17 MAX_DEPTH=3
26 [ "$cur_depth" -gt "$MAX_DEPTH" ] && return
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmASN1.h83 #define MAX_DEPTH 10 // maximum push depth for marshaling context. macro
124 INT16 ends[MAX_DEPTH];
/external/rust/crates/arbitrary/src/
Dsize_hint.rs16 const MAX_DEPTH: usize = 20; in recursion_guard() constant
17 if depth > MAX_DEPTH { in recursion_guard()
/external/rust/crates/unicode-bidi/src/
Dlevel.rs37 const MAX_DEPTH: u8 = 125; constant
39 pub const MAX_EXPLICIT_DEPTH: u8 = MAX_DEPTH;
41 pub const MAX_IMPLICIT_DEPTH: u8 = MAX_DEPTH + 1;
/external/ltp/testcases/kernel/fs/inode/
Dinode01.c43 #define MAX_DEPTH 3 macro
325 } else if (level < MAX_DEPTH) { in generate()
/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.cc36 #define MAX_DEPTH 2 macro
290 try_new_thread = ts->depth > MAX_DEPTH && in Enqueue()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexecutor.cc37 #define MAX_DEPTH 2 macro
354 try_new_thread = ts->depth > MAX_DEPTH && in Enqueue()
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLNormalizingLoader.java192 private final static int MAX_DEPTH = 30; // just make deep enough to handle any CLDR file. field in XMLNormalizingLoader.XMLNormalizingHandler
194 private int[] orderedCounter = new int[MAX_DEPTH];
195 private String[] orderedString = new String[MAX_DEPTH];
/external/ms-tpm-20-ref/TPMCmd/tpm/src/X509/
DTpmASN1.c272 pAssert((ctx->depth + 1) < MAX_DEPTH); in ASN1StartMarshalContext()
/external/icu/icu4c/source/common/
Duniset_props.cpp271 constexpr int32_t MAX_DEPTH = 100; variable
297 if (depth > MAX_DEPTH) { in applyPattern()
/external/elfutils/tests/
Dvarlocs.c195 #define MAX_DEPTH 64 in print_expr() macro
196 if (depth++ > MAX_DEPTH) in print_expr()
/external/bcc/src/python/bcc/
Dtable.py738 MAX_DEPTH = 127 variable in StackTrace
757 if self.n == StackTrace.MAX_DEPTH:
/external/e2fsprogs/e2fsck/
Dpass2.c316 #define MAX_DEPTH 32000 macro
322 while (dx_db->type != DX_DIRBLOCK_ROOT && depth < MAX_DEPTH) { in htree_depth()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java2533 private static final int MAX_DEPTH = 100;
2551 if (depth > MAX_DEPTH) { in applyPattern()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java2463 private static final int MAX_DEPTH = 100;
2481 if (depth > MAX_DEPTH) { in applyPattern()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp3987 const unsigned MAX_DEPTH = 1; variable
4088 if (Depth >= MAX_DEPTH) in isSignOrZeroExtended()
4119 if (Depth >= MAX_DEPTH) in isSignOrZeroExtended()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp4770 const unsigned MAX_DEPTH = 1; variable
4871 if (Depth >= MAX_DEPTH) in isSignOrZeroExtended()
4902 if (Depth >= MAX_DEPTH) in isSignOrZeroExtended()
/external/libxml2/
Dvalid.c360 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8) macro

12