Home | History | Annotate | Download | only in tzcode

Lines Matching full:idelta

1652 		register int	idelta;
1659 idelta = tdelta;
1660 if (idelta == 0)
1661 idelta = (tdays < 0) ? -1 : 1;
1663 if (increment_overflow(&newy, idelta))