Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dint_const.h111 #define UINTMAX_C(c) __CONCAT__(c,ul) macro
117 #define UINTMAX_C(c) __CONCAT__(c,ull)
120 #define UINTMAX_C(c) (c)
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_stdint.h62 #define UINTMAX_C(c) UINT64_C(c) macro