Searched refs:UINT64_C (Results 1 – 3 of 3) sorted by relevance
54 #define UINT64_C(v) v ## UI64 macro58 #define UINT64_C(v) v ## ULL macro
14 #define UINT64_C(x) x##ULL macro38 const uint64_t p64 = UINT64_C(0xfffffffffffffeff); /* 2^64 - 257 prime */39 const uint64_t m62 = UINT64_C(0x3fffffffffffffff); /* 62-bit mask */40 const uint64_t m63 = UINT64_C(0x7fffffffffffffff); /* 63-bit mask */41 const uint64_t m64 = UINT64_C(0xffffffffffffffff); /* 64-bit mask */42 const uint64_t mpoly = UINT64_C(0x1fffffff1fffffff); /* Poly key mask */
48 static const uint64_t cr_reg_mask[5] = { [2] = ~UINT64_C(0) };49 static const uint64_t dr_reg_mask[8] = { [0 ... 3] = ~UINT64_C(0) };
Completed in 7 milliseconds