Home
last modified time | relevance | path

Searched refs:finalId (Results 1 – 3 of 3) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_grph.cpp172 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 …]
Dsub_base.cpp217 void SubGraph::RemoveUnvisitedArcs (int initialId, int finalId) in RemoveUnvisitedArcs() argument
229 if (finalId >= 0) in RemoveUnvisitedArcs()
230 ReverseDepthData (finalId, reverseDepth, 1); in RemoveUnvisitedArcs()
Dsub_grph.h241 void RemoveUnvisitedArcs (int initialId, int finalId);