/third_party/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()
|
/third_party/node/test/parallel/ |
D | test-inspector-workers-flat-list.js | 15 const MAX_DEPTH = 3; constant 26 if (++reportedWorkersCount === MAX_DEPTH) { 29 }, MAX_DEPTH)); 35 if (child === MAX_DEPTH) { 65 if (depth < MAX_DEPTH) {
|
/third_party/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()
|
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
D | epoll_ctl04.c | 19 #define MAX_DEPTH 5 macro 32 for (depth = 0, epfd = fd[0]; depth < MAX_DEPTH; depth++) { in setup()
|
D | epoll_ctl05.c | 20 #define MAX_DEPTH 5 macro 33 for (i = 0, epfd = fd[0]; i < MAX_DEPTH; i++, epfd = new_epfd) { in setup()
|
/third_party/ltp/testcases/kernel/fs/iso9660/ |
D | isofs.sh | 19 MAX_DEPTH=3 39 [ "$cur_depth" -gt "$MAX_DEPTH" ] && return
|
/third_party/ffmpeg/libavcodec/ |
D | aacps_common.c | 64 #define READ_PAR_DATA(PAR, OFFSET, MASK, ERR_CONDITION, NB_BITS, MAX_DEPTH) \ argument 86 int val = PAR[e_prev][b] + get_vlc2(gb, vlc_table, NB_BITS, MAX_DEPTH) - OFFSET; \ 95 val += get_vlc2(gb, vlc_table, NB_BITS, MAX_DEPTH) - OFFSET; \
|
/third_party/ltp/testcases/kernel/fs/inode/ |
D | inode01.c | 43 #define MAX_DEPTH 3 macro 325 } else if (level < MAX_DEPTH) { in generate()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | executor.cc | 37 #define MAX_DEPTH 2 macro 354 try_new_thread = ts->depth > MAX_DEPTH && in Enqueue()
|
/third_party/node/deps/icu-small/source/common/ |
D | uniset_props.cpp | 240 constexpr int32_t MAX_DEPTH = 100; variable 266 if (depth > MAX_DEPTH) { in applyPattern()
|
/third_party/icu/icu4c/source/common/ |
D | uniset_props.cpp | 240 constexpr int32_t MAX_DEPTH = 100; variable 266 if (depth > MAX_DEPTH) { in applyPattern()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uniset_props.cpp | 271 constexpr int32_t MAX_DEPTH = 100; variable 297 if (depth > MAX_DEPTH) { in applyPattern()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uniset_props.cpp | 240 constexpr int32_t MAX_DEPTH = 100; variable 266 if (depth > MAX_DEPTH) { in applyPattern()
|
/third_party/ffmpeg/libavformat/ |
D | flvdec.c | 44 #define MAX_DEPTH 16 ///< arbitrary limit to prevent unbounded recursion macro 507 if (depth > MAX_DEPTH) in amf_parse_object() 858 if (depth > MAX_DEPTH) in amf_skip_tag()
|
/third_party/e2fsprogs/e2fsck/ |
D | pass2.c | 322 #define MAX_DEPTH 32000 macro 328 while (dx_db->type != DX_DIRBLOCK_ROOT && depth < MAX_DEPTH) { in htree_depth()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 2523 private static final int MAX_DEPTH = 100; 2541 if (depth > MAX_DEPTH) { in applyPattern()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UnicodeSet.java | 2463 private static final int MAX_DEPTH = 100; 2481 if (depth > MAX_DEPTH) { in applyPattern()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_internalformat_query2.txt | 169 MAX_DEPTH 0x8280 483 - MAX_DEPTH: The maximum supported depth for the resource is returned in 491 is the same as the MAX_DEPTH. If the resource does not support layers,
|
D | ARB_internalformat_query.txt | 442 MAX_DEPTH
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_internalformat_query2.txt | 180 MAX_DEPTH 0x8280 515 - MAX_DEPTH: The maximum supported depth for the resource is returned in 523 is the same as the MAX_DEPTH. If the resource does not support layers,
|
D | ARB_internalformat_query.txt | 452 MAX_DEPTH
|
/third_party/skia/third_party/externals/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()
|
/third_party/libxml2/ |
D | valid.c | 360 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8) macro
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | valid.c | 389 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8) macro
|