Searched refs:l_f (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/ntp/ntpd/ |
| HD | refclock_msfees.c | 287 #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 …]
|
| HD | refclock_atom.c | 459 L_ADDF(&lftmp, pp->lastrec.l_f); in pps_sample()
|
| HD | refclock_chu.c | 1110 offset.l_f = 0; in chu_b() 1209 offset.l_f = 0; in chu_a()
|
| HD | refclock_irig.c | 863 if (ltemp.l_f < 0) in irig_decode()
|
| HD | refclock_arc.c | 995 mfptoms(diff.l_i, diff.l_f, 3)); in arc_receive()
|
| HD | refclock_parse.c | 3833 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()
|
| HD | ntp_request.c | 1126 HTONL_UF(sys_authdelay.l_f, &is->authdelay); in sys_info()
|
| /trueos/contrib/ntp/include/ |
| HD | ntp_fp.h | 50 #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/ |
| HD | jitter.h | 91 #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); \
|