Home | History | Annotate | Download | only in tzcode

Lines Matching refs:trans

415 static zic_t		trans[TZ_MAX_LEAPS];
1665 if (ats[i] > trans[j] - corr[j]) {
1683 while (leapcnt32 > 0 && !is32(trans[leapcnt32 - 1]))
1685 while (leapcnt32 > 0 && !is32(trans[leapi32])) {
1838 if (timecnt == 0 || trans[i] < ats[0]) {
1848 trans[i] >= ats[j])
1852 todo = tadd(trans[i], -gmtoffs[j]);
1853 } else todo = trans[i];
2583 if (t <= trans[i]) {
2584 if (t == trans[i]) {
2592 trans[j] = trans[j - 1];
2596 trans[i] = t;
2613 trans[i] = tadd(trans[i], last);