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

/macosx-10.9.5/ntp-88/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...]
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_pst.c196 u_long ltemp; local
241 &daychar, junque, &pp->day, info, &ltemp) != 10) {
262 if (ltemp == 0)
264 pp->disp = PST_PHI * ltemp * 60;
H A Dntp_util.c1045 u_long ltemp; local
1055 ltemp = sec;
1056 while (ltemp >= L_CENT)
1057 ltemp -= L_CENT;
1058 while (ltemp >= L_4YEAR)
1059 ltemp -= L_4YEAR;
1065 if (ltemp < L_LYEAR) {
1069 ltemp -= L_LYEAR;
1070 while (ltemp >= L_YEAR)
1071 ltemp
[all...]
H A Dntp_refclock.c438 l_fp offset, ltemp; local
453 DTOLFP(pp->nsec / 1e9, &ltemp);
454 L_ADD(&offset, &ltemp);
813 u_int ltemp = 0; local
834 if (ioctl(fd, TIOCMGET, (char *)&ltemp) < 0)
840 fd, ltemp);
842 if (ltemp & TIOCM_DSR && lflags & LDISC_REMOTE)
882 u_int ltemp = 0; local
897 if (ioctl(fd, TIOCMGET, (char *)&ltemp) < 0)
903 fd, ltemp);
[all...]
H A Drefclock_irig.c422 l_fp ltemp; /* l_fp temp */ local
432 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp);
433 L_SUB(&rbufp->recv_time, &ltemp);
754 l_fp ltemp; local
790 DTOLFP(dtemp, &ltemp);
792 L_SUB(&up->chrstamp, &ltemp);
H A Drefclock_chu.c661 l_fp ltemp; /* l_fp temp */ local
671 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp);
672 L_SUB(&rbufp->recv_time, &ltemp);
H A Drefclock_wwv.c804 l_fp ltemp; local
814 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp);
815 L_SUB(&rbufp->recv_time, &ltemp);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemmgr.c403 long ltemp; local
406 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
408 if (ltemp <= 0)
410 if (ltemp < (long) numrows)
411 rowsperchunk = (JDIMENSION) ltemp;
451 long ltemp; local
454 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
456 if (ltemp <= 0)
458 if (ltemp < (long) numrows)
459 rowsperchunk = (JDIMENSION) ltemp;
792 long ltemp; local
877 long ltemp; local
[all...]
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc_ops.c2843 u_int32 ltemp; local
2884 ltemp = ntohl(cl->values[i]);
2885 ltemp &= 0xffffffff; /* HMS: This does nothing now */
2889 (void) fprintf(fp, "%12ld", (u_long)ltemp);
2891 (void) fprintf(fp, "%12lu", (u_long)ltemp);

Completed in 119 milliseconds