/external/u-boot/lib/ |
D | trace.c | 38 int depth_limit; member 106 if (hdr->depth > hdr->depth_limit) { in add_ftrace() 157 if (hdr->depth > hdr->depth_limit) in __cyg_profile_func_enter() 312 printf("%15d call depth limit\n", hdr->depth_limit); in trace_print_stats() 380 hdr->depth_limit = CONFIG_TRACE_CALL_DEPTH_LIMIT; in trace_init() 414 hdr->depth_limit = CONFIG_TRACE_EARLY_CALL_DEPTH_LIMIT; in trace_early_init()
|
/external/pcre/dist2/testdata/ |
D | testinput15 | 56 aaaaaaaaaaaaaz\=depth_limit=10 78 aaaaaaaaaaaaaz\=depth_limit=1000 88 aaaaaaaaaaaaaz\=depth_limit=10
|
D | testoutput15 | 136 aaaaaaaaaaaaaz\=depth_limit=10 185 aaaaaaaaaaaaaz\=depth_limit=1000 208 aaaaaaaaaaaaaz\=depth_limit=10
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_instruction.cpp | 387 const uint32_t depth_limit = _.options()->universal_limits_.max_struct_depth; in LimitCheckStruct() local 390 if (cur_depth > depth_limit) { in LimitCheckStruct() 392 << "Structure Nesting Depth may not be larger than " << depth_limit in LimitCheckStruct()
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_instruction.cpp | 387 const uint32_t depth_limit = _.options()->universal_limits_.max_struct_depth; in LimitCheckStruct() local 390 if (cur_depth > depth_limit) { in LimitCheckStruct() 392 << "Structure Nesting Depth may not be larger than " << depth_limit in LimitCheckStruct()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_instruction.cpp | 387 const uint32_t depth_limit = _.options()->universal_limits_.max_struct_depth; in LimitCheckStruct() local 390 if (cur_depth > depth_limit) { in LimitCheckStruct() 392 << "Structure Nesting Depth may not be larger than " << depth_limit in LimitCheckStruct()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | 2009-03-17-LSRBug.ll | 4 define fastcc void @_qsort(i8* %a, i32 %n, i32 %es, i32 (i8*, i8*)* %cmp, i32 %depth_limit) nounwin…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2009-03-17-LSRBug.ll | 4 define fastcc void @_qsort(i8* %a, i32 %n, i32 %es, i32 (i8*, i8*)* %cmp, i32 %depth_limit) nounwin…
|
/external/pcre/dist2/src/ |
D | pcre2_context.c | 435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
|
D | pcre2grep.c | 239 static uint32_t depth_limit = 0; variable 427 …{ OP_U32NUMBER, N_M_LIMIT_DEP, &depth_limit, "depth-limit=number", "set PCRE2 depth limit option"… 428 …{ OP_U32NUMBER, N_M_LIMIT_DEP, &depth_limit, "recursion-limit=number", "obsolete synonym for dept… 4028 if (depth_limit > 0) pcre2_set_depth_limit(match_context, depth_limit); in main()
|
D | pcre2_intmodedep.h | 593 uint32_t depth_limit; member
|
D | pcre2_dfa_match.c | 3373 mb->match_limit_depth = PRIV(default_match_context).depth_limit; in pcre2_dfa_match() 3388 mb->match_limit_depth = mcontext->depth_limit; in pcre2_dfa_match()
|
D | pcre2test.c | 637 { "depth_limit", MOD_CTM, MOD_INT, 0, MO(depth_limit) }, 703 …{ "recursion_limit", MOD_CTM, MOD_INT, 0, MO(depth_limit) }, … 4395 depth_limit, heap_limit, match_limit, minlength, nameentrysize, namecount, in show_pattern_info() local 4433 switch(pattern_info(PCRE2_INFO_DEPTHLIMIT, &depth_limit, TRUE)) in show_pattern_info() 4484 fprintf(outfile, "Depth limit = %u\n", depth_limit); in show_pattern_info()
|
D | pcre2_match.c | 6327 mb->match_limit_depth = (mcontext->depth_limit < re->limit_depth)? in pcre2_match() 6328 mcontext->depth_limit : re->limit_depth; in pcre2_match()
|
/external/tcpdump/ |
D | print-lspping.c | 471 uint8_t depth_limit; member
|
/external/u-boot/fs/yaffs2/ |
D | yaffs_guts.c | 4226 int depth_limit; in yaffs_fix_hanging_objs() local 4257 depth_limit = 100; in yaffs_fix_hanging_objs() 4263 depth_limit > 0) { in yaffs_fix_hanging_objs() 4265 depth_limit--; in yaffs_fix_hanging_objs()
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 1077 depth_limit=<n> set a depth limit 1092 recursion_limit=<n> obsolete synonym for depth_limit 1357 The heap_limit, match_limit, and depth_limit modifiers set the appro- 1376 For non-DFA matching, the minimum depth_limit number is a measure of 1378 tree is searched). In the case of DFA matching, depth_limit controls
|