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

  /src/lib/libc/time/
zic.c 305 static zic_t tadd(zic_t t1, zic_t t2);
2364 t = tadd(t, tod);
2749 ats[i] = tadd(ats[i], corr[j]);
3048 todo = tadd(trans[i], -utoffs[j]);
3583 untiltime = tadd(untiltime,
3586 untiltime = tadd(untiltime,
3607 jtime = tadd(jtime, -offset);
3709 starttime = tadd(starttime, -save);
3711 starttime = tadd(starttime, -stdoff);
3869 trans[i] = tadd(trans[i], last)
4083 tadd(zic_t t1, zic_t t2) function
    [all...]

Completed in 29 milliseconds