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

/device/linaro/bootloader/edk2/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 53 milliseconds