/device/linaro/bootloader/edk2/StdLib/Include/ |
D | time.h | 141 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/ |
D | time.h | 125 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/ |
D | OpenSslSupport.h | 127 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/ |
D | lvm.c | 113 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
|
D | ltm.c | 53 const TValue *tm = luaH_getstr(events, ename); in luaT_gettm() local
|
D | ldebug.c | 446 TMS tm; in getfuncname() local
|
D | ldo.c | 275 const TValue *tm = luaT_gettmbyobj(L, func, TM_CALL); in tryfuncTM() local
|
D | lgc.c | 811 const TValue *tm; in GCTM() local
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | Time.c | 247 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()
|
D | strptime.c | 85 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime()
|
D | strftime.c | 289 struct tm tm; in _fmt() local
|
/device/generic/goldfish/libqemu/ |
D | test_util.c | 30 struct timespec tm; in now_secs() local
|
/device/google/cuttlefish_common/guest/hals/camera/ |
D | Exif.cpp | 50 #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/ |
D | uim.c | 94 struct timespec tm = {0, 50*1000*1000}; in read_hci_event() local
|
/device/generic/goldfish/camera/ |
D | Exif.cpp | 42 #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/ |
D | EmuThunk.c | 359 struct tm *tm; in SecGetTime() local
|
D | PosixFileSystem.c | 218 struct tm *tm; in PosixSystemTimeToEfiTime() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | edk2module.c | 2807 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/ |
D | posixmodule.c | 4397 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
|
D | datetimemodule.c | 2316 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/ |
D | gps_qemu.c | 268 struct tm tm; in nmea_reader_update_time() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2460 class tm(Structure): class
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | datetimemodule.c | 2316 struct tm *tm; in date_local_from_time_t() local 3743 struct tm *tm; in datetime_from_timet_and_us() local
|