Searched refs:SECSPERYEAR (Results 1 – 2 of 2) sorted by relevance
822 pSt->seconds += (yrs - lyrs) * SECSPERYEAR; in SecTimeFromDoyTime()860 ((SECSPERYEAR * 3) + SECSPERLEAPYEAR)) * 4); in DoyTimeFromSecTime()861 secs %= ((SECSPERYEAR * 3) + SECSPERLEAPYEAR); in DoyTimeFromSecTime()864 if (secs >= SECSPERYEAR) in DoyTimeFromSecTime()868 secs -= SECSPERYEAR; in DoyTimeFromSecTime()872 if (secs >= SECSPERYEAR) in DoyTimeFromSecTime()876 secs -= SECSPERYEAR; in DoyTimeFromSecTime()
96 #define SECSPERYEAR (365 * SECSPERDAY) /* regular year */ macro