Home
last modified time | relevance | path

Searched refs:leapyear (Results 1 – 1 of 1) sorted by relevance

/hypervisor/dm/
A Dvrtc.c92 static inline uint32_t leapyear(uint32_t year) in leapyear() function
110 return leapyear(year) ? 366U : 365U; in days_in_year()
115 return month_days[(month) - 1U] + ((month == FEBRUARY) ? leapyear(year) : 0U); in days_in_month()

Completed in 6 milliseconds