Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dsub_grph.cpp188 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()
312 CopyFastArcs (subList[ruleId], 0, subList[ruleId]->numArc, numVertex, in ExpandRules()
Dsub_base.cpp46 CopyFastArcs (baseG, 0, baseG->numArc, 0, -1, -1, -1, -1); in SubGraph()
122 void SubGraph::CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int … in CopyFastArcs() function in SubGraph
Dsub_grph.h153 …void CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId…