Searched refs:newdays (Results 1 – 1 of 1) sorted by relevance
72 int newdays; in rtc_time64_to_tm() local74 newdays = days - rtc_month_days(month, year); in rtc_time64_to_tm()75 if (newdays < 0) in rtc_time64_to_tm()77 days = newdays; in rtc_time64_to_tm()