Searched refs:LEAPS_THRU_END_OF (Results 1 – 1 of 1) sorted by relevance
25 #define LEAPS_THRU_END_OF(y) ((y) / 4 - (y) / 100 + (y) / 400) macro62 + LEAPS_THRU_END_OF(year - 1) in rtc_time64_to_tm()63 - LEAPS_THRU_END_OF(1970 - 1); in rtc_time64_to_tm()