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

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dtime.h17 int tm_min; member in struct:tm
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dtime.h58 int tm_min; member in struct:tm
H A Dwchar.h71 int tm_min; member in struct:tm
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dtime.h58 int tm_min; member in struct:tm
H A Dwchar.h81 int tm_min; member in struct:tm
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtime.h130 PRInt32 tm_sec; /* seconds past tm_min (0-61, accomodating
132 PRInt32 tm_min; /* minutes past tm_hour (0-59) */ member in struct:PRExplodedTime
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dzip.h92 uInt tm_min; /* minutes after the hour - [0,59] */ member in struct:tm_zip_s
H A Dunzip.h87 uInt tm_min; /* minutes after the hour - [0,59] */ member in struct:tm_unz_s
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dtime.h23 - int tm_min; // minutes after the hour - [0, 59]
146 int tm_min; // minutes after the hour [0, 59] member in struct:tm
315 %M is replaced by the minute as a decimal number (00-59). [tm_min]
319 %r is replaced by the locale's 12-hour clock time. [tm_hour, tm_min, tm_sec]
320 %R is equivalent to "%H:%M". [tm_hour, tm_min]
324 [tm_hour, tm_min, tm_sec]
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h100 int tm_min; /* minutes after the hour [0-59] */ member in struct:tm
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Defi.h95 uint8_t tm_min; /* 0 - 59 */ member in struct:efi_tm
/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp121 int32_t tm_min; member in struct:my_tm
286 tm->tm_min = from_bcd(pThis, pThis->cmos_data[RTC_MINUTES]);
595 tm->tm_min++;
596 if ((unsigned)tm->tm_min >= 60)
598 tm->tm_min = 0;
667 pThis->cmos_data[RTC_MINUTES] = to_bcd(pThis, tm->tm_min);
706 || from_bcd(pThis, pThis->cmos_data[RTC_MINUTES_ALARM]) == pThis->current_tm.tm_min)
765 SSMR3PutS32(pSSM, pThis->current_tm.tm_min);
828 SSMR3GetS32(pSSM, &pThis->current_tm.tm_min);
1014 Tm.tm_min
[all...]

Completed in 45 milliseconds