Searched defs:IsLeapYear (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
H A DPcRtc.c897 (Time->Month == 2 && (!IsLeapYear (Time) && Time->Day > 28))
914 IsLeapYear ( function
1073 if ((From->Month == 2) && !IsLeapYear(From)) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c89 static int IsLeapYear(PRInt16 year);
317 * IsLeapYear --
324 static int IsLeapYear(PRInt16 year) function
371 if (IsLeapYear(time->tm_year))
376 time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->tm_month];
387 nDays[IsLeapYear(time->tm_year)][time->tm_month]) {
476 time->tm_mday += nDays[IsLeapYear(time->tm_year)][time->tm_month];
479 daysInMonth = nDays[IsLeapYear(time->tm_year)][time->tm_month];
488 daysInMonth = nDays[IsLeapYear(time->tm_year)][time->tm_month];
494 lastDayOfMonth[IsLeapYear(tim
[all...]

Completed in 45 milliseconds