Home
last modified time | relevance | path

Searched defs:df (Results 1 – 25 of 28) sorted by relevance

12

/dflybsd-src/contrib/gcc-4.7/libdecnumber/
H A DdecNumberLocal.h331 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) argument
332 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) argument
335 #define DFBYTE(df, off) ((df)->bytes[off]) argument
336 #define DFWORD(df, off) ((df)->words[off]) argument
341 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000) argument
342 #define DFISSPECIAL(df) ((DFWORD(df, 0)&0x78000000)==0x78000000) argument
343 #define DFISINF(df) ((DFWORD(df, 0)&0x7c000000)==0x78000000) argument
344 #define DFISNAN(df) ((DFWORD(df, 0)&0x7c000000)==0x7c000000) argument
345 #define DFISQNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7c000000) argument
346 #define DFISSNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7e000000) argument
[all …]
/dflybsd-src/contrib/gcc-8.0/libdecnumber/
H A DdecNumberLocal.h330 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) argument
331 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) argument
334 #define DFBYTE(df, off) ((df)->bytes[off]) argument
335 #define DFWORD(df, off) ((df)->words[off]) argument
340 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000) argument
341 #define DFISSPECIAL(df) ((DFWORD(df, 0)&0x78000000)==0x78000000) argument
342 #define DFISINF(df) ((DFWORD(df, 0)&0x7c000000)==0x78000000) argument
343 #define DFISNAN(df) ((DFWORD(df, 0)&0x7c000000)==0x7c000000) argument
344 #define DFISQNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7c000000) argument
345 #define DFISSNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7e000000) argument
[all …]
/dflybsd-src/contrib/gdb-7/libdecnumber/
H A DdecNumberLocal.h331 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) argument
332 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) argument
335 #define DFBYTE(df, off) ((df)->bytes[off]) argument
336 #define DFWORD(df, off) ((df)->words[off]) argument
341 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000) argument
342 #define DFISSPECIAL(df) ((DFWORD(df, 0)&0x78000000)==0x78000000) argument
343 #define DFISINF(df) ((DFWORD(df, 0)&0x7c000000)==0x78000000) argument
344 #define DFISNAN(df) ((DFWORD(df, 0)&0x7c000000)==0x7c000000) argument
345 #define DFISQNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7c000000) argument
346 #define DFISSNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7e000000) argument
[all …]
/dflybsd-src/lib/libc/citrus/
H A Dcitrus_db_factory.c72 struct _citrus_db_factory *df; in _citrus_db_factory_create() local
89 _citrus_db_factory_free(struct _citrus_db_factory *df) in _citrus_db_factory_free()
111 _citrus_db_factory_add(struct _citrus_db_factory *df, struct _region *key, in _citrus_db_factory_add()
137 _citrus_db_factory_add_by_string(struct _citrus_db_factory *df, in _citrus_db_factory_add_by_string()
151 _citrus_db_factory_add8_by_string(struct _citrus_db_factory *df, in _citrus_db_factory_add8_by_string()
166 _citrus_db_factory_add16_by_string(struct _citrus_db_factory *df, in _citrus_db_factory_add16_by_string()
181 _citrus_db_factory_add32_by_string(struct _citrus_db_factory *df, in _citrus_db_factory_add32_by_string()
196 _citrus_db_factory_add_string_by_string(struct _citrus_db_factory *df, in _citrus_db_factory_add_string_by_string()
210 _citrus_db_factory_calc_size(struct _citrus_db_factory *df) in _citrus_db_factory_calc_size()
260 _citrus_db_factory_serialize(struct _citrus_db_factory *df, const char *magic, in _citrus_db_factory_serialize()
H A Dcitrus_lookup_factory.c50 convert_line(struct _citrus_db_factory *df, const char *line, size_t len) in convert_line()
79 dump_db(struct _citrus_db_factory *df, struct _region *r) in dump_db()
96 struct _citrus_db_factory *df; in _citrus_lookup_factory_convert() local
H A Dcitrus_pivot_factory.c158 struct _db_factory *df; in dump_db() local
/dflybsd-src/sbin/dump/
H A Ditime.c69 FILE *df; in initdumptimes() local
99 readdumptimes(FILE *df) in readdumptimes()
158 FILE *df; in putdumptime() local
224 getrecord(FILE *df, struct dumpdates *ddatep) in getrecord()
/dflybsd-src/contrib/gmp/mpf/
H A Dcmp_d.c33 mpf_t df; in mpf_cmp_d() local
/dflybsd-src/contrib/openbsd_libm/src/
H A De_acosl.c54 long double z,p,q,r,w,s,c,df; in acosl() local
H A De_acosf.c38 float z,p,q,r,w,s,c,df; in acosf() local
H A De_acos.c61 double z,p,q,r,w,s,c,df; in acos() local
/dflybsd-src/usr.bin/mkesdb/
H A Dyacc.y135 struct _db_factory *df; in dump_file() local
/dflybsd-src/test/stress/stress2/lib/
H A Dresources.c82 df(void) in df() function
/dflybsd-src/sys/dev/virtual/amazon/ena/ena-com/
H A Dena_eth_com.h65 u8 df; /* Don't fragment */ member
/dflybsd-src/contrib/dhcpcd/src/
H A Dcontrol.c592 struct fd_data *df; in control_queue() local
/dflybsd-src/usr.bin/mkcsmapper/
H A Dyacc.y364 struct _db_factory *df; in dump_file() local
/dflybsd-src/sbin/restore/
H A Ddirs.c99 static FILE *df, *mfg; variable
/dflybsd-src/lib/libfetch/
H A Dftp.c634 FILE *df; in ftp_transfer() local
/dflybsd-src/usr.sbin/pfctl/
H A Dpfctl_osfp.c96 int window, w_mod, ttl, df, psize, p_mod, mss, mss_mod, wscale, in pfctl_file_fingerprints() local
/dflybsd-src/sbin/ping/
H A Dping.c214 int almost_done, ch, df, hold, i, icmp_len, mib[4], preload, sockerrno, in main() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddf-core.c418 struct df_d *df; variable
H A Domp-low.c6655 tree ind, ptr, df; in create_task_copyfn() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddf-core.c410 struct df_d *df; variable
/dflybsd-src/sys/dev/disk/mpt/
H A Dmpt_cam.c2195 U32 df; in mpt_start() local
/dflybsd-src/contrib/cvs-1.12/src/
H A Drcs.c7070 struct deltafrag *df; in apply_rcs_changes() local

12