Searched refs:last_year (Results 1 - 1 of 1) sorted by last modified time

/u-boot/lib/
H A Ddate.c30 int last_year; local
35 last_year = tm->tm_year - 1;
38 leaps_to_date = last_year / 4 - last_year / 100 + last_year / 400;
55 day += last_year * 365 + leaps_to_date + month_offset[tm->tm_mon - 1] +

Completed in 87 milliseconds