Searched refs:high_bits (Results 1 – 1 of 1) sorted by relevance
12 const unsigned long high_bits, low_bits; member46 return (val + c->high_bits) & ~rhs; in has_zero()62 const unsigned long one_bits, high_bits; member96 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
Completed in 3 milliseconds