Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash.c113 int bpages, hdrsize, new_table, nsegs, save_errno; local
206 bpages = (hashp->SPARES[hashp->OVFL_POINT] +
210 hashp->nmaps = bpages;
211 (void)memset(&hashp->mapp[0], 0, bpages * sizeof(__uint32_t *));