Searched refs:I16_MAX (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.h121 /* The default size for REG_INFTY is I16_MAX, which is the same as
123 (see handy.h). On the Cray C90, sizeof(short)==4 and hence I16_MAX is
124 ((1<<31)-1), while on the Cray T90, sizeof(short)==8 and I16_MAX is
136 # define REG_INFTY I16_MAX
H A Dhandy.h172 #define I16_MAX INT16_MAX macro
193 #define I16_MAX PERL_SHORT_MAX macro
H A Dregcomp.c706 && NEXT_OFF(scan) + NEXT_OFF(n) < I16_MAX) {

Completed in 28 milliseconds