Searched refs:SECSPERHR (Results 1 – 3 of 3) sorted by relevance
93 #define SECSPERHR (SECSPERMIN * MINSPERHR) macro94 #define SECSPERDAY (SECSPERHR * HRSPERDAY)
826 pSt->seconds += pDt->hour * SECSPERHR; in SecTimeFromDoyTime()893 hrs = (unsigned int)(secs / SECSPERHR); in DoyTimeFromSecTime()894 secs %= SECSPERHR; in DoyTimeFromSecTime()
198 stats_timer = SECSPERHR; in init_timer()467 stats_timer += SECSPERHR; in timer()