Home
last modified time | relevance | path

Searched refs:DSIZE (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dhash.c246 "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) {
Dhash.h307 #define DSIZE hdr.dsize macro