Searched defs:UINTMAX_C (Results 1 – 9 of 9) sorted by relevance
96 def UINTMAX_C(c): return __CONCAT__(c,ul) function100 def UINTMAX_C(c): return __CONCAT__(c,ull) function104 def UINTMAX_C(c): return (c) function
128 #define UINTMAX_C __UINTMAX_C macro
131 #define UINTMAX_C(x) UINT64_C(x) macro
88 #define UINTMAX_C(x) x ## ULL macro
242 #define UINTMAX_C UINT64_C macro
167 def UINTMAX_C(c): return c ## UL function171 def UINTMAX_C(c): return c ## ULL function
690 #define UINTMAX_C(v) __int_c(v, __UINTMAX_C_SUFFIX__) macro
704 #define UINTMAX_C(v) __UINTN_C(__INTMAX_WIDTH__, v) macro
296 def UINTMAX_C(c): return c ## UL function300 def UINTMAX_C(c): return c ## ULL function