Searched refs:IPS_DAYS_NORMAL_YEAR (Results 1 – 2 of 2) sorted by relevance
412 #define IPS_DAYS_NORMAL_YEAR 365 macro
6005 int year_lengths[2] = { IPS_DAYS_NORMAL_YEAR, IPS_DAYS_LEAP_YEAR }; in ips_fix_ffdc_time()6034 newy = year + (days / IPS_DAYS_NORMAL_YEAR); in ips_fix_ffdc_time()6037 days -= (newy - year) * IPS_DAYS_NORMAL_YEAR + in ips_fix_ffdc_time()