Searched refs:newdays (Results 1 - 1 of 1) sorted by last modified time

/u-boot/lib/
H A Drtc-lib.c59 int newdays; local
61 newdays = days - rtc_month_days(month, year);
62 if (newdays < 0)
64 days = newdays;

Completed in 32 milliseconds