Home
last modified time | relevance | path

Searched refs:depth_limit (Results 1 – 15 of 15) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/src/
Dalgorithm.cpp16 auto depth_limit = 2 * std::__bit_log2(static_cast<size_t>(last - first)); in __sort() local
24 … __use_branchless_sort<Comp, RandomAccessIterator>::value>(first, last, comp, depth_limit); in __sort()
/external/pcre/testdata/
Dtestinput1562 aaaaaaaaaaaaaz\=depth_limit=10
84 aaaaaaaaaaaaaz\=depth_limit=1000
94 aaaaaaaaaaaaaz\=depth_limit=10
Dtestoutput15130 aaaaaaaaaaaaaz\=depth_limit=10
179 aaaaaaaaaaaaaz\=depth_limit=1000
202 aaaaaaaaaaaaaz\=depth_limit=10
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp391 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()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_instruction.cpp387 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/
Dvalidate_instruction.cpp392 const uint32_t depth_limit = _.options()->universal_limits_.max_struct_depth; in LimitCheckStruct() local
395 if (cur_depth > depth_limit) { in LimitCheckStruct()
397 << "Structure Nesting Depth may not be larger than " << depth_limit in LimitCheckStruct()
/external/llvm/test/CodeGen/PowerPC/
D2009-03-17-LSRBug.ll4 define fastcc void @_qsort(i8* %a, i32 %n, i32 %es, i32 (i8*, i8*)* %cmp, i32 %depth_limit) nounwin…
/external/pcre/src/
Dpcre2_context.c435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
Dpcre2grep.c260 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()
Dpcre2_intmodedep.h592 uint32_t depth_limit; member
Dpcre2_dfa_match.c3451 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()
Dpcre2test.c663 { "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()
Dpcre2_match.c6824 mb->match_limit_depth = (mcontext->depth_limit < re->limit_depth)? in pcre2_match()
6825 mcontext->depth_limit : re->limit_depth; in pcre2_match()
/external/tcpdump/
Dprint-lspping.c472 nd_uint8_t depth_limit; member
/external/pcre/doc/
Dpcre2test.txt1112 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