Searched refs:LOW_MASK (Results 1 – 4 of 4) sorted by relevance
43 #define LOW_MASK (u_int32)((1<<(FRACTION_PREC/2))-1) macro44 #define HIGH_MASK (u_int32)(LOW_MASK << (FRACTION_PREC/2))89 a[0] = a_f & LOW_MASK; /* prepare a operand */ in mfp_mul()91 a[2] = a_i & LOW_MASK; in mfp_mul()94 b[0] = b_f & LOW_MASK; /* prepare b operand */ in mfp_mul()96 b[2] = b_i & LOW_MASK; in mfp_mul()
35 #define LOW_MASK(n) ((CNST_LIMB(1) << (n)) - 1) macro105 if ((up[limb_cnt] & LOW_MASK (cnt)) != 0) in cfdiv_r_2exp()129 high &= LOW_MASK (cnt); in cfdiv_r_2exp()
226 "LOW MASK ", hashp->LOW_MASK, in __hash_open()368 hashp->MAX_BUCKET = hashp->LOW_MASK = nbuckets - 1; in init_htab()836 old_bucket = (hashp->MAX_BUCKET & hashp->LOW_MASK); in __expand_table()871 hashp->LOW_MASK = hashp->HIGH_MASK; in __expand_table()872 hashp->HIGH_MASK = new_bucket | hashp->LOW_MASK; in __expand_table()904 bucket = bucket & hashp->LOW_MASK; in __call_hash()
292 #define LOW_MASK hdr.low_mask macro