Searched defs:INTMAX_C (Results 1 – 9 of 9) sorted by relevance
108 #define INTMAX_C(c) c ## L macro113 #define INTMAX_C(c) c ## LL macro
94 def INTMAX_C(c): return __CONCAT__(c,l) function98 def INTMAX_C(c): return __CONCAT__(c,ll) function102 def INTMAX_C(c): return (c) function
82 #define INTMAX_C(x) x ## LL macro
130 #define INTMAX_C(x) INT64_C(x) macro
216 #define INTMAX_C INT64_C macro
241 #define INTMAX_C INT64_C macro
165 def INTMAX_C(c): return c ## L function169 def INTMAX_C(c): return c ## LL function
703 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v) macro
294 def INTMAX_C(c): return c ## L function298 def INTMAX_C(c): return c ## LL function