Searched refs:day_offset (Results 1 – 2 of 2) sorted by relevance
918 day_offset = (week - 1) * 7 + (day - 1)922 ord_day = day_1 + day_offset
3061 int day_offset = (month - 1)*7 + day - 1; in date_fromisocalendar() local3063 ord_to_ymd(day_1 + day_offset, &year, &month, &day); in date_fromisocalendar()