Lines Matching full:finalid
172 int ii, finalId, endLoc, blockCount;
189 finalId= lastId + (arg2 - 1) * blockCount;
192 (void) CreateArc (NONE_LABEL, NONE_LABEL, lastId + (ii - 1) * blockCount, finalId);
195 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, finalId); // start to end
198 lastId= finalId;
206 finalId= lastId + (arg1 - 1) * blockCount;
209 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, finalId, lastId, finalId);
213 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, finalId);
225 finalId= lastId + blockCount;
228 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, startId, lastId, finalId);
232 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, finalId);
236 lastId= finalId;
295 int initialId, finalId, ruleId, pos;
301 finalId= arc[ii]->GetToId();
313 subList[ruleId]->startId, initialId, subList[ruleId]->lastId, finalId);
470 void SubGraph::PullUpBegins (int currId, int baseId, int finalId, int procLabel,
482 finalId, procLabel, nodeList, currNum+1, maxNum);
491 void SubGraph::ProcessBegins (int currId, int finalId, int procLabel,
505 finalId, procLabel, nodeList, currNum, maxNum);
509 if (nextId >= 0 && nextId != finalId && checkEntry (nodeList, currNum, nextId) < 0
511 ProcessBegins (nextId, finalId, procLabel, nodeList, currNum+1, visitMark, maxNum);