Home | History | Annotate | Download | only in tzcode

Lines Matching full:corr

416 static long		corr[TZ_MAX_LEAPS];
1665 if (ats[i] > trans[j] - corr[j]) {
1666 ats[i] = tadd(ats[i], corr[j]);
1857 puttzcode(corr[i], fp);
2593 corr[j] = corr[j - 1];
2597 corr[i] = positive ? 1L : eitol(-count);
2614 last = corr[i] += last;