Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dtime.c903 #define days_in_month(a) (month_days[(a) - 1]) macro
960 days_in_month(FEBRUARY) = 29; in to_tm()
961 for (i = 1; day >= days_in_month(i); i++) in to_tm()
962 day -= days_in_month(i); in to_tm()
963 days_in_month(FEBRUARY) = 28; in to_tm()
/arch/cris/arch-v10/drivers/
Dpcf8563.c53 static const unsigned char days_in_month[] = variable
275 (tm.tm_mday > days_in_month[tm.tm_mon] + leap) || in pcf8563_ioctl()