Home | History | Annotate | Download | only in tzcode

Lines Matching refs:ats

1614 	zic_t				ats[TZ_MAX_TIMES];
1656 ats[i] = attypes[i].at;
1665 if (ats[i] > trans[j] - corr[j]) {
1666 ats[i] = tadd(ats[i], corr[j]);
1677 while (timecnt32 > 0 && !is32(ats[timecnt32 - 1]))
1679 while (timecnt32 > 0 && !is32(ats[timei32])) {
1808 puttzcode((long) ats[i], fp);
1809 else puttzcode64(ats[i], fp);
1838 if (timecnt == 0 || trans[i] < ats[0]) {
1848 trans[i] >= ats[j])