Searched refs:UINTMAX_C (Results 1 – 12 of 12) sorted by relevance
81 #ifndef UINTMAX_C // [82 # define UINTMAX_C UINT64_C macro292 #ifndef UINTMAX_C // [293 # define UINTMAX_C UINT64_C macro
65 # undef UINTMAX_C67 # define UINTMAX_C(c) c##ULL macro438 #undef UINTMAX_C475 # define UINTMAX_C(value) value##ui64 macro548 # define UINTMAX_C(value) UINT32_C(value) macro551 # define UINTMAX_C(value) UINT64_C(value) macro
270 # define UINTMAX_C(c) c ## UL macro273 # define UINTMAX_C(c) c ## ULL macro
257 #undef UINTMAX_C258 #define UINTMAX_C(c) __UINTMAX_C(c) macro
98 UINTMAX_C(value)
207 #define UINTMAX_C(v) UINT64_C(v) macro
445 +# undef UINTMAX_C447 +# define UINTMAX_C(c) c##ULL841 +# define UINTMAX_C(value) value##ui64914 +# define UINTMAX_C(value) UINT32_C(value)917 +# define UINTMAX_C(value) UINT64_C(value)