Searched refs:SECSPERLEAPYEAR (Results 1 – 2 of 2) sorted by relevance
821 pSt->seconds += lyrs * SECSPERLEAPYEAR; in SecTimeFromDoyTime() 860 ((SECSPERYEAR * 3) + SECSPERLEAPYEAR)) * 4); in DoyTimeFromSecTime() 861 secs %= ((SECSPERYEAR * 3) + SECSPERLEAPYEAR); in DoyTimeFromSecTime() 880 if (secs >= SECSPERLEAPYEAR) in DoyTimeFromSecTime() 884 secs -= SECSPERLEAPYEAR; in DoyTimeFromSecTime()
97 #define SECSPERLEAPYEAR (366 * SECSPERDAY) /* leap year */ macro