Home
last modified time | relevance | path

Searched refs:l_f (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/ntp/ntpd/
HDrefclock_msfees.c287 #define last_sfsec last_l.l_f
289 #define this_sfsec ((ees->arrvtime).l_f)
389 sprintf(ptr, " %06d", ((int)coffs[i].l_f) / 4295); in dump_buf()
978 #define delta_sfsec delta.l_f in ees_receive()
982 delta.l_f = ees->arrvtime.l_f; in ees_receive()
1155 pps_arrvstamp.l_f, pps_arrvstamp.l_f + fsecs); in ees_receive()
1159 (long)pps_arrvstamp.l_f, pps_arrvstamp.l_f + fsecs); in ees_receive()
1163 inc.l_f = fsecs; in ees_receive()
1209 ees->codeoffsets[n_sample].l_f, in ees_receive()
1210 ees->codeoffsets[n_sample].l_f / 4295, in ees_receive()
[all …]
HDrefclock_atom.c459 L_ADDF(&lftmp, pp->lastrec.l_f); in pps_sample()
HDrefclock_chu.c1110 offset.l_f = 0; in chu_b()
1209 offset.l_f = 0; in chu_a()
HDrefclock_irig.c863 if (ltemp.l_f < 0) in irig_decode()
HDrefclock_arc.c995 mfptoms(diff.l_i, diff.l_f, 3)); in arc_receive()
HDrefclock_parse.c3833 if (M_ISGEQ(off.l_i, off.l_f, -1, 0x80000000) && in parse_process()
3834 M_ISGEQ(0, 0x7fffffff, off.l_i, off.l_f)) in parse_process()
3854 off.l_ui = (off.l_f < 0) ? ~0 : 0; /* sign extend */ in parse_process()
3886 off.l_ui = (off.l_f < 0) ? ~0 : 0; /* sign extend */ in parse_process()
HDntp_request.c1126 HTONL_UF(sys_authdelay.l_f, &is->authdelay); in sys_info()
/trueos/contrib/ntp/include/
HDntp_fp.h50 #define l_f Ul_f.Xl_f /* signed fractional part */ macro
113 #define LFPTOFP(v) MFPTOFP((v)->l_i, (v)->l_f)
329 l_tmp.l_f = (r_uf); \
/trueos/contrib/ntp/util/
HDjitter.h91 #define l_f Ul_f.Xl_f /* signed fractional part */ macro
154 #define LFPTOFP(v) MFPTOFP((v)->l_i, (v)->l_f)
370 l_tmp.l_f = (r_uf); \