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

/barrelfish-master/lib/libc/db/hash/
H A Dhash.h281 #define HIGH_MASK hdr.high_mask macro
H A Dhash.c218 "HIGH MASK ", hashp->HIGH_MASK,
361 hashp->HIGH_MASK = (nbuckets << 1) - 1;
831 if (new_bucket > hashp->HIGH_MASK) {
833 hashp->LOW_MASK = hashp->HIGH_MASK;
834 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK;
864 bucket = n & hashp->HIGH_MASK;

Completed in 31 milliseconds