Home
last modified time | relevance | path

Searched refs:lfpp (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/ntp/libparse/
H A Dieee754io.c163 l_fp *lfpp, in fetch_ieee754() argument
306 L_CLR(lfpp); in fetch_ieee754()
349 lfpp->l_ui = 0; /* only fractional number */ in fetch_ieee754()
353 lfpp->l_uf = mantissa_high << (63 - mbits); in fetch_ieee754()
354 lfpp->l_uf |= mantissa_low >> (mbits - 33); in fetch_ieee754()
355 lfpp->l_uf >>= frac_offset; in fetch_ieee754()
359 lfpp->l_uf = mantissa_low >> frac_offset; in fetch_ieee754()
369 lfpp->l_ui = mantissa_high >> (frac_offset - 32); in fetch_ieee754()
389 L_NEG(lfpp); in fetch_ieee754()
417 l_fp *lfpp, in put_ieee754() argument
[all …]
/freebsd-14.2/contrib/ntp/include/
H A Dieee754io.h55 int fetch_ieee754 (unsigned char **bufp, int size, l_fp *lfpp, offsets_t offsets);
56 int put_ieee754 (unsigned char **bufpp, int size, l_fp *lfpp, offsets_t offsets);
/freebsd-14.2/sys/kern/
H A Dkern_linker.c153 const struct mod_depend *verinfo, struct linker_file **lfpp);
2165 struct linker_file **lfpp) in linker_load_module() argument
2220 if (lfpp) in linker_load_module()
2221 *lfpp = lfdep; in linker_load_module()
/freebsd-14.2/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c158 struct nfslockfile **lfpp, fhandle_t *nfhp, int lockit);
3769 struct nfslockfile **lfpp, fhandle_t *nfhp, int lockit) in nfsrv_getlockfile() argument
3795 *lfpp = lfp; in nfsrv_getlockfile()
3814 *lfpp = new_lfp; in nfsrv_getlockfile()