Searched refs:yrs (Results 1 – 2 of 2) sorted by relevance
809 unsigned int yrs; // Years in SecTimeFromDoyTime() local817 yrs = pDt->year - TSYNC_TIME_BASE_YEAR; in SecTimeFromDoyTime()818 lyrs = (yrs + 1) / 4; in SecTimeFromDoyTime()822 pSt->seconds += (yrs - lyrs) * SECSPERYEAR; in SecTimeFromDoyTime()849 unsigned int yrs; // Years accumulator variable in DoyTimeFromSecTime() local859 yrs = (unsigned int)((secs / in DoyTimeFromSecTime()867 yrs++; in DoyTimeFromSecTime()875 yrs++; in DoyTimeFromSecTime()883 yrs++; in DoyTimeFromSecTime()901 pDt->year = yrs + TSYNC_TIME_BASE_YEAR; in DoyTimeFromSecTime()
122202 [Bug 1771] fix algorithmic problem (result should ALWAYS be in +/- 0.5yrs around receive time)