Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/search/
Dhash.c846 int dirsize, new_segnum, spare_ndx; local
878 spare_ndx = __log2(hashp->MAX_BUCKET + 1);
879 if (spare_ndx > hashp->OVFL_POINT) {
880 hashp->SPARES[spare_ndx] = hashp->SPARES[hashp->OVFL_POINT];
881 hashp->OVFL_POINT = spare_ndx;