Home
last modified time | relevance | path

Searched refs:high_bits (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/asm-generic/
Dword-at-a-time.h11 const unsigned long high_bits, low_bits; member
45 return (val + c->high_bits) & ~rhs; in has_zero()
61 const unsigned long one_bits, high_bits; member
95 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()