Searched refs:low_bits (Results 1 – 4 of 4) sorted by relevance
12 const unsigned long high_bits, low_bits; member20 unsigned long mask = (val & c->low_bits) + c->low_bits; in prep_zero_mask()44 unsigned long rhs = val | c->low_bits; in has_zero()
15 const unsigned long high_bits, low_bits; member23 unsigned long mask = (val & c->low_bits) + c->low_bits; in prep_zero_mask()39 unsigned long rhs = val | c->low_bits; in has_zero()
1739 #define low_bits(x, mask) ((x) & (mask)) in accumulate_val() macro1741 bool wrapped = val < low_bits(*accum, mask); in accumulate_val()