HomeSort by relevance Sort by last modified time
    Searched refs:rdepth (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
sysinfo.y 31 static int rdepth;
177 rdepth++;
181 if (rdepth==1)
183 if (rdepth==2)
189 if (rdepth==1)
193 if (rdepth == 2) {
209 rdepth--;
257 char *p = names[rdepth];
258 char *ptr = pnames[rdepth];
267 names[rdepth], size)
    [all...]
  /external/svox/pico/lib/
picopr.c 254 picoos_int16 rdepth; member in struct:pr_PathEle
838 ele->rdepth = 1;
    [all...]
  /external/pcre/dist/
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)
503 rdepth the recursion depth
515 unsigned int rdepth)
547 frame->Xrdepth = rdepth;
560 #define rdepth frame->Xrdepth macro
668 if (rdepth == 0)
669 return match((PCRE_PUCHAR)&rdepth, NULL, NULL, 0, NULL, NULL, 1);
672 int len = (char *)&rdepth - (char *)eptr;
725 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT)
    [all...]

Completed in 75 milliseconds