Searched refs:lfpp (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/ntp/libparse/ |
| HD | ieee754io.c | 161 l_fp *lfpp, in fetch_ieee754() argument 304 L_CLR(lfpp); in fetch_ieee754() 347 lfpp->l_ui = 0; /* only fractional number */ in fetch_ieee754() 351 lfpp->l_uf = mantissa_high << (63 - mbits); in fetch_ieee754() 352 lfpp->l_uf |= mantissa_low >> (mbits - 33); in fetch_ieee754() 353 lfpp->l_uf >>= frac_offset; in fetch_ieee754() 357 lfpp->l_uf = mantissa_low >> frac_offset; in fetch_ieee754() 367 lfpp->l_ui = mantissa_high >> (frac_offset - 32); in fetch_ieee754() 368 lfpp->l_uf = (mantissa_high & ((1 << (frac_offset - 32)) - 1)) << (64 - frac_offset); in fetch_ieee754() 369 lfpp->l_uf |= mantissa_low >> (frac_offset - 32); in fetch_ieee754() [all …]
|
| /trueos/contrib/ntp/include/ |
| HD | ieee754io.h | 55 int fetch_ieee754 P((unsigned char **bufp, int size, l_fp *lfpp, offsets_t offsets)); 56 int put_ieee754 P((unsigned char **bufpp, int size, l_fp *lfpp, offsets_t offsets));
|
| /trueos/sys/kern/ |
| HD | kern_linker.c | 143 struct mod_depend *verinfo, struct linker_file **lfpp); 1956 struct linker_file **lfpp) in linker_load_module() argument 2012 if (lfpp) in linker_load_module() 2013 *lfpp = lfdep; in linker_load_module()
|
| /trueos/sys/fs/nfsserver/ |
| HD | nfs_nfsdstate.c | 114 struct nfslockfile **lfpp, fhandle_t *nfhp, int lockit); 3547 struct nfslockfile **lfpp, fhandle_t *nfhp, int lockit) in nfsrv_getlockfile() argument 3573 *lfpp = lfp; in nfsrv_getlockfile() 3592 *lfpp = new_lfp; in nfsrv_getlockfile()
|