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

  /external/svox/pico/lib/
picopr.c 254 picoos_int16 rdepth; member in struct:pr_PathEle
838 ele->rdepth = 1;
    [all...]
  /external/llvm/lib/VMCore/
PassManager.cpp     [all...]
  /external/pcre/
pcre_exec.c 272 rrc = match(ra,rb,mstart,markptr,rc,rd,re,rf,rg,rdepth+1); \
282 rrc = match(ra,rb,mstart,markptr,rc,rd,re,rf,rg,rdepth+1)
460 rdepth the recursion depth
472 eptrblock *eptrb, int flags, unsigned int rdepth)
506 frame->Xrdepth = rdepth;
522 #define rdepth frame->Xrdepth macro
660 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 494 RDepth = LI->getLoopDepth(RParent);
495 if (LDepth != RDepth)
496 return (int)LDepth - (int)RDepth;
529 RDepth = RLoop->getLoopDepth();
530 if (LDepth != RDepth)
531 return (int)LDepth - (int)RDepth;
    [all...]

Completed in 176 milliseconds