Searched refs:ydays (Results 1 – 1 of 1) sorted by relevance
177 s32 ydays = y4ds % y1days; in DaysToDate() local180 month = (5 * ydays + 2) / 153; in DaysToDate()181 day = ydays - (153 * month + 2) / 5 + 1; in DaysToDate()