Searched defs:UINTMAX_C (Results 1 – 8 of 8) 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
242 #define UINTMAX_C UINT64_C macro