Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/crypto/
A Dvmac.h54 #define UINT64_C(v) v ## UI64 macro
58 #define UINT64_C(v) v ## ULL macro
/xen-4.10.0-shim-comet/xen/crypto/
A Dvmac.c14 #define UINT64_C(x) x##ULL macro
38 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 */
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenctx.c48 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