HomeSort by: relevance | last modified time | path
    Searched defs:tadd (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
zic.c 313 static zic_t tadd(zic_t t1, zic_t t2);
2374 t = tadd(t, tod);
2776 ats[i] = tadd(ats[i], leap[j].corr);
3077 todo = tadd(leap[i].trans, -utoffs[j]);
3615 untiltime = tadd(untiltime,
3618 untiltime = tadd(untiltime,
3636 jtime = tadd(jtime, -offset);
3738 starttime = tadd(starttime, -save);
3740 starttime = tadd(starttime, -stdoff);
3901 leap[i].trans = tadd(prevtrans, last)
4124 tadd(zic_t t1, zic_t t2) function
    [all...]
zic.c 313 static zic_t tadd(zic_t t1, zic_t t2);
2374 t = tadd(t, tod);
2776 ats[i] = tadd(ats[i], leap[j].corr);
3077 todo = tadd(leap[i].trans, -utoffs[j]);
3615 untiltime = tadd(untiltime,
3618 untiltime = tadd(untiltime,
3636 jtime = tadd(jtime, -offset);
3738 starttime = tadd(starttime, -save);
3740 starttime = tadd(starttime, -stdoff);
3901 leap[i].trans = tadd(prevtrans, last)
4124 tadd(zic_t t1, zic_t t2) function
    [all...]

Completed in 39 milliseconds