Searched refs:newdays (Results 1 – 1 of 1) sorted by relevance
76 int newdays; in rtc_time64_to_tm() local78 newdays = days - rtc_month_days(month, year); in rtc_time64_to_tm()79 if (newdays < 0) in rtc_time64_to_tm()81 days = newdays; in rtc_time64_to_tm()