Searched defs:LOW_MASK (Results 1 – 3 of 3) sorted by relevance
43 #define LOW_MASK (u_int32)((1<<(FRACTION_PREC/2))-1) macro
35 #define LOW_MASK(n) ((CNST_LIMB(1) << (n)) - 1) macro
292 #define LOW_MASK hdr.low_mask macro