Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/include/asm/
Dword-at-a-time.h11 const unsigned long one_bits, high_bits; member
28 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-4.4.14/arch/arm64/include/asm/
Dword-at-a-time.h24 const unsigned long one_bits, high_bits; member
32 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-4.4.14/arch/x86/include/asm/
Dword-at-a-time.h14 const unsigned long one_bits, high_bits; member
48 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-4.4.14/arch/arm/include/asm/
Dword-at-a-time.h13 const unsigned long one_bits, high_bits; member
21 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-4.4.14/include/asm-generic/
Dword-at-a-time.h60 const unsigned long one_bits, high_bits; member
94 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-4.4.14/tools/testing/selftests/powerpc/primitives/
Dword-at-a-time.h104 const unsigned long one_bits, high_bits; member
140 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-4.4.14/arch/powerpc/include/asm/
Dword-at-a-time.h104 const unsigned long one_bits, high_bits; member
140 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()