HomeSort by relevance Sort by last modified time
    Searched refs:finalId (Results 1 - 3 of 3) sorted by null

  /external/srec/tools/grxmlcompile/
sub_grph.cpp 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
    [all...]
sub_base.cpp 217 void SubGraph::RemoveUnvisitedArcs (int initialId, int finalId)
229 if (finalId >= 0)
230 ReverseDepthData (finalId, reverseDepth, 1);
sub_grph.h 241 void RemoveUnvisitedArcs (int initialId, int finalId);

Completed in 59 milliseconds