/third_party/ltp/testcases/kernel/containers/pidns/ |
H A D | pidns05.c | 19 #define MAX_DEPTH 5 macro 37 if (*level >= MAX_DEPTH) { in child_func() 85 pid_t pids_new[MAX_DEPTH]; in run() 86 pid_t pids[MAX_DEPTH]; in run() 107 for (i = 0; i < MAX_DEPTH; i++) { in run()
|
/third_party/node/test/parallel/ |
H A D | test-inspector-workers-flat-list.js | 15 const MAX_DEPTH = 3; 26 if (++reportedWorkersCount === MAX_DEPTH) { 29 }, MAX_DEPTH)); 35 if (child === MAX_DEPTH) { 65 if (depth < MAX_DEPTH) {
|
/third_party/elfutils/libdw/ |
H A 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()
|
H A D | dwarf_aggregate_size.c | 212 #define MAX_DEPTH 256 in aggregate_size() macro 213 if (die == NULL || depth++ >= MAX_DEPTH) in aggregate_size()
|
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
H A D | epoll_ctl04.c | 19 #define MAX_DEPTH 5 macro 32 for (depth = 0, epfd = fd[0]; depth < MAX_DEPTH; depth++) { in setup()
|
H A 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/ |
H A D | isofs.sh | 17 MAX_DEPTH=3 37 [ "$cur_depth" -gt "$MAX_DEPTH" ] && return
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacps_common.c | 64 #define READ_PAR_DATA(PAR, OFFSET, MASK, ERR_CONDITION, NB_BITS, MAX_DEPTH) \ 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/ |
H A D | inode01.c | 43 #define MAX_DEPTH 3 macro 325 } else if (level < MAX_DEPTH) { in generate()
|
/third_party/elfutils/tests/ |
H A D | varlocs.c | 195 #define MAX_DEPTH 64 in print_expr() macro 196 if (depth++ > MAX_DEPTH) in print_expr()
|
/third_party/icu/icu4c/source/common/ |
H A D | uniset_props.cpp | 240 constexpr int32_t MAX_DEPTH = 100; member 266 if (depth > MAX_DEPTH) { in applyPattern()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uniset_props.cpp | 240 constexpr int32_t MAX_DEPTH = 100; member 266 if (depth > MAX_DEPTH) { in applyPattern()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uniset_props.cpp | 240 constexpr int32_t MAX_DEPTH = 100; member 266 if (depth > MAX_DEPTH) { in applyPattern()
|
/third_party/ffmpeg/libavformat/ |
H A D | flvdec.c | 45 #define MAX_DEPTH 16 ///< arbitrary limit to prevent unbounded recursion macro 557 if (depth > MAX_DEPTH) in amf_parse_object() 903 if (depth > MAX_DEPTH) in amf_skip_tag()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeSet.java | 2574 private static final int MAX_DEPTH = 100; field in UnicodeSet 2592 if (depth > MAX_DEPTH) { in applyPattern()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSet.java | 2463 private static final int MAX_DEPTH = 100; field in UnicodeSet 2481 if (depth > MAX_DEPTH) { in applyPattern()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 3987 const unsigned MAX_DEPTH = 1; 4088 if (Depth >= MAX_DEPTH) 4119 if (Depth >= MAX_DEPTH)
|