Searched refs:dstoffset (Results 1 – 3 of 3) sorted by relevance
137 int64_t dstoffset; // dst seconds offset from GMT member148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {} in ZoneType()153 dstoffset == other.dstoffset; in matches()404 type.dstoffset = readcoded(file); in readzoneinfo()411 if (type.isdst != (type.dstoffset != 0)) { in readzoneinfo()427 if (info.types.at(0).dstoffset != 0) { in readzoneinfo()434 && info.types.at(i).dstoffset == 0) { in readzoneinfo()1098 os << typ->rawoffset << ", " << typ->dstoffset; in print()1207 int64_t dstoffset; member1208 SimplifiedZoneType() : rawoffset(-1), dstoffset(-1) {} in SimplifiedZoneType()[all …]
930 int_fast32_t dstoffset; in tzparse() local979 name = getoffset(name, &dstoffset); in tzparse()982 } else dstoffset = stdoffset - SECSPERHOUR; in tzparse()1007 sp->ttis[0].tt_gmtoff = -dstoffset; in tzparse()1020 endtime = transtime(year, &end, dstoffset); in tzparse()1034 + (stdoffset - dstoffset))))) { in tzparse()1116 sp->ats[i] += dstoffset - in tzparse()1135 sp->ttis[1].tt_gmtoff = -dstoffset; in tzparse()
60 int srcoffset, dstoffset; in calc_partial_ssl_err() local73 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16); in calc_partial_ssl_err()76 dst += dstoffset; in calc_partial_ssl_err()