Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/libparse/
HDieee754io.c165 l_fp *lfpp, in fetch_ieee754() argument
308 L_CLR(lfpp); in fetch_ieee754()
351 lfpp->l_ui = 0; /* only fractional number */ in fetch_ieee754()
355 lfpp->l_uf = mantissa_high << (63 - mbits); in fetch_ieee754()
356 lfpp->l_uf |= mantissa_low >> (mbits - 33); in fetch_ieee754()
357 lfpp->l_uf >>= frac_offset; in fetch_ieee754()
361 lfpp->l_uf = mantissa_low >> frac_offset; in fetch_ieee754()
371 lfpp->l_ui = mantissa_high >> (frac_offset - 32); in fetch_ieee754()
372 lfpp->l_uf = (mantissa_high & ((1 << (frac_offset - 32)) - 1)) << (64 - frac_offset); in fetch_ieee754()
373 lfpp->l_uf |= mantissa_low >> (frac_offset - 32); in fetch_ieee754()
[all …]
/NextBSD/contrib/ntp/include/
HDieee754io.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);
/NextBSD/sys/kern/
HDkern_linker.c148 const struct mod_depend *verinfo, struct linker_file **lfpp);
1963 struct linker_file **lfpp) in linker_load_module() argument
2019 if (lfpp) in linker_load_module()
2020 *lfpp = lfdep; in linker_load_module()
/NextBSD/sys/fs/nfsserver/
HDnfs_nfsdstate.c109 struct nfslockfile **lfpp, fhandle_t *nfhp, int lockit);
3554 struct nfslockfile **lfpp, fhandle_t *nfhp, int lockit) in nfsrv_getlockfile() argument
3580 *lfpp = lfp; in nfsrv_getlockfile()
3599 *lfpp = new_lfp; in nfsrv_getlockfile()