Searched refs:u16YearDay (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/common/time/
H A Dtime.cpp331 pTime->u16YearDay = i32Div + 1;
374 * bounds. Use RTTimeNormalize() to calculate u16YearDay and
392 AssertReturn(pTime->u16YearDay >= 1, NULL);
393 AssertReturn(pTime->u16YearDay <= (rtTimeIsLeapYear(pTime->i32Year) ? 366 : 365), NULL);
400 + pTime->u16YearDay - 1;
434 if (!pTime->u16YearDay)
470 pTime->u16YearDay = pTime->u8MonthDay - 1
487 uint16_t u16YearDay; local
494 u16YearDay = pTime->u8MonthDay - 1
498 AssertBreak(u16YearDay
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTTimeSpec.cpp56 pTime->u16YearDay,
88 || (pTime)->u16YearDay != (_u16YearDay) \
112 (pTime)->u16YearDay = (_u16YearDay); \
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-time-decode.cpp132 pThis->Time.u16YearDay = 0;
267 pThis->Time.u16YearDay = 0;
/vbox/include/iprt/
H A Dtime.h596 uint16_t u16YearDay; member in struct:RTTIME
684 * bounds. Use RTTimeNormalize() to calculate u16YearDay and
/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp1012 Tm.tm_yday = Time.u16YearDay - 1;

Completed in 127 milliseconds