Searched refs:tadd (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/tzcode/zic/
H A Dzic.c156 static zic_t tadd(zic_t t1, long t2);
1201 leapadd(tadd(t, tod), positive, lp->l_value, count);
1509 ats[i] = tadd(ats[i], corr[j]);
1724 todo = tadd(trans[i], -gmtoffs[j]);
2116 untiltime = tadd(untiltime,
2119 untiltime = tadd(untiltime,
2140 jtime = tadd(jtime, -offset);
2209 starttime = tadd(starttime, -stdoff);
2211 starttime = tadd(starttime, -gmtoff);
2352 trans[i] = tadd(tran
2502 tadd(t1, t2) function
[all...]

Completed in 81 milliseconds