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

/vbox/src/VBox/Runtime/common/time/
H A Dtime.cpp104 static const uint16_t g_aiDayOfYearLeap[12 + 1] = variable
340 paiDayOfYear = &g_aiDayOfYearLeap[0];
472 ? g_aiDayOfYearLeap[pTime->u8Month - 1]
496 ? g_aiDayOfYearLeap[pTime->u8Month - 1]
517 ? &g_aiDayOfYearLeap[0]
558 if (pTime->u16YearDay + 1 != (fLeapYear ? g_aiDayOfYearLeap[pTime->u8Month] : g_aiDayOfYear[pTime->u8Month]))
810 ? g_aiDayOfYearLeap[pTime->u8Month - 1]

Completed in 80 milliseconds