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

/illumos-gate/usr/src/lib/udapl/libdat/include/dat/
H A Ddat_platform_specific.h115 #include <inttypes.h> /* needed for UINT64_C() macro */
153 #ifndef UINT64_C
154 #define UINT64_C(c) c ## ULL macro
155 #endif /* UINT64_C */
184 #ifndef UINT64_C
185 #define UINT64_C(c) c ## i64 macro
186 #endif /* UINT64_C */
/illumos-gate/usr/src/uts/common/sys/
H A Dint_const.h99 #define UINT64_C(c) __CONCAT__(c,ul) macro
103 #define UINT64_C(c) __CONCAT__(c,ull) macro
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_stdint.h55 #define UINT64_C(c) (c ## UL) macro
58 #define UINT64_C(c) (c ## ULL) macro
62 #define UINTMAX_C(c) UINT64_C(c)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_olympus_regs.h47 #undef UINT64_C macro
48 #define UINT64_C(x) (x) macro
H A Dcheetahregs.h59 #undef UINT64_C macro
61 #define UINT64_C(x) (x) macro
888 #define JG_LRU_MASK UINT64_C(0x0000040000000000) /* PA<42> LRU bit */
1137 #define LOGOUT_INVALID UINT64_C(0xecc1ecc1ecc1ecc1)

Completed in 78 milliseconds