Searched defs:U64_C (Results 1 - 5 of 5) sorted by relevance

/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/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/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 223 milliseconds