Lines Matching refs:nchunks
68 nchunks = 0; in construct()
94 for (long i = 0; i < nchunks; i++) in ~PathTree()
164 for (long j = 0; j < nchunks; j++) in fini()
253 int **ip = new int*[nchunks]; in allocate_slot()
254 for (i = 0; i < nchunks; i++) in allocate_slot()
270 for (long j = 0; j < nchunks; j++) in allocate_slots()
291 if (nchunks == 0) in allocate_slots()
295 int **ip = new int*[nchunks]; in allocate_slots()
296 for (long j = 0; j < nchunks; j++) in allocate_slots()
318 if (nodes >= nchunks * CHUNKSZ) in new_Node()
320 long idx = nchunks++; in new_Node()
324 chunks = new Node*[nchunks]; in new_Node()
332 int **mvals = new int*[nchunks]; in new_Node()