Searched refs:m62 (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.c41 const u64 m62 = UINT64_C(0x3fffffffffffffff); /* 62-bit mask */ variable
386 rh &= m62;
394 rh &= m62;
422 ch &= m62;
428 ch &= m62;
439 rh &= m62;
445 rh &= m62;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dvmac.cpp20 static const word64 m62 = W64LIT(0x3fffffffffffffff); /* 62-bit mask */ variable
30 #define m126 ((word128(m62)<<64)|m64)
32 static const word128 m126 = (word128(m62)<<64)|m64; /* 126-bit mask */
517 nh2[0] = (nhA2 + (nhA1 >> 32)) & m62;
524 nh2[1] = (nhB2 + (nhB1 >> 32)) & m62;
615 mh &= m62;\
680 mh &= m62; \

Completed in 171 milliseconds