Searched refs:one_bits (Results 1 – 6 of 6) sorted by relevance
14 const unsigned long one_bits, high_bits; member31 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
16 const unsigned long one_bits, high_bits; member24 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
17 const unsigned long one_bits, high_bits; member25 unsigned long mask = ((val - c->one_bits) & ~val) & c->high_bits; in has_zero()
15 const unsigned long one_bits, high_bits; member23 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
9 const unsigned long one_bits, high_bits; member17 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
105 const unsigned long one_bits, high_bits; member141 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
Completed in 8 milliseconds