Home | History | Annotate | Download | only in grxmlcompile

Lines Matching defs:blockCount

172     int ii, finalId, endLoc, blockCount;
184 blockCount= numVertex - startId - 1;
188 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1);
189 finalId= lastId + (arg2 - 1) * blockCount;
191 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1);
192 (void) CreateArc (NONE_LABEL, NONE_LABEL, lastId + (ii - 1) * blockCount, finalId);
202 blockCount= numVertex - startId - 1;
205 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1);
206 finalId= lastId + (arg1 - 1) * blockCount;
209 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, finalId, lastId, finalId);
216 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, lastId, lastId, lastId);
220 blockCount= numVertex - startId;
221 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, lastId, lastId, -1);
225 finalId= lastId + blockCount;
226 blockCount= numVertex - startId;
228 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, startId, lastId, finalId);