Searched defs:UINTMAX_C (Results 1 – 4 of 4) sorted by relevance
57 #define UINTMAX_C(c) c ## ULL macro
58 #define UINTMAX_C(c) c ## ULL macro
60 #define UINTMAX_C(c) __int_join(c, __UINTMAX_C_SUFFIX__) macro
704 #define UINTMAX_C(v) __UINTN_C(__INTMAX_WIDTH__, v) macro