Searched refs:UINTMAX_C (Results 1 – 16 of 16) sorted by relevance
324 # undef UINTMAX_C382 # define UINT64_MAX UINTMAX_C (18446744073709551615)625 #ifndef UINTMAX_C627 # define UINTMAX_C(x) x##ULL macro629 # define UINTMAX_C(x) UINT64_C(x) macro631 # define UINTMAX_C(x) x##UL macro
323 # undef UINTMAX_C381 # define UINT64_MAX UINTMAX_C (18446744073709551615)624 #ifndef UINTMAX_C626 # define UINTMAX_C(x) x##ULL628 # define UINTMAX_C(x) UINT64_C(x)630 # define UINTMAX_C(x) x##UL
288 #ifndef UINTMAX_C in main()289 #error UINTMAX_C not defined in main()
289 #ifndef UINTMAX_C in main()290 #error UINTMAX_C not defined in main()
1495 UINTMAX_C_(0) UINTMAX_C(0)
98 UINTMAX_C(value)
213 #define UINTMAX_C UINT64_C macro
242 #define UINTMAX_C UINT64_C macro
154 return DstLimits::max() - static_cast<Dst>((UINTMAX_C(1) << shift) - 1);
152 return DstLimits::max() - static_cast<Dst>((UINTMAX_C(1) << shift) - 1);
255 #ifndef UINTMAX_C256 #error UINTMAX_C not defined
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