Searched refs:tm_gmtoff (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/base/platform/
H A Dplatform-freebsd.cc53 // tm_gmtoff includes any daylight savings offset, so subtract it.
54 return static_cast<double>(t->tm_gmtoff * msPerSecond -
H A Dplatform-macos.cc116 // tm_gmtoff includes any daylight savings offset, so subtract it.
117 return static_cast<double>(t->tm_gmtoff * msPerSecond -
H A Dplatform-openbsd.cc51 // tm_gmtoff includes any daylight savings offset, so subtract it.
52 return static_cast<double>(t->tm_gmtoff * msPerSecond -
H A Dplatform-qnx.cc102 // tm_gmtoff includes any daylight savings offset, so subtract it.
103 return static_cast<double>(t->tm_gmtoff * msPerSecond -
H A Dplatform-linux.cc110 // tm_gmtoff includes any daylight savings offset, so subtract it.
111 return static_cast<double>(t->tm_gmtoff * msPerSecond -
/external/libchrome/base/time/
H A Dtime_posix.cc226 timestruct.tm_gmtoff = 0; // not a POSIX field, so mktime/timegm ignore
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h387 long int tm_gmtoff; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_posix.cc1114 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
/external/webrtc/webrtc/base/
H A Dhttpcommon.cc389 *seconds = gmt + tm_for_timezone->tm_gmtoff;
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js3186 var ___tm_struct_layout={__size__:44,tm_sec:0,tm_min:4,tm_hour:8,tm_mday:12,tm_mon:16,tm_year:20,tm_wday:24,tm_yday:28,tm_isdst:32,tm_gmtoff:36,tm_zone:40};
3219 HEAP32[(((tmPtr)+(offsets.tm_gmtoff))>>2)]=start.getTimezoneOffset() * 60
3465 HEAP32[(((tmPtr)+(offsets.tm_gmtoff))>>2)]=0
[all...]

Completed in 509 milliseconds