Searched refs:UINTMAX_C (Results 1 – 16 of 16) 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
288 #ifndef UINTMAX_C in main()289 #error UINTMAX_C not defined in main()
255 #ifndef UINTMAX_C256 #error UINTMAX_C not defined
289 #ifndef UINTMAX_C in main()290 #error UINTMAX_C not defined in main()
1495 UINTMAX_C_(0) UINTMAX_C(0)
167 def UINTMAX_C(c): return c ## UL function171 def UINTMAX_C(c): return c ## ULL function
98 UINTMAX_C(value)
242 #define UINTMAX_C UINT64_C macro
227 #define UINTMAX_C UINT64_C macro
254 #define UINTMAX_C(val) val##ui64 macro
296 def UINTMAX_C(c): return c ## UL function300 def UINTMAX_C(c): return c ## ULL function
704 #define UINTMAX_C(v) __UINTN_C(__INTMAX_WIDTH__, v) macro
655 # define UINTMAX_C(c) c ## UL658 # define UINTMAX_C(c) c ## ULL
653 # define UINTMAX_C(c) c ## UL656 # define UINTMAX_C(c) c ## ULL