Home
last modified time | relevance | path

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

/linux/crypto/
H A Dvmac.c81 static const u64 m63 = UINT64_C(0x7fffffffffffffff); /* 63-bit mask */ variable
245 ah &= m63; \
365 p1 &= m63; in l3hash()
368 t = (p1 > m63) + ((p1 == m63) && (p2 == m64)); in l3hash()
370 p1 &= m63; in l3hash()