Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash.c253 "HIGH MASK ", hashp->HIGH_MASK,
405 hashp->HIGH_MASK = (nbuckets << 1) - 1;
876 if (new_bucket > hashp->HIGH_MASK) {
878 hashp->LOW_MASK = hashp->HIGH_MASK;
879 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK;
911 bucket = n & hashp->HIGH_MASK;
Dhash.h315 #define HIGH_MASK hdr.high_mask macro