Searched defs:UINTMAX_C (Results 1 – 10 of 10) sorted by relevance
109 #define UINTMAX_C(c) c ## UL macro114 #define UINTMAX_C(c) c ## ULL macro
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
83 #define UINTMAX_C(x) x ## ULL macro
131 #define UINTMAX_C(x) UINT64_C(x) macro
217 #define UINTMAX_C UINT64_C macro
242 #define UINTMAX_C UINT64_C macro
339 #define UINTMAX_C __UINTMAX_C macro
167 def UINTMAX_C(c): return c ## UL function171 def UINTMAX_C(c): return c ## ULL function
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