Home
last modified time | relevance | path

Searched refs:ltemp (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ntp/util/
H A Dkern.c125 long ltemp, mtemp; in hardupdate() local
140 ltemp = time_tolerance << SHIFT_KF; in hardupdate()
141 if (time_freq > ltemp) in hardupdate()
142 time_freq = ltemp; in hardupdate()
143 else if (time_freq < -ltemp) in hardupdate()
144 time_freq = -ltemp; in hardupdate()
155 int ltemp, time_update; in hardclock() local
160 ltemp = -time_phase >> SHIFT_SCALE; in hardclock()
161 time_phase += ltemp << SHIFT_SCALE; in hardclock()
162 time_update -= ltemp; in hardclock()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_pst.c195 u_long ltemp; in pst_receive() local
240 &daychar, junque, &pp->day, info, &ltemp) != 10) { in pst_receive()
261 if (ltemp == 0) in pst_receive()
263 pp->disp = PST_PHI * ltemp * 60; in pst_receive()
H A Dntp_refclock.c539 l_fp offset, ltemp; in refclock_process_f()
554 DTOLFP(pp->nsec / 1e9, &ltemp); in refclock_process_f()
555 L_ADD(&offset, &ltemp); in refclock_process_f()
1058 u_int ltemp = 0; in refclock_setup()
1079 if (ioctl(fd, TIOCMGET, (char *)&ltemp) < 0) in refclock_setup()
1085 fd, ltemp); in refclock_setup()
1087 if (ltemp & TIOCM_DSR && lflags & LDISC_REMOTE) in refclock_setup()
1142 u_int ltemp = 0; in refclock_setup()
1157 if (ioctl(fd, TIOCMGET, (char *)&ltemp) < 0) in refclock_setup()
1163 fd, ltemp); in refclock_setup()
541 l_fp offset, ltemp; refclock_process_f() local
1060 u_int ltemp = 0; refclock_setup() local
1144 u_int ltemp = 0; refclock_setup() local
[all...]
H A Drefclock_irig.c420 l_fp ltemp; /* l_fp temp */ in irig_receive() local
430 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp); in irig_receive()
431 L_SUB(&rbufp->recv_time, &ltemp); in irig_receive()
752 l_fp ltemp; in irig_baud() local
788 DTOLFP(dtemp, &ltemp); in irig_baud()
790 L_SUB(&up->chrstamp, &ltemp); in irig_baud()
H A Drefclock_tsyncpci.c415 l_fp ltemp; in tsync_poll() local
644 DTOLFP(pp->nsec / 1e9, &ltemp); in tsync_poll()
645 L_ADD(&offset, &ltemp); in tsync_poll()
H A Drefclock_chu.c662 l_fp ltemp; /* l_fp temp */ in chu_audio_receive() local
672 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp); in chu_audio_receive()
673 L_SUB(&rbufp->recv_time, &ltemp); in chu_audio_receive()
H A Drefclock_wwv.c800 l_fp ltemp; in wwv_receive() local
810 DTOLFP((double)rbufp->recv_length / WWV_SEC, &ltemp); in wwv_receive()
811 L_SUB(&rbufp->recv_time, &ltemp); in wwv_receive()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c653 bit32 *ltemp = (bit32 *)temp; in siPrintBuffer() local
674 ltemp[x] = 0; in siPrintBuffer()
679 ltemp[x] = lPtr[x]; in siPrintBuffer()
682 lPtr = ltemp; in siPrintBuffer()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2842 u_int32 ltemp; in clkbug() local
2883 ltemp = ntohl(cl->values[i]); in clkbug()
2884 ltemp &= 0xffffffff; /* HMS: This does nothing now */ in clkbug()
2888 (void) fprintf(fp, "%12ld", (u_long)ltemp); in clkbug()
2890 (void) fprintf(fp, "%12lu", (u_long)ltemp); in clkbug()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.0989 * ntpd/ntp_crypto.c (make_keylist): ltemp might be smaller than
990 sys_automax - check peer->kpoll, too. Other ltemp cleanup.