Searched refs:rsec (Results 1 – 2 of 2) sorted by relevance
247 time_t rsec; /* remainder seconds */ in clock_ts_to_ct() local252 rsec = secs % SECDAY; in clock_ts_to_ct()276 ct->hour = rsec / 3600; in clock_ts_to_ct()277 rsec = rsec % 3600; in clock_ts_to_ct()278 ct->min = rsec / 60; in clock_ts_to_ct()279 rsec = rsec % 60; in clock_ts_to_ct()280 ct->sec = rsec; in clock_ts_to_ct()
560 int rsec; /* seconds counter */ member 907 * starting at an arbitrary time. The rsec ramp counts the 60 seconds of909 * mphase ramp. The rsec ramp drives the seconds state machine to1207 up->rsec = (60 - sp->mepoch / WWV_SEC) % 60; in wwv_rf() 1777 nsec = up->rsec; in wwv_rsec() 1778 up->rsec++; in wwv_rsec() 2018 up->rsec = 0; in wwv_rsec() 2070 pp->second = up->rsec; in wwv_clock() 2195 up->rsec - 1, up->status, up->gain, up->yepoch, in wwv_corr4()