Searched defs:tm_sec (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dtime.h15 int tm_sec; member in struct:tm
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dtime.h57 int tm_sec; member in struct:tm
H A Dwchar.h70 int tm_sec; member in struct:tm
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dtime.h57 int tm_sec; member in struct:tm
H A Dwchar.h80 int tm_sec; member in struct:tm
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtime.h129 PRInt32 tm_usec; /* microseconds past tm_sec (0-99999) */
130 PRInt32 tm_sec; /* seconds past tm_min (0-61, accomodating member in struct:PRExplodedTime
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dzip.h91 uInt tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm_zip_s
H A Dunzip.h86 uInt tm_sec; /* seconds after the minute - [0,59] */ member in struct:tm_unz_s
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dtime.h22 - int tm_sec; // seconds after the minute - [0, 60]
147 int tm_sec; // seconds after the minute [0, 60] member in struct:tm
319 %r is replaced by the locale's 12-hour clock time. [tm_hour, tm_min, tm_sec]
321 %S is replaced by the second as a decimal number (00-60). [tm_sec]
324 [tm_hour, tm_min, tm_sec]
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h99 int tm_sec; /* seconds after the minute [0-60] */ member in struct:tm
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Defi.h96 uint8_t tm_sec; /* 0 - 59 */ member in struct:efi_tm
/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp120 int32_t tm_sec; member in struct:my_tm
285 tm->tm_sec = from_bcd(pThis, pThis->cmos_data[RTC_SECONDS]);
591 tm->tm_sec++;
592 if ((unsigned)tm->tm_sec >= 60)
594 tm->tm_sec = 0;
666 pThis->cmos_data[RTC_SECONDS] = to_bcd(pThis, tm->tm_sec);
704 || from_bcd(pThis, pThis->cmos_data[RTC_SECONDS_ALARM]) == pThis->current_tm.tm_sec)
764 SSMR3PutS32(pSSM, pThis->current_tm.tm_sec);
827 SSMR3GetS32(pSSM, &pThis->current_tm.tm_sec);
1015 Tm.tm_sec
[all...]

Completed in 64 milliseconds