Searched defs:UINTMAX_C (Results 1 – 14 of 14) sorted by relevance
78 # define UINTMAX_C(c) c##ULL macro471 # define UINTMAX_C(value) value##ui64 macro544 # define UINTMAX_C(value) UINT32_C(value) macro547 # define UINTMAX_C(value) UINT64_C(value) macro
109 #define UINTMAX_C(c) c ## UL macro114 #define UINTMAX_C(c) c ## ULL macro
83 #define UINTMAX_C(x) x ## ULL macro
140 #define UINTMAX_C(c) UINT64_C(c) macro
131 #define UINTMAX_C(x) UINT64_C(x) macro
217 #define UINTMAX_C UINT64_C macro
242 #define UINTMAX_C UINT64_C macro
325 #define UINTMAX_C __UINTMAX_C macro
704 #define UINTMAX_C(v) __UINTN_C(__INTMAX_WIDTH__, v) macro
868 #define UINTMAX_C(v) __int_c(v, __UINTMAX_C_SUFFIX__) macro