Home
last modified time | relevance | path

Searched refs:tt_gmtoff (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DZoneProc.c126 timezone = -(ttisp->tt_gmtoff); in settzname()
411 ttisp->tt_gmtoff = detzcode(p); in tzload()
644 sp->ttis[0].tt_gmtoff = -dstoffset; in tzparse()
647 sp->ttis[1].tt_gmtoff = -stdoffset; in tzparse()
688 -sp->ttis[j].tt_gmtoff; in tzparse()
723 theiroffset = -sp->ttis[j].tt_gmtoff; in tzparse()
731 sp->ttis[0].tt_gmtoff = -stdoffset; in tzparse()
734 sp->ttis[1].tt_gmtoff = -dstoffset; in tzparse()
743 sp->ttis[0].tt_gmtoff = -stdoffset; in tzparse()
821 lclptr->ttis[0].tt_gmtoff = 0; in tzset()
DTime.c375 newt = t + sp->ttis[j].tt_gmtoff - in time2sub()
376 sp->ttis[i].tt_gmtoff; in time2sub()
480 tmp->tm_sec += (int)(sp->ttis[otheri].tt_gmtoff - in time1()
481 sp->ttis[samei].tt_gmtoff); in time1()
486 tmp->tm_sec -= (int)(sp->ttis[otheri].tt_gmtoff - in time1()
487 sp->ttis[samei].tt_gmtoff); in time1()
749 timesub(&t, ttisp->tt_gmtoff, sp, tmp); in localsub()
DTimeVals.h76 LONG32 tt_gmtoff; /* UTC offset in seconds */ member