Home | History | Annotate | Download | only in time

Lines Matching defs:corr

326   /* Expires lines are like Leap lines, except without CORR and ROLL fields.  */
462 static zic_t corr[TZ_MAX_LEAPS];
2400 && ((corr[r.leapbase - 1] < corr[r.leapbase])
2401 != (0 < corr[r.leapbase]))) {
2501 if (ats[i] > trans[j] - corr[j]) {
2502 ats[i] = tadd(ats[i], corr[j]);
2531 && corr[r->leapbase] != 1 && corr[r->leapbase] != -1) {
2804 puttzcode(corr[i], fp);
2813 puttzcode(thisleaplim ? corr[thisleaplim - 1] : 0, fp);
3598 memmove(&corr[i + 1], &corr[i], (leapcnt - i) * sizeof *corr);
3601 corr[i] = correction;
3623 last = corr[i] += last;