Home | History | Annotate | Download | only in tzcode

Lines Matching full:tadd

178 static zic_t	tadd(zic_t t1, long t2);
1354 leapadd(tadd(t, tod), positive, lp->l_value, count);
1666 ats[i] = tadd(ats[i], corr[j]);
1852 todo = tadd(trans[i], -gmtoffs[j]);
2298 untiltime = tadd(untiltime,
2301 untiltime = tadd(untiltime,
2322 jtime = tadd(jtime, -offset);
2442 starttime = tadd(starttime, -stdoff);
2444 starttime = tadd(starttime, -gmtoff);
2613 trans[i] = tadd(trans[i], last);
2766 tadd(t1, t2)
2869 return tadd(t, rp->r_tod);