Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dtime.c999 #define days_in_month(a) (month_days[(a) - 1]) macro
1057 days_in_month(FEBRUARY) = 29; in to_tm()
1058 for (i = 1; day >= days_in_month(i); i++) in to_tm()
1059 day -= days_in_month(i); in to_tm()
1060 days_in_month(FEBRUARY) = 28; in to_tm()