HomeSort by relevance Sort by last modified time
    Searched refs:month_days (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/rtc/
date.c 20 #define days_in_month(a) (month_days[(a) - 1])
22 static int month_days[12] = { variable
mcfrtc.c 58 static int month_days[12] = { local
81 days += month_days[i];

Completed in 53 milliseconds