HomeSort by: relevance | last modified time | path
    Searched defs:spare_ndx (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/db/hash/
hash.c 829 int new_segnum, spare_ndx; local in function:__expand_table
863 spare_ndx = __log2((uint32_t)(hashp->MAX_BUCKET + 1));
864 if (spare_ndx > hashp->OVFL_POINT) {
865 hashp->SPARES[spare_ndx] = hashp->SPARES[hashp->OVFL_POINT];
866 hashp->OVFL_POINT = spare_ndx;
hash.c 829 int new_segnum, spare_ndx; local in function:__expand_table
863 spare_ndx = __log2((uint32_t)(hashp->MAX_BUCKET + 1));
864 if (spare_ndx > hashp->OVFL_POINT) {
865 hashp->SPARES[spare_ndx] = hashp->SPARES[hashp->OVFL_POINT];
866 hashp->OVFL_POINT = spare_ndx;

Completed in 22 milliseconds