Searched refs:finalId (Results 1 – 3 of 3) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | sub_grph.cpp | 172 int ii, finalId, endLoc, blockCount; in CloseScope() local 189 finalId= lastId + (arg2 - 1) * blockCount; in CloseScope() 192 (void) CreateArc (NONE_LABEL, NONE_LABEL, lastId + (ii - 1) * blockCount, finalId); in CloseScope() 195 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, finalId); // start to end in CloseScope() 198 lastId= finalId; in CloseScope() 206 finalId= lastId + (arg1 - 1) * blockCount; in CloseScope() 209 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, finalId, lastId, finalId); in CloseScope() 213 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, finalId); in CloseScope() 225 finalId= lastId + blockCount; in CloseScope() 228 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, startId, lastId, finalId); in CloseScope() [all …]
|
D | sub_base.cpp | 217 void SubGraph::RemoveUnvisitedArcs (int initialId, int finalId) in RemoveUnvisitedArcs() argument 229 if (finalId >= 0) in RemoveUnvisitedArcs() 230 ReverseDepthData (finalId, reverseDepth, 1); in RemoveUnvisitedArcs()
|
D | sub_grph.h | 241 void RemoveUnvisitedArcs (int initialId, int finalId);
|