Home | History | Annotate | Download | only in tzcode

Lines Matching refs: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]);
2304 untiltime = tadd(untiltime,
2307 untiltime = tadd(untiltime,
2328 jtime = tadd(jtime, -offset);
2437 starttime = tadd(starttime, -stdoff);
2439 starttime = tadd(starttime, -gmtoff);
2608 trans[i] = tadd(trans[i], last);
2761 tadd(t1, t2)
2864 return tadd(t, rp->r_tod);