/freebsd/contrib/ntp/util/ |
H A D | kern.c | 125 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 D | refclock_pst.c | 195 u_long ltemp; in pst_receive() local 240 &daychar, junque, &pp->day, info, <emp) != 10) { in pst_receive() 261 if (ltemp == 0) in pst_receive() 263 pp->disp = PST_PHI * ltemp * 60; in pst_receive()
|
H A D | ntp_refclock.c | 539 l_fp offset, ltemp; in refclock_process_f() 554 DTOLFP(pp->nsec / 1e9, <emp); in refclock_process_f() 555 L_ADD(&offset, <emp); in refclock_process_f() 1058 u_int ltemp = 0; in refclock_setup() 1079 if (ioctl(fd, TIOCMGET, (char *)<emp) < 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 *)<emp) < 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 D | refclock_irig.c | 420 l_fp ltemp; /* l_fp temp */ in irig_receive() local 430 DTOLFP((double)rbufp->recv_length / SECOND, <emp); in irig_receive() 431 L_SUB(&rbufp->recv_time, <emp); in irig_receive() 752 l_fp ltemp; in irig_baud() local 788 DTOLFP(dtemp, <emp); in irig_baud() 790 L_SUB(&up->chrstamp, <emp); in irig_baud()
|
H A D | refclock_tsyncpci.c | 415 l_fp ltemp; in tsync_poll() local 644 DTOLFP(pp->nsec / 1e9, <emp); in tsync_poll() 645 L_ADD(&offset, <emp); in tsync_poll()
|
H A D | refclock_chu.c | 662 l_fp ltemp; /* l_fp temp */ in chu_audio_receive() local 672 DTOLFP((double)rbufp->recv_length / SECOND, <emp); in chu_audio_receive() 673 L_SUB(&rbufp->recv_time, <emp); in chu_audio_receive()
|
H A D | refclock_wwv.c | 800 l_fp ltemp; in wwv_receive() local 810 DTOLFP((double)rbufp->recv_length / WWV_SEC, <emp); in wwv_receive() 811 L_SUB(&rbufp->recv_time, <emp); in wwv_receive()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sautil.c | 653 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 D | ntpdc_ops.c | 2842 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 D | CommitLog-4.1.0 | 989 * ntpd/ntp_crypto.c (make_keylist): ltemp might be smaller than 990 sys_automax - check peer->kpoll, too. Other ltemp cleanup.
|