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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dvmac.c42 const u64 m63 = UINT64_C(0x7fffffffffffffff); /* 63-bit mask */ variable
206 ah &= m63; \
333 p1 &= m63;
336 t = (p1 > m63) + ((p1 == m63) && (p2 == m64));
338 p1 &= m63;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dvmac.cpp21 static const word64 m63 = W64LIT(0x7fffffffffffffff); /* 63-bit mask */ variable
653 a = (word128(word64(t2)&m63) << 64) | word64(t4);\
678 ah &= m63; \
746 p1 &= m63;
749 t = (p1 > m63) + ((p1 == m63) & (p2 == m64));
751 p1 &= m63;

Completed in 124 milliseconds