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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dwhirlpool.c112 U64_C (0x1823c6e887b8014f),
113 U64_C (0x36a6d2f5796f9152),
114 U64_C (0x60bc9b8ea30c7b35),
115 U64_C (0x1de0d7c22e4bfe57),
116 U64_C (0x157737e59ff04ada),
117 U64_C (0x58c9290ab1a06b85),
118 U64_C (0xbd5d10f4cb3e0567),
119 U64_C (0xe427418ba77d95d8),
120 U64_C (0xfbee7c66dd17479e),
121 U64_C (
[all...]
H A Dtiger.c71 U64_C(0x02aab17cf7e90c5e) /* 0 */, U64_C(0xac424b03e243a8ec) /* 1 */,
72 U64_C(0x72cd5be30dd5fcd3) /* 2 */, U64_C(0x6d019b93f6f97f3a) /* 3 */,
73 U64_C(0xcd9978ffd21f9193) /* 4 */, U64_C(0x7573a1c9708029e2) /* 5 */,
74 U64_C(0xb164326b922a83c3) /* 6 */, U64_C(0x46883eee04915870) /* 7 */,
75 U64_C(0xeaace3057103ece6) /* 8 */, U64_C(
[all...]
H A Dsha512.c69 hd->h0 = U64_C(0x6a09e667f3bcc908);
70 hd->h1 = U64_C(0xbb67ae8584caa73b);
71 hd->h2 = U64_C(0x3c6ef372fe94f82b);
72 hd->h3 = U64_C(0xa54ff53a5f1d36f1);
73 hd->h4 = U64_C(0x510e527fade682d1);
74 hd->h5 = U64_C(0x9b05688c2b3e6c1f);
75 hd->h6 = U64_C(0x1f83d9abfb41bd6b);
76 hd->h7 = U64_C(0x5be0cd19137e2179);
87 hd->h0 = U64_C(0xcbbb9d5dc1059ed8);
88 hd->h1 = U64_C(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dwhirlpool.c112 U64_C (0x1823c6e887b8014f),
113 U64_C (0x36a6d2f5796f9152),
114 U64_C (0x60bc9b8ea30c7b35),
115 U64_C (0x1de0d7c22e4bfe57),
116 U64_C (0x157737e59ff04ada),
117 U64_C (0x58c9290ab1a06b85),
118 U64_C (0xbd5d10f4cb3e0567),
119 U64_C (0xe427418ba77d95d8),
120 U64_C (0xfbee7c66dd17479e),
121 U64_C (
[all...]
H A Dtiger.c71 U64_C(0x02aab17cf7e90c5e) /* 0 */, U64_C(0xac424b03e243a8ec) /* 1 */,
72 U64_C(0x72cd5be30dd5fcd3) /* 2 */, U64_C(0x6d019b93f6f97f3a) /* 3 */,
73 U64_C(0xcd9978ffd21f9193) /* 4 */, U64_C(0x7573a1c9708029e2) /* 5 */,
74 U64_C(0xb164326b922a83c3) /* 6 */, U64_C(0x46883eee04915870) /* 7 */,
75 U64_C(0xeaace3057103ece6) /* 8 */, U64_C(
[all...]
H A Dsha512.c69 hd->h0 = U64_C(0x6a09e667f3bcc908);
70 hd->h1 = U64_C(0xbb67ae8584caa73b);
71 hd->h2 = U64_C(0x3c6ef372fe94f82b);
72 hd->h3 = U64_C(0xa54ff53a5f1d36f1);
73 hd->h4 = U64_C(0x510e527fade682d1);
74 hd->h5 = U64_C(0x9b05688c2b3e6c1f);
75 hd->h6 = U64_C(0x1f83d9abfb41bd6b);
76 hd->h7 = U64_C(0x5be0cd19137e2179);
87 hd->h0 = U64_C(0xcbbb9d5dc1059ed8);
88 hd->h1 = U64_C(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtimeconst.h14 #define HZ_TO_MSEC_MUL32 U64_C(0xa0000000)
15 #define HZ_TO_MSEC_ADJ32 U64_C(0x0)
17 #define HZ_TO_MSEC_NUM U64_C(10)
18 #define HZ_TO_MSEC_DEN U64_C(1)
19 #define MSEC_TO_HZ_MUL32 U64_C(0xcccccccd)
20 #define MSEC_TO_HZ_ADJ32 U64_C(0x733333333)
22 #define MSEC_TO_HZ_NUM U64_C(1)
23 #define MSEC_TO_HZ_DEN U64_C(10)
24 #define HZ_TO_USEC_MUL32 U64_C(0x9c400000)
25 #define HZ_TO_USEC_ADJ32 U64_C(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A Dtypes.h105 #define U64_C(c) (UINT64_C(c)) macro
109 #define U64_C(c) (c ## U) macro
113 #define U64_C(c) (c ## UL) macro
117 #define U64_C(c) (c ## ULL) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dtypes.h99 #define U64_C(c) (c ## U) macro
103 #define U64_C(c) (c ## UL) macro
107 #define U64_C(c) (c ## ULL) macro
111 #define U64_C(c) (UINT64_C(c)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dtypes.h99 #define U64_C(c) (c ## U) macro
103 #define U64_C(c) (c ## UL) macro
107 #define U64_C(c) (c ## ULL) macro
111 #define U64_C(c) (UINT64_C(c)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dint-l64.h56 #define U64_C(x) x ## UL macro
67 #define U64_C(x) x macro
H A Dint-ll64.h61 #define U64_C(x) x ## ULL macro
72 #define U64_C(x) x macro

Completed in 137 milliseconds