Searched refs:rdepth (Results 1 – 2 of 2) sorted by relevance
/external/svox/pico/lib/ |
D | picopr.c | 254 picoos_int16 rdepth; member 838 ele->rdepth = 1; in pr_initPathEle() 2014 while ((li < 127) && (li < pr->rbestpath.rele[*i].rdepth)) { in pr_getOutput() 2105 … } else if (((*i) < (pr->rbestpath.rlen - 1)) && (d != pr->rbestpath.rele[(*i) + 1].rdepth)) { in pr_getOutput() 2106 if ((*i > 0) && (with__0->rdepth-1) == pr->rbestpath.rele[*i + 1].rdepth) { in pr_getOutput() 2108 while ((li < 127) && (li < with__0->rdepth-1)) { in pr_getOutput() 2123 while ((li < 127) && (li < pr->rbestpath.rele[*i].rdepth-1)) { in pr_getOutput() 2275 pr->ractpath.rele[len].rdepth = with__0->rdepth; in pr_getNextToken() 2379 pr->ractpath.rele[pr->ractpath.rlen].rdepth = with__0->rdepth + 1; in pr_getProdToken() 2391 pr->ractpath.rele[pr->ractpath.rlen].rdepth = with__0->rdepth + 1; in pr_getProdToken() [all …]
|
/external/pcre/dist2/src/ |
D | pcre2_match.c | 301 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1) 429 PCRE2_SIZE offset_top, match_block *mb, eptrblock *eptrb, uint32_t rdepth); 473 uint32_t rdepth) in op_recurse_ovecsave() argument 492 mb, eptrb, rdepth + 1); in op_recurse_ovecsave() 580 PCRE2_SIZE offset_top, match_block *mb, eptrblock *eptrb, uint32_t rdepth) in match() argument 612 frame->Xrdepth = rdepth; in match() 625 #define rdepth frame->Xrdepth in match() macro 771 if (rdepth >= mb->match_limit_recursion) RRETURN(PCRE2_ERROR_RECURSIONLIMIT); in match() 1839 eptrb, rdepth); in match()
|