Home
last modified time | relevance | path

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

/dragonfly/contrib/gmp/mpz/
H A Dcfdiv_r_2exp.c25 #define LOW_MASK(n) ((CNST_LIMB(1) << (n)) - 1) macro
96 if ((up[limb_cnt] & LOW_MASK (cnt)) != 0) in cfdiv_r_2exp()
125 high &= LOW_MASK (cnt); in cfdiv_r_2exp()
/dragonfly/lib/libc/db/hash/
H A Dhash.c218 "LOW MASK ", hashp->LOW_MASK, in __hash_open()
359 hashp->MAX_BUCKET = hashp->LOW_MASK = nbuckets - 1; in init_htab()
795 old_bucket = (hashp->MAX_BUCKET & hashp->LOW_MASK); in __expand_table()
828 hashp->LOW_MASK = hashp->HIGH_MASK; in __expand_table()
829 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK; in __expand_table()
861 bucket = bucket & hashp->LOW_MASK; in __call_hash()
H A Dhash.h283 #define LOW_MASK hdr.low_mask macro