Home | History | Annotate | Download | only in hash

Lines Matching refs:DSIZE

218 	    "DIRECTORY SIZE  ", hashp->DSIZE,
290 hashp->DSIZE = DEF_DIRSIZE;
377 if (nsegs > (uint32_t)hashp->DSIZE)
378 hashp->DSIZE = nsegs;
843 if (new_segnum >= hashp->DSIZE) {
845 dirsize = hashp->DSIZE * sizeof(SEGMENT *);
850 hashp->DSIZE = (uint32_t)dirsize;
921 hashp->dir = calloc((size_t)hashp->DSIZE, sizeof(SEGMENT *));
958 P_32_COPY(srcp->dsize, destp->dsize);
989 M_32_SWAP(hdrp->dsize);