Home
last modified time | relevance | path

Searched refs:tm_gmtoff (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
DTimerWrapper.c166 GmTime->tm_gmtoff = 0; in gmtime()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
Dtime.h135 long tm_gmtoff; /* offset from UTC in seconds */ member
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h137 long tm_gmtoff; /* offset from CUT in seconds */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtimemodule.c737 janzone = -p->tm_gmtoff; in inittimezone()
742 julyzone = -p->tm_gmtoff; in inittimezone()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dtimemodule.c737 janzone = -p->tm_gmtoff; in inittimezone()
742 julyzone = -p->tm_gmtoff; in inittimezone()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp11782 if (r == NULL || lt.tm_gmtoff <= -2*60*60 || lt.tm_gmtoff >= 8*60*60) in is60HzZone()