Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dvmac.c40 #define UINT64_C(x) x##ULL macro
41 static const u64 p64 = UINT64_C(0xfffffffffffffeff); /* 2^64 - 257 prime */
42 static const u64 m62 = UINT64_C(0x3fffffffffffffff); /* 62-bit mask */
43 static const u64 m63 = UINT64_C(0x7fffffffffffffff); /* 63-bit mask */
44 static const u64 m64 = UINT64_C(0xffffffffffffffff); /* 64-bit mask */
45 static const u64 mpoly = UINT64_C(0x1fffffff1fffffff); /* Poly key mask */
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c163 #define UINT64_C(v) (v) macro