Searched defs:INTMAX_C (Results 1 – 8 of 8) sorted by relevance
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
226 #define INTMAX_C INT64_C macro
241 #define INTMAX_C INT64_C macro
253 #define INTMAX_C(val) val##i64 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