Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dvmac.c80 static const u64 m63 = UINT64_C(0x7fffffffffffffff); /* 63-bit mask */ variable
244 ah &= m63; \
364 p1 &= m63; in l3hash()
367 t = (p1 > m63) + ((p1 == m63) && (p2 == m64)); in l3hash()
369 p1 &= m63; in l3hash()