Home
last modified time | relevance | path

Searched refs:MAX_DEPTH (Results 1 - 17 of 17) sorted by relevance

/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns05.c19 #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 Dtest-inspector-workers-flat-list.js15 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 Ddwarf_peel_type.c51 #define MAX_DEPTH (8 * 8) in dwarf_peel_type() macro
52 int max_depth = MAX_DEPTH; in dwarf_peel_type()
H A Ddwarf_aggregate_size.c212 #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 Depoll_ctl04.c19 #define MAX_DEPTH 5 macro
32 for (depth = 0, epfd = fd[0]; depth < MAX_DEPTH; depth++) { in setup()
H A 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/
H A Disofs.sh17 MAX_DEPTH=3
37 [ "$cur_depth" -gt "$MAX_DEPTH" ] && return
/third_party/ffmpeg/libavcodec/
H A Daacps_common.c64 #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 Dinode01.c43 #define MAX_DEPTH 3 macro
325 } else if (level < MAX_DEPTH) { in generate()
/third_party/elfutils/tests/
H A Dvarlocs.c195 #define MAX_DEPTH 64 in print_expr() macro
196 if (depth++ > MAX_DEPTH) in print_expr()
/third_party/icu/icu4c/source/common/
H A Duniset_props.cpp240 constexpr int32_t MAX_DEPTH = 100; member
266 if (depth > MAX_DEPTH) { in applyPattern()
/third_party/node/deps/icu-small/source/common/
H A Duniset_props.cpp240 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 Duniset_props.cpp240 constexpr int32_t MAX_DEPTH = 100; member
266 if (depth > MAX_DEPTH) { in applyPattern()
/third_party/ffmpeg/libavformat/
H A Dflvdec.c45 #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 DUnicodeSet.java2574 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 DUnicodeSet.java2463 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 DPPCInstrInfo.cpp3987 const unsigned MAX_DEPTH = 1;
4088 if (Depth >= MAX_DEPTH)
4119 if (Depth >= MAX_DEPTH)

Completed in 29 milliseconds