Searched refs:newy (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dips.c6310 int newy; local
6312 newy = year + (days / IPS_DAYS_NORMAL_YEAR);
6314 --newy;
6315 days -= (newy - year) * IPS_DAYS_NORMAL_YEAR +
6316 IPS_NUM_LEAP_YEARS_THROUGH(newy - 1) -
6318 year = newy;

Completed in 60 milliseconds