Home
last modified time | relevance | path

Searched refs:lfp (Results 1 – 15 of 15) sorted by relevance

/freebsd-14-stable/contrib/ntp/libntp/
HDmstolfp.c14 l_fp *lfp in mstolfp() argument
45 if (!atolfp(str, lfp)) in mstolfp()
52 q = lfp->l_ui / 1000u; in mstolfp()
53 r = lfp->l_ui - (q * 1000u); in mstolfp()
54 lfp->l_ui = q; in mstolfp()
56 r = (r << 16) | (lfp->l_uf >> 16); in mstolfp()
58 r = ((r - q * 1000) << 16) | (lfp->l_uf & 0x0FFFFu); in mstolfp()
59 lfp->l_uf = q << 16; in mstolfp()
61 lfp->l_uf |= q; in mstolfp()
66 L_NEG(lfp); in mstolfp()
[all …]
HDhextolfp.c15 l_fp *lfp in hextolfp() argument
67 lfp->l_ui = dec_i; in hextolfp()
68 lfp->l_uf = dec_f; in hextolfp()
HDatolfp.c32 l_fp *lfp in atolfp() argument
119 lfp->l_ui = dec_i; in atolfp()
120 lfp->l_uf = dec_f; in atolfp()
HDntp_calgps.c32 l_fp lfp, in ntpfp_with_fudge() argument
42 L_ADD(&fpo, &lfp); in ntpfp_with_fudge()
/freebsd-14-stable/sys/fs/nfsserver/
HDnfs_nfsdstate.c149 static void nfsrv_freenfslockfile(struct nfslockfile *lfp);
160 struct nfslock *insert_lop, struct nfsstate *stp, struct nfslockfile *lfp);
162 struct nfslock **other_lopp, struct nfslockfile *lfp);
183 static int nfsrv_cleandeleg(vnode_t vp, struct nfslockfile *lfp,
192 static int nfsrv_locallock(vnode_t vp, struct nfslockfile *lfp, int flags,
194 static void nfsrv_localunlock(vnode_t vp, struct nfslockfile *lfp,
196 static int nfsrv_dolocal(vnode_t vp, struct nfslockfile *lfp, int flags,
199 static void nfsrv_locallock_rollback(vnode_t vp, struct nfslockfile *lfp,
201 static void nfsrv_locallock_commit(struct nfslockfile *lfp, int flags,
203 static void nfsrv_locklf(struct nfslockfile *lfp);
[all …]
/freebsd-14-stable/contrib/ntp/libparse/
HDgpstolfp.c45 l_fp * lfp in gpstolfp() argument
48lfp->l_ui = (uint32_t)(weeks * SECSPERWEEK + days * SECSPERDAY + seconds + GPSORIGIN); /* convert … in gpstolfp()
49 lfp->l_uf = 0; in gpstolfp()
/freebsd-14-stable/contrib/tcpdump/
HDntp.c33 const struct l_fixedpt *lfp) in p_ntp_time() argument
40 i = GET_BE_U_4(lfp->int_part); in p_ntp_time()
41 uf = GET_BE_U_4(lfp->fraction); in p_ntp_time()
HDprint-ntp.c470 const struct l_fixedpt *lfp) in p_ntp_delta() argument
479 u = GET_BE_U_4(lfp->int_part); in p_ntp_delta()
481 uf = GET_BE_U_4(lfp->fraction); in p_ntp_delta()
484 p_ntp_time(ndo, lfp); in p_ntp_delta()
/freebsd-14-stable/contrib/ntp/sntp/tests/
HDMakefile.am8 debug-output-lfp-bin \
9 debug-output-lfp-dec \
64 data/debug-input-lfp-bin \
65 data/debug-input-lfp-dec \
84 data/debug-output-lfp-dec \
86 data/debug-output-lfp-bin \
HDMakefile.in777 CLEANFILES = debug-output-lfp-bin debug-output-lfp-dec \
782 data/debug-output-lfp-dec data/kod-output-blank \
783 data/debug-output-lfp-bin $(NULL) check-libunity .deps-ver
799 data/debug-input-lfp-bin \
800 data/debug-input-lfp-dec \
/freebsd-14-stable/contrib/ntp/ntpq/
HDntpq.c2096 l_fp *lfp in rtdatetolfp() argument
2121 L_CLR(lfp); in rtdatetolfp()
2170 L_CLR(lfp); in rtdatetolfp()
2207 lfp->l_uf = 0; in rtdatetolfp()
2209 lfp->l_ui = caltontp(&cal); in rtdatetolfp()
2221 l_fp *lfp in decodets() argument
2232 return hextolfp(str+2, lfp); in decodets()
2244 return rtdatetolfp(buf, lfp); in decodets()
2252 return hextolfp(str, lfp); in decodets()
2258 if (atolfp(str, lfp)) in decodets()
[all …]
HDntpq-subs.c335 l_fp lfp; /* NTP_LFP */ member
3847 decodets(val, &pvdc->v.lfp); in collect_display_vdc()
3900 prettydate(&pvdc->v.lfp)); in collect_display_vdc()
/freebsd-14-stable/contrib/ntp/include/
HDntp_calgps.h149 ntpfp_with_fudge(l_fp lfp, double ofs);
/freebsd-14-stable/contrib/file/magic/Magdir/
HDimages3335 # Typical file extensions: .lfp .lfr .lfx
/freebsd-14-stable/contrib/ntp/
HDCommitLog33774 sntp/tests/data/debug-output-lfp-bin@1.1 +3 -0
33775 BitKeeper file /home/viperus/Desktop/ntp-stable-unity/sntp/tests/data/debug-output-lfp-bin
33777 sntp/tests/data/debug-output-lfp-bin@1.0 +0 -0
33779 sntp/tests/data/debug-output-lfp-dec@1.1 +3 -0
33780 BitKeeper file /home/viperus/Desktop/ntp-stable-unity/sntp/tests/data/debug-output-lfp-dec
33782 sntp/tests/data/debug-output-lfp-dec@1.0 +0 -0
114050 remove lfp.l_f signed fraction, which has little legit use.
114375 [Bug2100] conversion lfp --> timeval fixed
135706 BitKeeper/deleted/9f/debug-input-lfp-hex~523a3dc59a6a4e86@1.3 +0 -0
135707 …Rename: sntp/tests/data/debug-input-lfp-hex -> BitKeeper/deleted/9f/debug-input-lfp-hex~523a3dc59a…
[all …]