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/dist/ |
D | pcre_exec.c | 326 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1); \ 336 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1) 515 unsigned int rdepth) in match() argument 547 frame->Xrdepth = rdepth; in match() 560 #define rdepth frame->Xrdepth in match() macro 668 if (rdepth == 0) in match() 669 return match((PCRE_PUCHAR)&rdepth, NULL, NULL, 0, NULL, NULL, 1); in match() 672 int len = (char *)&rdepth - (char *)eptr; in match() 725 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT); in match()
|