Searched refs:LEAPS_THRU_END_OF (Results 1 – 2 of 2) sorted by relevance
21 #define LEAPS_THRU_END_OF(y) ((y) / 4 - (y) / 100 + (y) / 400) macro50 + LEAPS_THRU_END_OF(year - 1) in rtc_to_tm()51 - LEAPS_THRU_END_OF(1970 - 1); in rtc_to_tm()
580 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in unmktime() macro591 LEAPS_THRU_END_OF(yg - 1) - LEAPS_THRU_END_OF(y - 1); in unmktime()