Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTime.c425 register int samei, otheri; in time1() local
477 otheri = types[otherind]; in time1()
478 if (sp->ttis[otheri].tt_isdst == tmp->tm_isdst) in time1()
480 tmp->tm_sec += (int)(sp->ttis[otheri].tt_gmtoff - in time1()
486 tmp->tm_sec -= (int)(sp->ttis[otheri].tt_gmtoff - in time1()