Home | History | Annotate | Download | only in tzcode

Lines Matching refs:idelta

1507         register int    idelta;
1514 idelta = tdelta;
1515 if (idelta == 0)
1516 idelta = (tdays < 0) ? -1 : 1;
1518 if (increment_overflow(&newy, idelta))