Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash.h75 u_int32_t low_mask; /* Mask to modulo into lower half of member
281 #define LOW_MASK hdr.low_mask
H A Dhash.c922 P_32_COPY(srcp->low_mask, destp->low_mask); in swap_header_copy()
953 M_32_SWAP(hdrp->low_mask); in swap_header()
/freebsd/crypto/openssl/crypto/modes/
H A Dsiv128.c80 int64_t low_mask = -((int64_t)(high_carry >> 63)) & 0x87; in siv128_dbl() local
84 low = (low << 1) ^ (uint64_t)low_mask; in siv128_dbl()