Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/
Dtime.h141 struct tm { struct
142 int tm_year; // years since 1900 argument
143 int tm_mon; // months since January [0, 11] argument
144 int tm_mday; // day of the month [1, 31] argument
145 int tm_hour; // hours since midnight [0, 23] argument
146 int tm_min; // minutes after the hour [0, 59] argument
147 int tm_sec; // seconds after the minute [0, 60] argument
148 int tm_wday; // days since Sunday [0, 6] argument
149 int tm_yday; // days since January 1 [0, 365] argument
150 int tm_isdst; // Daylight Saving Time flag argument
[all …]
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
Dtime.h125 struct tm { struct
126 int tm_sec; /* seconds after the minute [0-60] */ argument
127 int tm_min; /* minutes after the hour [0-59] */ argument
128 int tm_hour; /* hours since midnight [0-23] */ argument
129 int tm_mday; /* day of the month [1-31] */ argument
130 int tm_mon; /* months since January [0-11] */ argument
131 int tm_year; /* years since 1900 */ argument
132 int tm_wday; /* days since Sunday [0-6] */ argument
133 int tm_yday; /* days since January 1 [0-365] */ argument
134 int tm_isdst; /* Daylight Savings Time flag */ argument
[all …]
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h127 struct tm { struct
128 int tm_sec; /* seconds after the minute [0-60] */ argument
129 int tm_min; /* minutes after the hour [0-59] */ argument
130 int tm_hour; /* hours since midnight [0-23] */ argument
131 int tm_mday; /* day of the month [1-31] */ argument
132 int tm_mon; /* months since January [0-11] */ argument
133 int tm_year; /* years since 1900 */ argument
134 int tm_wday; /* days since Sunday [0-6] */ argument
135 int tm_yday; /* days since January 1 [0-365] */ argument
136 int tm_isdst; /* Daylight Savings Time flag */ argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlvm.c113 const TValue *tm; in luaV_gettable() local
139 const TValue *tm; in luaV_settable() local
177 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */ in call_binTM() local
261 const TValue *tm; in luaV_equalobj_() local
336 const TValue *tm; in luaV_objlen() local
520 #define arith_op(op,tm) { \ argument
Dltm.c53 const TValue *tm = luaH_getstr(events, ename); in luaT_gettm() local
Dldebug.c446 TMS tm; in getfuncname() local
Dldo.c275 const TValue *tm = luaT_gettmbyobj(L, func, TM_CALL); in tryfuncTM() local
Dlgc.c811 const TValue *tm; in GCTM() local
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTime.c247 void (* const funcp)(const time_t*, long, struct tm*), in time2sub()
402 time2(struct tm * const tmp, void (* const funcp)(const time_t*, long, struct tm*), in time2()
419 void (* const funcp)(const time_t *, long, struct tm *), in time1()
Dstrptime.c85 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime()
Dstrftime.c289 struct tm tm; in _fmt() local
/device/generic/goldfish/libqemu/
Dtest_util.c30 struct timespec tm; in now_secs() local
/device/google/cuttlefish_common/guest/hals/camera/
DExif.cpp50 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime_r(timestamp, tm) argument
54 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime64_r(timestamp, tm) argument
/device/linaro/hikey/wpan/uim/
Duim.c94 struct timespec tm = {0, 50*1000*1000}; in read_hci_event() local
/device/generic/goldfish/camera/
DExif.cpp42 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime_r(timestamp, tm) argument
46 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime64_r(timestamp, tm) argument
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DEmuThunk.c359 struct tm *tm; in SecGetTime() local
DPosixFileSystem.c218 struct tm *tm; in PosixSystemTimeToEfiTime() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c2807 int tm=0; in os2emx_popen2() local
2839 int tm = 0; in os2emx_popen3() local
2871 int tm = 0; in os2emx_popen4() local
3369 int tm = 0; in posix_popen() local
3410 int tm=0; in win32_popen2() local
3447 int tm = 0; in win32_popen3() local
3484 int tm = 0; in win32_popen4() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c4397 int tm=0; in os2emx_popen2() local
4429 int tm = 0; in os2emx_popen3() local
4461 int tm = 0; in os2emx_popen4() local
4959 int tm = 0; in posix_popen() local
5000 int tm=0; in win32_popen2() local
5037 int tm = 0; in win32_popen3() local
5074 int tm = 0; in win32_popen4() local
Ddatetimemodule.c2316 struct tm *tm; in date_local_from_time_t() local
3743 struct tm *tm; in datetime_from_timet_and_us() local
/device/generic/goldfish/gps/
Dgps_qemu.c268 struct tm tm; in nmea_reader_update_time() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2460 class tm(Structure): class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c2316 struct tm *tm; in date_local_from_time_t() local
3743 struct tm *tm; in datetime_from_timet_and_us() local