/external/ltp/testcases/kernel/containers/pidns/ |
D | pidns05.c | 57 #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/ |
D | L.java | 12 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/ |
D | check-ematch-tree-clone.c | 12 #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/ |
D | calc.c | 39 #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/ |
D | calc.c | 39 #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/ |
D | dwarf_peel_type.c | 51 #define MAX_DEPTH (8 * 8) in dwarf_peel_type() macro 52 int max_depth = MAX_DEPTH; in dwarf_peel_type()
|
D | dwarf_aggregate_size.c | 180 #define MAX_DEPTH 256 in aggregate_size() macro 181 if (die == NULL || depth++ >= MAX_DEPTH) in aggregate_size()
|
/external/ltp/testcases/kernel/fs/iso9660/ |
D | isofs.sh | 17 MAX_DEPTH=3 26 [ "$cur_depth" -gt "$MAX_DEPTH" ] && return
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TpmASN1.h | 83 #define MAX_DEPTH 10 // maximum push depth for marshaling context. macro 124 INT16 ends[MAX_DEPTH];
|
/external/rust/crates/arbitrary/src/ |
D | size_hint.rs | 16 const MAX_DEPTH: usize = 20; in recursion_guard() constant 17 if depth > MAX_DEPTH { in recursion_guard()
|
/external/rust/crates/unicode-bidi/src/ |
D | level.rs | 37 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/ |
D | inode01.c | 43 #define MAX_DEPTH 3 macro 325 } else if (level < MAX_DEPTH) { in generate()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | executor.cc | 36 #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/ |
D | executor.cc | 37 #define MAX_DEPTH 2 macro 354 try_new_thread = ts->depth > MAX_DEPTH && in Enqueue()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLNormalizingLoader.java | 192 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/ |
D | TpmASN1.c | 272 pAssert((ctx->depth + 1) < MAX_DEPTH); in ASN1StartMarshalContext()
|
/external/icu/icu4c/source/common/ |
D | uniset_props.cpp | 271 constexpr int32_t MAX_DEPTH = 100; variable 297 if (depth > MAX_DEPTH) { in applyPattern()
|
/external/elfutils/tests/ |
D | varlocs.c | 195 #define MAX_DEPTH 64 in print_expr() macro 196 if (depth++ > MAX_DEPTH) in print_expr()
|
/external/bcc/src/python/bcc/ |
D | table.py | 738 MAX_DEPTH = 127 variable in StackTrace 757 if self.n == StackTrace.MAX_DEPTH:
|
/external/e2fsprogs/e2fsck/ |
D | pass2.c | 316 #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/ |
D | UnicodeSet.java | 2533 private static final int MAX_DEPTH = 100; 2551 if (depth > MAX_DEPTH) { in applyPattern()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeSet.java | 2463 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/ |
D | PPCInstrInfo.cpp | 3987 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/ |
D | PPCInstrInfo.cpp | 4770 const unsigned MAX_DEPTH = 1; variable 4871 if (Depth >= MAX_DEPTH) in isSignOrZeroExtended() 4902 if (Depth >= MAX_DEPTH) in isSignOrZeroExtended()
|
/external/libxml2/ |
D | valid.c | 360 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8) macro
|