Home
last modified time | relevance | path

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

/third_party/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()
/third_party/node/test/parallel/
Dtest-inspector-workers-flat-list.js15 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/
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()
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl04.c19 #define MAX_DEPTH 5 macro
32 for (depth = 0, epfd = fd[0]; depth < MAX_DEPTH; depth++) { in setup()
Depoll_ctl05.c20 #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/
Disofs.sh19 MAX_DEPTH=3
39 [ "$cur_depth" -gt "$MAX_DEPTH" ] && return
/third_party/ffmpeg/libavcodec/
Daacps_common.c64 #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/
Dinode01.c43 #define MAX_DEPTH 3 macro
325 } else if (level < MAX_DEPTH) { in generate()
/third_party/grpc/src/core/lib/iomgr/
Dexecutor.cc37 #define MAX_DEPTH 2 macro
354 try_new_thread = ts->depth > MAX_DEPTH && in Enqueue()
/third_party/node/deps/icu-small/source/common/
Duniset_props.cpp240 constexpr int32_t MAX_DEPTH = 100; variable
266 if (depth > MAX_DEPTH) { in applyPattern()
/third_party/icu/icu4c/source/common/
Duniset_props.cpp240 constexpr int32_t MAX_DEPTH = 100; variable
266 if (depth > MAX_DEPTH) { in applyPattern()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duniset_props.cpp271 constexpr int32_t MAX_DEPTH = 100; variable
297 if (depth > MAX_DEPTH) { in applyPattern()
/third_party/skia/third_party/externals/icu/source/common/
Duniset_props.cpp240 constexpr int32_t MAX_DEPTH = 100; variable
266 if (depth > MAX_DEPTH) { in applyPattern()
/third_party/ffmpeg/libavformat/
Dflvdec.c44 #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/
Dpass2.c322 #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/
DUnicodeSet.java2523 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/
DUnicodeSet.java2463 private static final int MAX_DEPTH = 100;
2481 if (depth > MAX_DEPTH) { in applyPattern()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_internalformat_query2.txt169 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,
DARB_internalformat_query.txt442 MAX_DEPTH
/third_party/openGLES/extensions/ARB/
DARB_internalformat_query2.txt180 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,
DARB_internalformat_query.txt452 MAX_DEPTH
/third_party/skia/third_party/externals/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()
/third_party/libxml2/
Dvalid.c360 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8) macro
/third_party/gettext/gnulib-local/lib/libxml/
Dvalid.c389 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8) macro