Home
last modified time | relevance | path

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

/linux/arch/sh/include/asm/
H A Dword-at-a-time.h14 const unsigned long one_bits, high_bits; member
31 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux/arch/riscv/include/asm/
H A Dword-at-a-time.h17 const unsigned long one_bits, high_bits; member
25 unsigned long mask = ((val - c->one_bits) & ~val) & c->high_bits; in has_zero()
/linux/arch/arm64/include/asm/
H A Dword-at-a-time.h16 const unsigned long one_bits, high_bits; member
24 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux/arch/arm/include/asm/
H A Dword-at-a-time.h15 const unsigned long one_bits, high_bits; member
23 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux/arch/x86/include/asm/
H A Dword-at-a-time.h9 const unsigned long one_bits, high_bits; member
17 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux/include/asm-generic/
H A Dword-at-a-time.h62 const unsigned long one_bits, high_bits; member
96 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux/tools/testing/selftests/powerpc/primitives/
H A Dword-at-a-time.h105 const unsigned long one_bits, high_bits; member
141 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux/arch/powerpc/include/asm/
H A Dword-at-a-time.h105 const unsigned long one_bits, high_bits; member
141 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()