Searched refs:newy (Results 1 – 1 of 1) sorted by relevance
6108 int newy; in ips_fix_ffdc_time() local6110 newy = year + (days / IPS_DAYS_NORMAL_YEAR); in ips_fix_ffdc_time()6112 --newy; in ips_fix_ffdc_time()6113 days -= (newy - year) * IPS_DAYS_NORMAL_YEAR + in ips_fix_ffdc_time()6114 IPS_NUM_LEAP_YEARS_THROUGH(newy - 1) - in ips_fix_ffdc_time()6116 year = newy; in ips_fix_ffdc_time()