Searched refs:days_before_month (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/mongoose/
H A Dmongoose.c1649 static const unsigned short days_before_month[] = { local
1668 days = year * 365 + days_before_month[month] + (day - 1) + leap_days;

Completed in 221 milliseconds