Home
last modified time | relevance | path

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

/u-boot/drivers/rtc/
A Drtc-lib.c21 #define LEAPS_THRU_END_OF(y) ((y) / 4 - (y) / 100 + (y) / 400) macro
50 + LEAPS_THRU_END_OF(year - 1) in rtc_to_tm()
51 - LEAPS_THRU_END_OF(1970 - 1); in rtc_to_tm()

Completed in 4 milliseconds