Searched refs:DSIZE (Results 1 – 2 of 2) sorted by relevance
246 "DIRECTORY SIZE ", hashp->DSIZE,324 hashp->DSIZE = DEF_DIRSIZE;412 if (nsegs > hashp->DSIZE)413 hashp->DSIZE = nsegs;851 if (new_segnum >= hashp->DSIZE) {853 dirsize = hashp->DSIZE * sizeof(SEGMENT *);856 hashp->DSIZE = dirsize << 1;931 (SEGMENT *)calloc(hashp->DSIZE, sizeof(SEGMENT *))) == NULL) {
307 #define DSIZE hdr.dsize macro