Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:endLoc

172     int ii, finalId, endLoc, blockCount;
183 endLoc= numArc;
188 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1);
191 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1);
197 UpdateVertexCount (endLoc);
201 endLoc= numArc;
205 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1);
209 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, finalId, lastId, finalId);
216 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, lastId, lastId, lastId);
217 UpdateVertexCount (endLoc);
221 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, lastId, lastId, -1);
222 UpdateVertexCount (endLoc);
228 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, startId, lastId, finalId);
235 UpdateVertexCount (endLoc);