Lines Matching refs:blockCount
172 int ii, finalId, endLoc, blockCount; in CloseScope() local
184 blockCount= numVertex - startId - 1; in CloseScope()
188 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1); in CloseScope()
189 finalId= lastId + (arg2 - 1) * blockCount; in CloseScope()
191 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1); in CloseScope()
192 (void) CreateArc (NONE_LABEL, NONE_LABEL, lastId + (ii - 1) * blockCount, finalId); in CloseScope()
202 blockCount= numVertex - startId - 1; in CloseScope()
205 CopyFastArcs (this, arcLoc, endLoc, ii * blockCount, -1, -1, -1, -1); in CloseScope()
206 finalId= lastId + (arg1 - 1) * blockCount; 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()
220 blockCount= numVertex - startId; in CloseScope()
221 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, lastId, lastId, -1); in CloseScope()
225 finalId= lastId + blockCount; in CloseScope()
226 blockCount= numVertex - startId; in CloseScope()
228 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, startId, lastId, finalId); in CloseScope()