Searched refs:U16_MAX (Results 1 – 3 of 3) sorted by relevance
194 #define U16_MAX UINT16_MAX macro215 #define U16_MAX PERL_USHORT_MAX macro
794 : (I32_MAX < U16_MAX ? I32_MAX : U16_MAX)); in S_study_chunk()1229 else if (nxt2 - nxt1 < U16_MAX) in S_study_chunk()1853 RExC_emit->next_off = (U16)((RExC_seen_evals > U16_MAX) ? U16_MAX : RExC_seen_evals); in Perl_pregcomp()
3939 Log: use I32_MAX as the limit when U16_MAX > I32_MAX (for CRAY)