Searched defs:UINTMAX_C (Results 1 – 8 of 8) 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
227 #define UINTMAX_C UINT64_C macro
242 #define UINTMAX_C UINT64_C macro
254 #define UINTMAX_C(val) val##ui64 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