Searched refs:u8WeekDay (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTTimeSpec.cpp57 pTime->u8WeekDay,
87 || (pTime)->u8WeekDay != (_u8WeekDay) \
111 (pTime)->u8WeekDay = (_u8WeekDay); \
/vbox/src/VBox/Runtime/common/time/
H A Dtime.cpp316 pTime->u8WeekDay = ((int)(i32Div % 7) + 3 + 7) % 7;
372 * The fields u8Month, u8WeekDay and u8MonthDay are not used,
615 pTime->u8WeekDay = ((offDays % 7) + 3 + 7) % 7;
625 pTime->u8WeekDay = (uint8_t)((offDays + 3) % 7);
632 pTime->u8WeekDay = ((int)(offDays % 7) + 3 + 7) % 7;
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-time-decode.cpp131 pThis->Time.u8WeekDay = 0;
266 pThis->Time.u8WeekDay = 0;
/vbox/include/iprt/
H A Dtime.h594 uint8_t u8WeekDay; member in struct:RTTIME
682 * The fields u8Month, u8WeekDay and u8MonthDay are not used,
/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp137 s_apszDayNms[Time.u8WeekDay],
/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp1011 Tm.tm_wday = (Time.u8WeekDay + 1 + 7) % 7; /* 0 = Monday -> Sunday */
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_printf.c527 g_aszDay[Time.u8WeekDay], Time.u8MonthDay, g_aszMonth[Time.u8Month - 1],

Completed in 1464 milliseconds