Searched defs:UINTMAX_C (Results 1 – 8 of 8) sorted by relevance
627 # define UINTMAX_C(x) x##ULL macro629 # define UINTMAX_C(x) UINT64_C(x) macro631 # define UINTMAX_C(x) x##UL macro
107 #define UINTMAX_C(c) UINT64_C(c) macro
138 # define UINTMAX_C(n) n ## ULL macro
242 #define UINTMAX_C UINT64_C macro
254 #define UINTMAX_C(val) val##ui64 macro
704 #define UINTMAX_C(v) __UINTN_C(__INTMAX_WIDTH__, v) macro