Searched refs:leaps_to_date (Results 1 – 1 of 1) sorted by relevance
35 int leaps_to_date; in rtc_calc_weekday() local44 leaps_to_date = last_year / 4 - last_year / 100 + last_year / 400; in rtc_calc_weekday()61 day += last_year * 365 + leaps_to_date + month_offset[tm->tm_mon - 1] + in rtc_calc_weekday()