Home | History | Annotate | Download | only in tzcode

Lines Matching full:idelta

1460 		register int	idelta;
1467 idelta = tdelta;
1468 if (idelta == 0)
1469 idelta = (tdays < 0) ? -1 : 1;
1471 if (increment_overflow(&newy, idelta))