Searched refs:shiftmask (Results 1 – 1 of 1) sorted by relevance
2112 uint64_t shiftmask; \2126 shiftmask = dup_const(ESIZE / 2, MASKFN(ESIZE * 8, shift)); \2128 uint64_t r = (SHIFTFN(m[H8(e)], shift) & shiftmask) | \2129 (d[H8(e)] & ~shiftmask); \2407 uint32_t shiftmask = MAKE_64BIT_MASK(0, shift); local2410 r = (d[H4(e)] << shift) | (rdm & shiftmask);