Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash.c837 int32_t old_bucket, new_bucket; local
843 new_bucket = ++hashp->MAX_BUCKET;
846 new_segnum = new_bucket >> hashp->SSHIFT;
876 if (new_bucket > hashp->HIGH_MASK) {
879 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK;
882 return (__split_page(hashp, old_bucket, new_bucket));