Searched refs:recurses (Results 1 – 13 of 13) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_study.c | 93 PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr) in find_minlength() argument 169 d = find_minlength(re, cc, startcode, utf, recurses, countptr); in find_minlength() 189 prev_cap_d = find_minlength(re, cc, startcode, utf, recurses, countptr); in find_minlength() 474 recurse_check *r = recurses; in find_minlength() 475 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_minlength() 485 this_recurse.prev = recurses; in find_minlength() 516 recurse_check *r = recurses; in find_minlength() 517 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_minlength() 525 this_recurse.prev = recurses; in find_minlength() 595 recurse_check *r = recurses; in find_minlength() [all …]
|
D | pcre2_compile.c | 897 recurse_check *recurses, int *countptr) in find_fixedlength() argument 952 d = find_fixedlength(cc, utf, atend, cb, recurses, countptr); in find_fixedlength() 996 recurse_check *r = recurses; in find_fixedlength() 997 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_fixedlength() 1000 this_recurse.prev = recurses; in find_fixedlength() 1369 compile_block *cb, BOOL atend, recurse_check *recurses, int *countptr) in could_be_empty_branch() argument 1447 recurse_check *r = recurses; in could_be_empty_branch() 1448 for (r = recurses; r != NULL; r = r->prev) in could_be_empty_branch() 1457 this_recurse.prev = recurses; in could_be_empty_branch() 1524 recurses, countptr); in could_be_empty_branch()
|
/external/llvm/test/Transforms/LoadStoreVectorizer/X86/ |
D | preserve-order64.ll | 29 ; Check reordering recurses correctly.
|
/external/libnl/m4/ |
D | ax_python.m4 | 13 # It recurses through several python versions (from 2.1 to 2.6 in this
|
/external/libnl/doc/m4/ |
D | ax_python.m4 | 13 # It recurses through several python versions (from 2.1 to 2.6 in this
|
/external/bison/data/m4sugar/ |
D | foreach.m4 | 32 # algorithm on n arguments that recurses with one less argument each
|
/external/skia/site/dev/contrib/ |
D | simd.md | 37 …ll these operations on a single float, and the generic `SkNf<N>` simply recurses onto two `SkNf<N/…
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | jsilver.sablecc | 419 // <?cs elif:x.y ?> (recurses)
|
/external/elfutils/libdwfl/ |
D | ChangeLog | 2080 (dwfl_report_offline): ... here. Call process_file, which recurses on
|
/external/mksh/src/ |
D | check.t | 12101 /fnord: expression recurses on parameter/
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 7476 top-level "make depend" now recurses through all the subdirectories
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 7816 to match "b", the second alternative matches "a" and then recurses. In
|