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

/linux-master/crypto/
H A Dvmac.c78 #define UINT64_C(x) x##ULL macro
79 static const u64 p64 = UINT64_C(0xfffffffffffffeff); /* 2^64 - 257 prime */
80 static const u64 m62 = UINT64_C(0x3fffffffffffffff); /* 62-bit mask */
81 static const u64 m63 = UINT64_C(0x7fffffffffffffff); /* 63-bit mask */
82 static const u64 m64 = UINT64_C(0xffffffffffffffff); /* 64-bit mask */
83 static const u64 mpoly = UINT64_C(0x1fffffff1fffffff); /* Poly key mask */

Completed in 77 milliseconds