OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tm_gmtoff
(Results
51 - 75
of
126
) sorted by null
1
2
3
4
5
6
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
time.h
56
long int
tm_gmtoff
;
member in struct:tm
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
time.h
56
long int
tm_gmtoff
;
member in struct:tm
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
time.h
56
long int
tm_gmtoff
;
member in struct:tm
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
time.h
56
long int
tm_gmtoff
;
member in struct:tm
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
time.h
56
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
/external/v8/src/base/platform/
platform-openbsd.cc
49
//
tm_gmtoff
includes any daylight savings offset, so subtract it.
50
return static_cast<double>(t->
tm_gmtoff
* msPerSecond -
platform-qnx.cc
100
//
tm_gmtoff
includes any daylight savings offset, so subtract it.
101
return static_cast<double>(t->
tm_gmtoff
* msPerSecond -
platform-linux.cc
125
//
tm_gmtoff
includes any daylight savings offset, so subtract it.
126
return static_cast<double>(t->
tm_gmtoff
* msPerSecond -
platform-aix.cc
56
// On AIX, struct tm does not contain a
tm_gmtoff
field.
platform-cygwin.cc
39
// On Cygwin, struct tm does not contain a
tm_gmtoff
field.
/bionic/libc/tzcode/
strftime.c
540
#ifdef
TM_GMTOFF
541
diff = t->
TM_GMTOFF
;
542
#else /* !defined
TM_GMTOFF
*/
574
#endif /* !defined
TM_GMTOFF
*/
/system/core/logd/
LogKlog.cpp
293
if ((tm.
tm_gmtoff
< 0) && ((-tm.
tm_gmtoff
) > (long)real.tv_sec)) {
296
real.tv_sec += tm.
tm_gmtoff
;
/external/icu/icu4c/source/tools/tzcode/
zdump.c
822
#ifdef
TM_GMTOFF
823
(void) printf(" gmtoff=%ld", tmp->
TM_GMTOFF
);
824
#endif /* defined
TM_GMTOFF
*/
/toolchain/binutils/binutils-2.25/gas/config/
te-vms.c
267
gmtoff = ts->
tm_gmtoff
;
/toolchain/binutils/binutils-2.25/gas/
config.in
148
/* Define if <time.h> has struct tm.
tm_gmtoff
. */
/bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c
460
diff = t->
tm_gmtoff
;
/external/libchrome/base/time/
time_posix.cc
226
timestruct.
tm_gmtoff
= 0; // not a POSIX field, so mktime/timegm ignore
/external/libweave/third_party/chromium/base/time/
time_posix.cc
206
timestruct.
tm_gmtoff
= 0; // not a POSIX field, so mktime/timegm ignore
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
time.h
146
long int
tm_gmtoff
; /* Seconds east of UTC. */
member in struct:tm
Completed in 2880 milliseconds
1
2
3
4
5
6