Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds