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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c821 I32 max1 = 0, min1 = I32_MAX, num = 0; local
856 if (max1 < minnext + deltanext)
857 max1 = minnext + deltanext;
876 data->pos_delta += max1 - min1;
877 if (max1 != min1 || is_inf)
881 delta += max1 - min1;

Completed in 35 milliseconds