Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash.c789 u_int32_t old_bucket, new_bucket; in __expand_table() local
795 new_bucket = ++hashp->MAX_BUCKET; in __expand_table()
798 new_segnum = new_bucket >> hashp->SSHIFT; in __expand_table()
827 if (new_bucket > hashp->HIGH_MASK) { in __expand_table()
830 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK; in __expand_table()
833 return (__split_page(hashp, old_bucket, new_bucket)); in __expand_table()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp106 size_t new_bucket = __kmp_dephash_hash(entry->addr, h->size); in __kmp_dephash_extend() local
107 entry->next_in_bucket = h->buckets[new_bucket]; in __kmp_dephash_extend()
111 h->buckets[new_bucket] = entry; in __kmp_dephash_extend()