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