| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_msfees.c | 931 L_SUB(&diff, &ees->arrvtime); 939 L_SUB(&diff, &acceptable_slop); 949 L_SUB(&diff, &ees->arrvtime); 951 L_SUB(&diff, &acceptable_slop); 987 L_SUB(&delta, &ees->last_l); 1171 { L_SUB(&pps_arrvstamp, &inc); 1172 L_SUB(&ees->arrvtime, &inc); 1196 L_SUB(&ees->arrvtime, &offset_fudge[ees->unit]); 1197 L_SUB(&pps_arrvstamp, &offset_fudge[ees->unit]); 1211 L_SUB(&ees->codeoffsets[n_sample], &ees->arrvtime) [all...] |
| ntp_monitor.c | 355 L_SUB(&interval_fp, &mon->last); 452 L_SUB(&interval_fp, &oldest->last);
|
| refclock_leitch.c | 502 L_SUB(&off,&leitch->codetime1); 504 L_SUB(&tmp_fp,&leitch->codetime2); 508 L_SUB(&tmp_fp,&leitch->codetime3);
|
| ntp_refclock.c | 512 L_SUB(&lftemp, &lastrec); 1676 L_SUB(rcvtime, delta); 1700 L_SUB(stamp, delta); 1706 L_SUB(delta, rcvtime); 1740 L_SUB(rcvtime, delta);
|
| ntp_proto.c | 1885 L_SUB(&tdiff, &peer->bxmt); 2699 L_SUB(&ci, &peer->dst); 2703 L_SUB(&ci, &peer->borg); 2705 L_SUB(&ci, &peer->aorg); 2726 L_SUB(&ci, &peer->aorg); 2729 L_SUB(&ci, &peer->borg); 2751 L_SUB(&ci, &peer->dst); 2790 L_SUB(&ci, &peer->dst); 2793 L_SUB(&ci, &p_org); 4237 L_SUB(&xmt_ty, &xmt_tx) [all...] |
| refclock_irig.c | 433 L_SUB(&rbufp->recv_time, <emp); 792 L_SUB(&up->chrstamp, <emp);
|
| refclock_datum.c | 713 L_SUB(&tstmp, &datum_pts->lastrec); /* tstmp is now the correction */
|
| refclock_gpsdjson.c | 1607 L_SUB(&up->sti_recvt, &up->sti_fudge); 1682 L_SUB(&up->pps_recvt , &up->pps_fudge ); 1683 L_SUB(&up->pps_recvt2, &up->pps_fudge2); 1738 L_SUB(&up->sti_recvt, &up->sti_fudge); 1814 L_SUB(&diff, &up->pps_local);
|
| refclock_chu.c | 675 L_SUB(&rbufp->recv_time, <emp); 1011 L_SUB(&tstmp, &up->laststamp); 1271 L_SUB(&up->tstamp[up->ntstamp], &offset);
|
| ntpd.c | 1538 L_SUB(&dts, &rbuf->recv_time); 1555 L_SUB(&tsb, &tsa);
|
| refclock_true.c | 572 L_SUB(&off, &pp->lastrec);
|
| refclock_parse.c | 2314 L_SUB(&ts.fp, &tstmp); 3574 L_SUB(&off, &parse->timedata.parse_ptime.fp); /* true offset */ 4012 L_SUB(&off, &rectime); /* prepare for PPS adjustments logic */ 4082 L_SUB(&off, &offset); /* true offset */ 4133 L_SUB(&rectime, &off); /* just to keep the ntp interface happy */
|
| refclock_arc.c | 1014 L_SUB(&diff, ×tamp);
|
| refclock_jupiter.c | 326 L_SUB(&delta, &up->rcv_next); /* recv time pulse message */
|
| /src/sys/kern/ |
| kern_ntptime.c | 89 #define L_SUB(v, u) ((v) -= (u)) 522 L_SUB(time_offset, ftemp); 838 L_SUB(ftemp, pps_freq);
|
| /src/external/bsd/ntp/dist/libparse/ |
| clk_trimtsip.c | 279 L_SUB(&secs, &utcoffset); /* adjust GPS time to UTC time */
|
| clk_rawdcf.c | 623 L_SUB(&delt, &base->fp);
|
| parse.c | 136 L_SUB(&delt, &parseio->parse_lastchar.fp);
|
| /src/external/bsd/ntp/dist/tests/libntp/ |
| timespecops.c | 128 L_SUB(&diff, &n); 131 L_SUB(&diff, &m);
|
| timevalops.c | 138 L_SUB(&diff, &n); 141 L_SUB(&diff, &m);
|
| lfpfunc.c | 143 L_SUB(&temp, &second);
|
| /src/external/bsd/ntp/dist/libntp/ |
| systime.c | 262 L_SUB(&lfpdelta, &lfp_prev);
|
| /src/external/bsd/ntp/dist/ntpdate/ |
| ntpdate.c | 883 L_SUB(&t10, &rbufp->recv_time); /* recv_time == t0*/ 886 L_SUB(&t23, &org); /* pkt->org == t3 */ 903 L_SUB(&t23, &t10);
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_fp.h | 231 #define L_SUB(r, a) M_SUB((r)->l_ui, (r)->l_uf, (a)->l_ui, (a)->l_uf)
|
| /src/external/bsd/ntp/dist/sntp/ |
| main.c | 1347 L_SUB(&tmp, &p_org); 1352 L_SUB(&tmp, &dst);
|