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

/external/v8/src/base/platform/
H A Dplatform-freebsd.cc52 // tm_gmtoff includes any daylight savings offset, so subtract it.
53 return static_cast<double>(t->tm_gmtoff * msPerSecond -
H A Dplatform-linux.cc125 // tm_gmtoff includes any daylight savings offset, so subtract it.
126 return static_cast<double>(t->tm_gmtoff * msPerSecond -
H A Dplatform-macos.cc172 // tm_gmtoff includes any daylight savings offset, so subtract it.
173 return static_cast<double>(t->tm_gmtoff * msPerSecond -
H A Dplatform-openbsd.cc50 // tm_gmtoff includes any daylight savings offset, so subtract it.
51 return static_cast<double>(t->tm_gmtoff * msPerSecond -
H A Dplatform-qnx.cc101 // tm_gmtoff includes any daylight savings offset, so subtract it.
102 return static_cast<double>(t->tm_gmtoff * msPerSecond -
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h371 long int tm_gmtoff; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_posix.cc1050 CHECK_SIZE_AND_OFFSET(tm, 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 179 milliseconds