Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:MAXNUM

471                              int *nodeList, int currNum, int maxNum)
482 finalId, procLabel, nodeList, currNum+1, maxNum);
492 int *nodeList, int currNum, int *visitMark, int maxNum)
505 finalId, procLabel, nodeList, currNum, maxNum);
511 ProcessBegins (nextId, finalId, procLabel, nodeList, currNum+1, visitMark, maxNum);
543 int *nodeList, int currNum, int maxNum)
554 initialId, procLabel, nodeList, currNum+1, maxNum);
564 maxNum)
577 initialId, procLabel, nodeList, currNum, maxNum);
582 ProcessEnds (nextId, initialId, procLabel, nodeList, currNum+1, visitMark, maxNum);
640 depthMap[ii]= MAXNUM;
645 if (depthMap[ii] == MAXNUM)
779 int outTag, int *nodeList, int currNum, int maxNum)
791 arc[backwardList[rix]]->GetOutput(), nodeList, currNum+1, maxNum))
803 int *visitMark, int maxNum)
816 arc[backwardList[rix]]->GetOutput(), nodeList, currNum, maxNum))
822 ProcessTags (nextId, initialId, nodeList, currNum+1, visitMark, maxNum);