Home
last modified time | relevance | path

Searched refs:arcLoc (Results 1 – 2 of 2) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_grph.cpp68 arcLoc= opStack[--popOp]; in popScope()
87 arcLoc= numArc; in BeginScope()
188 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1); in CloseScope()
191 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1); in CloseScope()
205 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1); in CloseScope()
209 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, finalId, lastId, finalId); in CloseScope()
216 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, lastId, lastId, lastId); in CloseScope()
221 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, lastId, lastId, -1); in CloseScope()
228 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, startId, lastId, finalId); in CloseScope()
Dsub_grph.h365 int arcLoc; variable