Searched defs:tm_min (Results 1 - 12 of 12) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | time.h | 17 int tm_min; member in struct:tm
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | time.h | 58 int tm_min; member in struct:tm
|
H A D | wchar.h | 71 int tm_min; member in struct:tm
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | time.h | 58 int tm_min; member in struct:tm
|
H A D | wchar.h | 81 int tm_min; member in struct:tm
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prtime.h | 130 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 D | zip.h | 92 uInt tm_min; /* minutes after the hour - [0,59] */ member in struct:tm_zip_s
|
H A D | unzip.h | 87 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 D | time.h | 23 - 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 D | OpenSslSupport.h | 100 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 D | efi.h | 95 uint8_t tm_min; /* 0 - 59 */ member in struct:efi_tm
|
/vbox/src/VBox/Devices/PC/ |
H A D | DevRTC.cpp | 121 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 56 milliseconds