Home | History | Annotate | Download | only in tzcode

Lines Matching refs:long_increment_overflow

156 static int		long_increment_overflow(long * number, int delta);
1617 long_increment_overflow(number, delta)
1655 return long_increment_overflow(tensptr, tensdelta);
1712 if (long_increment_overflow(&y, TM_YEAR_BASE))
1715 if (long_increment_overflow(&y, -1))
1723 if (long_increment_overflow(&y, 1))
1733 if (long_increment_overflow(&y, 1))
1737 if (long_increment_overflow(&y, -TM_YEAR_BASE))