Searched refs:lfpp (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/libparse/ |
H A D | ieee754io.c | 163 l_fp *lfpp, in fetch_ieee754() 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() 370 lfpp->l_uf = (mantissa_high & ((1 << (frac_offset - 32)) - 1)) << (64 - frac_offset); in fetch_ieee754() 371 lfpp in fetch_ieee754() 165 fetch_ieee754(unsigned char ** buffpp,int size,l_fp * lfpp,offsets_t offsets) fetch_ieee754() argument 404 put_ieee754(unsigned char ** bufpp,int size,l_fp * lfpp,offsets_t offsets) put_ieee754() argument [all...] |
/freebsd/contrib/ntp/include/ |
H A D | ieee754io.h | 55 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/sys/kern/ |
H A D | kern_linker.c | 153 const struct mod_depend *verinfo, struct linker_file **lfpp); 2248 struct linker_file **lfpp) in linker_load_module() argument 2303 if (lfpp) in linker_load_module() 2304 *lfpp = lfdep; in linker_load_module()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 163 struct nfslockfile **lfpp, fhandle_t *nfhp, int lockit); 3774 struct nfslockfile **lfpp, fhandle_t *nfhp, int lockit) in nfsrv_getlockfile() argument 3800 *lfpp = lfp; in nfsrv_getlockfile() 3819 *lfpp = new_lfp; in nfsrv_getlockfile()
|