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

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A D__secs_to_tm.c17 static const char days_in_month[] = {31, 30, 31, 30, 31, 31, 30, 31, 30, 31, 31, 29}; local
64 for (months = 0; days_in_month[months] <= remdays; months++)
65 remdays -= days_in_month[months];
H A D__tz.c343 static int days_in_month(int m, int is_leap) { function
370 if (n == 5 && days + 28 >= days_in_month(m, is_leap))
/fuchsia/zircon/system/ulib/rtc/
H A Dlibrtc.c12 static const uint64_t days_in_month[] = { variable
46 days_since_local_epoch += days_in_month[month];

Completed in 32 milliseconds