Searched refs:UINTMAX_C (Results 1 – 10 of 10) sorted by relevance
229 #define UINTMAX_C(_c) __CONCAT(_c, ULL) macro
97 UINTMAX_C(value)
965 #define UINTMAX_C(v) __int_c(v, __UINTMAX_C_SUFFIX__) macro
1553 # ifndef UINTMAX_C1554 # define UINTMAX_C(c) UINT64_C(c) macro1567 # ifndef UINTMAX_C1568 # define UINTMAX_C(c) UINT32_C(c) macro
1359 # define PERL_COUNT_MULTIPLIER (~ (UINTMAX_C(0)) / 0xFF) in Perl_is_utf8_invariant_string_loc()
348 #define nBIT_MASK(n) ((UINTMAX_C(1) << (n)) - 1)
865 UINTMAX_C # T
1054 Amd||UINTMAX_C|number
1561 UINTMAX_C # T
61 L<perlapi/C<UINTMAX_C>>, and similar.