Searched refs:daysInMonth (Results 1 – 1 of 1) sorted by relevance
581 const UINT16 *daysInMonth = g_daysInMonth[IS_LEAP_YEAR(year)]; in ConvertSecs2Utc() local583 for (month = 11; days < (long int) daysInMonth[month]; --month) { in ConvertSecs2Utc()586 days -= daysInMonth[month]; in ConvertSecs2Utc()