Searched refs:ltemp (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ntp/util/
H A Dkern.c125 long ltemp, mtemp; local
140 ltemp = time_tolerance << SHIFT_KF;
141 if (time_freq > ltemp)
142 time_freq = ltemp;
143 else if (time_freq < -ltemp)
144 time_freq = -ltemp;
155 int ltemp, time_update; local
160 ltemp = -time_phase >> SHIFT_SCALE;
161 time_phase += ltemp << SHIFT_SCALE;
162 time_update -= ltemp;
184 int ltemp; local
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_pst.c195 u_long ltemp; local
240 &daychar, junque, &pp->day, info, &ltemp) != 10) {
261 if (ltemp == 0)
263 pp->disp = PST_PHI * ltemp * 60;
H A Dntp_refclock.c538 l_fp offset, ltemp; local
553 DTOLFP(pp->nsec / 1e9, &ltemp);
554 L_ADD(&offset, &ltemp);
979 u_int ltemp = 0; local
1000 if (ioctl(fd, TIOCMGET, (char *)&ltemp) < 0)
1006 fd, ltemp);
1008 if (ltemp & TIOCM_DSR && lflags & LDISC_REMOTE)
1063 u_int ltemp = 0; local
1078 if (ioctl(fd, TIOCMGET, (char *)&ltemp) < 0)
1084 fd, ltemp);
[all...]
H A Drefclock_irig.c420 l_fp ltemp; /* l_fp temp */ local
430 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp);
431 L_SUB(&rbufp->recv_time, &ltemp);
752 l_fp ltemp; local
788 DTOLFP(dtemp, &ltemp);
790 L_SUB(&up->chrstamp, &ltemp);
H A Drefclock_tsyncpci.c415 l_fp ltemp; local
644 DTOLFP(pp->nsec / 1e9, &ltemp);
645 L_ADD(&offset, &ltemp);
H A Drefclock_chu.c662 l_fp ltemp; /* l_fp temp */ local
672 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp);
673 L_SUB(&rbufp->recv_time, &ltemp);
H A Drefclock_wwv.c800 l_fp ltemp; local
810 DTOLFP((double)rbufp->recv_length / WWV_SEC, &ltemp);
811 L_SUB(&rbufp->recv_time, &ltemp);
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c654 bit32 *ltemp = (bit32 *)temp; local
675 ltemp[x] = 0;
680 ltemp[x] = lPtr[x];
683 lPtr = ltemp;
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2842 u_int32 ltemp; local
2883 ltemp = ntohl(cl->values[i]);
2884 ltemp &= 0xffffffff; /* HMS: This does nothing now */
2888 (void) fprintf(fp, "%12ld", (u_long)ltemp);
2890 (void) fprintf(fp, "%12lu", (u_long)ltemp);

Completed in 161 milliseconds