Searched defs:finalId (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dsub_base.cpp217 void SubGraph::RemoveUnvisitedArcs (int initialId, int finalId) argument
229 if (finalId >= 0)
230 ReverseDepthData (finalId, reverseDepth, 1);
H A Dsub_grph.cpp172 int ii, finalId, endLoc, blockCount; local
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
295 int initialId, finalId, ruleId, pos; local
470 PullUpBegins(int currId, int baseId, int finalId, int procLabel, int *nodeList, int currNum, int maxNum) argument
491 ProcessBegins(int currId, int finalId, int procLabel, int *nodeList, int currNum, int *visitMark, int maxNum) argument
[all...]

Completed in 122 milliseconds