Searched defs:UINTMAX_C (Results 1 – 9 of 9) sorted by relevance
67 # define UINTMAX_C(c) c##ULL macro475 # define UINTMAX_C(value) value##ui64 macro548 # define UINTMAX_C(value) UINT32_C(value) macro551 # define UINTMAX_C(value) UINT64_C(value) macro
82 # define UINTMAX_C UINT64_C macro293 # define UINTMAX_C UINT64_C macro
270 # define UINTMAX_C(c) c ## UL macro273 # define UINTMAX_C(c) c ## ULL macro
207 #define UINTMAX_C(v) UINT64_C(v) macro
258 #define UINTMAX_C(c) __UINTMAX_C(c) macro