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

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi_lib.c84 #define LEAPS_THRU_END_OF(y) ((y) / 4 - (y) / 100 + (y) / 400) macro
116 LEAPS_THRU_END_OF(newy - 1) -
117 LEAPS_THRU_END_OF(y - 1);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTimeVals.h67 #define LEAPS_THRU_END_OF(y) ((y) / 4 - (y) / 100 + (y) / 400) macro
H A DTime.c165 LEAPS_THRU_END_OF(newy - 1) -
166 LEAPS_THRU_END_OF(y - 1);

Completed in 92 milliseconds