Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp137 int64_t dstoffset; // dst seconds offset from GMT member
148 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; member
1208 SimplifiedZoneType() : rawoffset(-1), dstoffset(-1) {} in SimplifiedZoneType()
[all …]
Dlocaltime.c930 int_fast32_t dstoffset; in tzparse() local
979 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()
/external/libvpx/libvpx/vp8/encoder/
Dpicklpf.c60 int srcoffset, dstoffset; in calc_partial_ssl_err() local
73 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16); in calc_partial_ssl_err()
76 dst += dstoffset; in calc_partial_ssl_err()