Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Drtc-lib.c21 #define LEAPS_THRU_END_OF(y) ((y) / 4 - (y) / 100 + (y) / 400) macro
/openbmc/linux/arch/m68k/mac/
H A Dmisc.c580 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in unmktime() macro