Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTimeVals.h67 #define LEAPS_THRU_END_OF(y) ((y) / 4 - (y) / 100 + (y) / 400) macro
DTime.c165 LEAPS_THRU_END_OF(newy - 1) - in timesub()
166 LEAPS_THRU_END_OF(y - 1); in timesub()