Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/search/
Dhash_page.c671 max_free = hashp->SPARES[splitnum]; in overflow_page()
702 hashp->LAST_FREED = hashp->SPARES[splitnum]; in overflow_page()
703 hashp->SPARES[splitnum]++; in overflow_page()
704 offset = hashp->SPARES[splitnum] - in overflow_page()
705 (splitnum ? hashp->SPARES[splitnum - 1] : 0); in overflow_page()
714 hashp->SPARES[splitnum] = hashp->SPARES[splitnum-1]; in overflow_page()
715 hashp->SPARES[splitnum-1]--; in overflow_page()
740 hashp->SPARES[splitnum]++; in overflow_page()
752 hashp->SPARES[splitnum] = hashp->SPARES[splitnum-1]; in overflow_page()
753 hashp->SPARES[splitnum-1]--; in overflow_page()
[all …]
Dhash.h204 (B) + hashp->HDRPAGES + ((B) ? hashp->SPARES[__log2((B)+1)-1] : 0)
319 #define SPARES hdr.spares macro
Dhash.c213 bpages = (hashp->SPARES[hashp->OVFL_POINT] +
334 memset(hashp->SPARES, 0, sizeof(hashp->SPARES));
402 hashp->SPARES[l2] = l2 + 1;
403 hashp->SPARES[l2 + 1] = l2 + 1;
449 "spares[%d] = %d\n", i, hashp->SPARES[i]);
880 hashp->SPARES[spare_ndx] = hashp->SPARES[hashp->OVFL_POINT];