Home | History | Annotate | Download | only in libcutils

Lines Matching full:tt_gmtoff

120 	long		tt_gmtoff;	/* UTC offset in seconds */
487 ttisp->tt_gmtoff = detzcode(p);
1016 sp->ttis[0].tt_gmtoff = -dstoffset;
1019 sp->ttis[1].tt_gmtoff = -stdoffset;
1071 -sp->ttis[j].tt_gmtoff;
1080 -sp->ttis[j].tt_gmtoff;
1121 theiroffset = -sp->ttis[j].tt_gmtoff;
1130 sp->ttis[0].tt_gmtoff = -stdoffset;
1133 sp->ttis[1].tt_gmtoff = -dstoffset;
1142 sp->ttis[0].tt_gmtoff = -stdoffset;
1259 ** t += ttisp->tt_gmtoff;
1262 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp);
1265 tmp->tm_gmtoff = ttisp->tt_gmtoff;
1817 newt = t + sp->ttis[j].tt_gmtoff -
1818 sp->ttis[i].tt_gmtoff;
1926 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff -
1927 sp->ttis[samei].tt_gmtoff;
1932 tt_gmtoff -
1933 sp->ttis[samei].tt_gmtoff;