Searched refs:tm_min (Results 1 - 25 of 44) sorted by relevance

12

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dtime.h17 int tm_min; member in struct:tm
/vbox/src/VBox/Runtime/r3/posix/
H A Dtimelocal-posix.cpp79 && TmLocal.tm_min == TmUct.tm_min
85 + TmLocal.tm_min * 60
88 + TmUct.tm_min * 60
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Drtc_time.c91 tm.tm_min = read_component ( RTC_MIN );
107 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec,
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dtime.c32 * tm_sec + tm_min*60 + tm_hour*3600 + tm_yday*86400 +
127 ( ( ( ( tm->tm_hour * 60 ) + tm->tm_min ) * 60 ) + tm->tm_sec );
133 tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec, seconds,
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTimeEfi.c38 BT->tm_min = ET->Minute;
77 ET->Minute = (UINT8)BT->tm_min;
H A DTime.c148 tmp->tm_min = (int) (rem / SECSPERMIN);
239 (result = (atmp->tm_min - btmp->tm_min)) == 0)
265 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec,
269 if (normalize_overflow(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR))
618 timeptr->tm_min, timeptr->tm_sec,
646 timeptr->tm_min, timeptr->tm_sec,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c156 gmt->tm_min = rem / 60;
292 + copy.tm_min * 60 + copy.tm_sec;
344 time->tm_min += time->tm_sec / 60;
348 time->tm_min--;
352 if (time->tm_min < 0 || time->tm_min >= 60) {
353 time->tm_hour += time->tm_min / 60;
354 time->tm_min %= 60;
355 if (time->tm_min < 0) {
356 time->tm_min
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtimetest.c79 et->tm_hour, et->tm_min, et->tm_sec);
106 et1->tm_min == et2->tm_min &&
143 et.tm_hour, et.tm_min, et.tm_sec);
315 et.tm_min = 0;
337 et.tm_min = 0;
364 et.tm_min = 0;
391 et.tm_min = 29;
408 et.tm_min = 29;
446 et1.tm_min
[all...]
H A Dtimemac.c67 et->tm_hour, et->tm_min, et->tm_sec);
H A Dy2k.c86 et->tm_hour, et->tm_min, et->tm_sec);
108 et->tm_min,
125 et1->tm_min == et2->tm_min &&
468 et1->tm_min += it->ti_min;
/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/libs/xpcom18a4/xpcom/base/
H A DnsLeakDetector.cpp74 now->tm_hour, now->tm_min, now->tm_sec);
89 now->tm_hour, now->tm_min, now->tm_sec);
/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 Dminizip.c131 tmzip->tm_min = filedate->tm_min;
406 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour =
H A Dminiunz.c104 newdate.tm_min=tmu_date.tm_min;
295 (uLong)file_info.tmu_date.tm_hour,(uLong)file_info.tmu_date.tm_min,
H A Dzip.h92 uInt tm_min; /* minutes after the hour - [0,59] */ member in struct:tm_zip_s
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DTimerWrapper.c133 GmTime->tm_min = (int) ((DayRemainder % SECSPERHOUR) / SECSPERMIN);
/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/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dtime.h58 int tm_min; member in struct:tm
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmactime.c238 statictime.tm_min = dtr.minute;
/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...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dtime.h58 int tm_min; member in struct:tm
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dtime_test.c72 .tm_min = MIN, \
/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A Duntgz.c199 local->tm_hour, local->tm_min, local->tm_sec);
225 st.wMinute = (WORD)loctm->tm_min;
/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

Completed in 72 milliseconds

12