/third_party/pcre2/pcre2/testdata/ |
D | testinput15 | 62 aaaaaaaaaaaaaz\=depth_limit=10 84 aaaaaaaaaaaaaz\=depth_limit=1000 94 aaaaaaaaaaaaaz\=depth_limit=10
|
D | testoutput15 | 130 aaaaaaaaaaaaaz\=depth_limit=10 179 aaaaaaaaaaaaaz\=depth_limit=1000 202 aaaaaaaaaaaaaz\=depth_limit=10
|
/third_party/node/deps/v8/tools/ |
D | windbg.js | 492 function print_objects_tree(root, depth_limit) { argument 500 function impl(obj, depth, depth_limit) { argument 505 const cutoff = depth_limit && depth == depth_limit - 1; 526 impl(field, depth + 1, depth_limit); 533 impl(root, 0, depth_limit);
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_instruction.cpp | 391 const uint32_t depth_limit = _.options()->universal_limits_.max_struct_depth; in LimitCheckStruct() local 394 if (cur_depth > depth_limit) { in LimitCheckStruct() 396 << "Structure Nesting Depth may not be larger than " << depth_limit in LimitCheckStruct()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_instruction.cpp | 391 const uint32_t depth_limit = _.options()->universal_limits_.max_struct_depth; in LimitCheckStruct() local 394 if (cur_depth > depth_limit) { in LimitCheckStruct() 396 << "Structure Nesting Depth may not be larger than " << depth_limit in LimitCheckStruct()
|
/third_party/spirv-tools/source/val/ |
D | validate_instruction.cpp | 391 const uint32_t depth_limit = _.options()->universal_limits_.max_struct_depth; in LimitCheckStruct() local 394 if (cur_depth > depth_limit) { in LimitCheckStruct() 396 << "Structure Nesting Depth may not be larger than " << depth_limit in LimitCheckStruct()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_context.c | 435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
|
D | pcre2grep.c | 260 static uint32_t depth_limit = 0; variable 457 …{ OP_U32NUMBER, N_M_LIMIT_DEP, &depth_limit, "depth-limit=number", "set PCRE2 depth limit option"… 458 …{ OP_U32NUMBER, N_M_LIMIT_DEP, &depth_limit, "recursion-limit=number", "obsolete synonym for dept… 4234 if (depth_limit > 0) pcre2_set_depth_limit(match_context, depth_limit); in main()
|
D | pcre2_intmodedep.h | 592 uint32_t depth_limit; member
|
D | pcre2_dfa_match.c | 3451 mb->match_limit_depth = PRIV(default_match_context).depth_limit; in pcre2_dfa_match() 3466 mb->match_limit_depth = mcontext->depth_limit; in pcre2_dfa_match()
|
D | pcre2test.c | 663 { "depth_limit", MOD_CTM, MOD_INT, 0, MO(depth_limit) }, 733 …{ "recursion_limit", MOD_CTM, MOD_INT, 0, MO(depth_limit) },… 4468 depth_limit, heap_limit, match_limit, minlength, nameentrysize, namecount, in show_pattern_info() local 4506 switch(pattern_info(PCRE2_INFO_DEPTHLIMIT, &depth_limit, TRUE)) in show_pattern_info() 4557 fprintf(outfile, "Depth limit = %u\n", depth_limit); in show_pattern_info()
|
D | pcre2_match.c | 6824 mb->match_limit_depth = (mcontext->depth_limit < re->limit_depth)? in pcre2_match() 6825 mcontext->depth_limit : re->limit_depth; in pcre2_match()
|
/third_party/node/deps/v8/src/wasm/ |
D | graph-builder-interface.cc | 1827 void BuildNestedLoopExits(FullDecoder* decoder, uint32_t depth_limit, in BuildNestedLoopExits() argument 1833 for (uint32_t i = 0; i < depth_limit; i++) { in BuildNestedLoopExits()
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2test.txt | 1112 depth_limit=<n> set a depth limit 1130 recursion_limit=<n> obsolete synonym for depth_limit 1413 The heap_limit, match_limit, and depth_limit modifiers set the appro- 1436 For non-DFA matching, the minimum depth_limit number is a measure of 1438 tree is searched). In the case of DFA matching, depth_limit controls
|