Searched refs:newy (Results 1 – 1 of 1) sorted by relevance
6032 int newy; in ips_fix_ffdc_time() local6034 newy = year + (days / IPS_DAYS_NORMAL_YEAR); in ips_fix_ffdc_time()6036 --newy; in ips_fix_ffdc_time()6037 days -= (newy - year) * IPS_DAYS_NORMAL_YEAR + in ips_fix_ffdc_time()6038 IPS_NUM_LEAP_YEARS_THROUGH(newy - 1) - in ips_fix_ffdc_time()6040 year = newy; in ips_fix_ffdc_time()