Home
last modified time | relevance | path

Searched refs:df (Results 1 – 25 of 146) sorted by relevance

123456

/dragonfly/contrib/gcc-4.7/libdecnumber/
H A DdecNumberLocal.h331 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-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
390 #define DFISZERO(df) ((DFWORD(df, 1)==0 \ argument
396 #define DFISCCZERO(df) (DFWORD(df, 1)==0 \ argument
402 #define DFISZERO(df) ((DFWORD(df, 3)==0 \ argument
410 #define DFISCCZERO(df) (DFWORD(df, 3)==0 \ argument
468 #define GETEXP(df) ((Int)(DECCOMBEXP[DFWORD((df), 0)>>26]+GETECON(df))) argument
470 #define GETEXPUN(df) ((Int)GETEXP(df)-DECBIAS) argument
[all …]
/dragonfly/contrib/gdb-7/libdecnumber/
H A DdecNumberLocal.h331 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-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
390 #define DFISZERO(df) ((DFWORD(df, 1)==0 \ argument
396 #define DFISCCZERO(df) (DFWORD(df, 1)==0 \ argument
402 #define DFISZERO(df) ((DFWORD(df, 3)==0 \ argument
410 #define DFISCCZERO(df) (DFWORD(df, 3)==0 \ argument
468 #define GETEXP(df) ((Int)(DECCOMBEXP[DFWORD((df), 0)>>26]+GETECON(df))) argument
470 #define GETEXPUN(df) ((Int)GETEXP(df)-DECBIAS) argument
[all …]
/dragonfly/contrib/gcc-8.0/libdecnumber/
H A DdecNumberLocal.h330 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-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
389 #define DFISZERO(df) ((DFWORD(df, 1)==0 \ argument
395 #define DFISCCZERO(df) (DFWORD(df, 1)==0 \ argument
401 #define DFISZERO(df) ((DFWORD(df, 3)==0 \ argument
409 #define DFISCCZERO(df) (DFWORD(df, 3)==0 \ argument
467 #define GETEXP(df) ((Int)(DECCOMBEXP[DFWORD((df), 0)>>26]+GETECON(df))) argument
469 #define GETEXPUN(df) ((Int)GETEXP(df)-DECBIAS) argument
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddf-core.c457 df->problems_in_order[i+1] = df->problems_in_order[i]; in df_add_problem()
641 if (!df) in df_finish_pass()
728 gcc_assert (df->n_blocks == df->n_blocks_inverted); in rest_of_handle_df_initialize()
817 free (df); in rest_of_handle_df_finish()
818 df = NULL; in rest_of_handle_df_finish()
1192 gcc_assert (df->n_blocks == df->n_blocks_inverted); in df_analyze()
1224 df->n_blocks, df->blocks_to_analyze); in df_analyze()
1385 if (df) in df_mark_solutions_dirty()
1412 if (df) in df_set_bb_dirty()
1612 if (!df) in df_bb_delete()
[all …]
H A Ddf-scan.c245 df->regs_size = 0; in df_scan_free_internal()
248 free (df->insns); in df_scan_free_internal()
249 df->insns = NULL; in df_scan_free_internal()
638 memset (df->insns + df->insns_size, 0, in df_grow_insn_info()
1108 if (!df) in df_insn_delete()
1310 if (!df) in df_insn_rescan_debug_internal()
1969 if (!df) in df_insn_change_bb()
2153 if (!df) in df_notes_rescan()
3566 if (!df) in df_bb_refs_record()
4161 if (df) in df_set_regs_ever_live()
[all …]
H A Ddf.h690 #define DF_DEFS_GET(ID) (df->def_info.refs[(ID)])
695 #define DF_USES_GET(ID) (df->use_info.refs[(ID)])
702 #define DF_REG_SIZE(DF) (df->regs_inited)
703 #define DF_REG_DEF_GET(REG) (df->def_regs[(REG)])
706 #define DF_REG_USE_GET(REG) (df->use_regs[(REG)])
722 #define DF_INSN_SIZE() ((df)->insns_size)
735 #define DF_INSN_UID_GET(UID) (df->insns[(UID)])
860 extern struct df_d *df;
862 #define df_rd (df->problems_by_index[DF_RD])
863 #define df_lr (df->problems_by_index[DF_LR])
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddf-core.c449 df->problems_in_order[i+1] = df->problems_in_order[i]; in df_add_problem()
605 df->problems_in_order[j-1] = df->problems_in_order[j]; in df_remove_problem()
629 if (!df) in df_finish_pass()
820 free (df); in rest_of_handle_df_finish()
821 df = NULL; in rest_of_handle_df_finish()
1275 df->n_blocks = df_prune_to_subcfg (df->postorder, in df_analyze()
1276 df->n_blocks, df->blocks_to_analyze); in df_analyze()
1560 if (df) in df_mark_solutions_dirty()
1587 if (df) in df_set_bb_dirty()
1785 if (!df) in df_bb_delete()
[all …]
H A Ddf-scan.c170 free (df->insns); in df_scan_free_internal()
171 df->insns = NULL; in df_scan_free_internal()
546 memset (df->insns + df->insns_size, 0, in df_grow_insn_info()
934 if (!df) in df_insn_delete()
1111 if (!df) in df_insn_rescan_debug_internal()
1754 if (!df) in df_insn_change_bb()
1888 if (df) in df_ref_change_reg_with_loc()
1937 if (!df) in df_notes_rescan()
3337 if (!df) in df_bb_refs_record()
3909 if (df) in df_set_regs_ever_live()
[all …]
H A Ddf.h714 #define DF_DEFS_GET(ID) (df->def_info.refs[(ID)])
719 #define DF_USES_GET(ID) (df->use_info.refs[(ID)])
726 #define DF_REG_SIZE(DF) (df->regs_inited)
727 #define DF_REG_DEF_GET(REG) (df->def_regs[(REG)])
730 #define DF_REG_USE_GET(REG) (df->use_regs[(REG)])
746 #define DF_INSN_SIZE() ((df)->insns_size)
760 #define DF_INSN_UID_GET(UID) (df->insns[(UID)])
931 extern struct df_d *df;
933 #define df_rd (df->problems_by_index[DF_RD])
934 #define df_lr (df->problems_by_index[DF_LR])
[all …]
H A Ddf-problems.c349 if (!(df->changeable_flags & DF_NO_HARD_REGS)) in df_rd_bb_local_compute()
377 if (!(df->changeable_flags & DF_NO_HARD_REGS)) in df_rd_bb_local_compute()
575 unsigned int m = DF_REG_SIZE (df); in df_rd_start_dump()
603 unsigned int m = DF_REG_SIZE (df); in df_rd_dump_defs_set()
612 && (df->changeable_flags & DF_NO_HARD_REGS)) in df_rd_dump_defs_set()
893 bitmap_clear (&df->hardware_regs_used); in df_lr_local_compute()
1015 if (df->changeable_flags & DF_LR_RUN_DCE) in df_lr_finalize()
1035 df_worklist_dataflow (df_lr, all_blocks, df->postorder, df->n_blocks); in df_lr_finalize()
1247 if (!df) in df_lr_verify_transfer_functions()
1788 if (!df) in df_live_verify_transfer_functions()
[all …]
/dragonfly/lib/libc/citrus/
H A Dcitrus_db_factory.c72 struct _citrus_db_factory *df; in _citrus_db_factory_create() local
74 df = malloc(sizeof(*df)); in _citrus_db_factory_create()
75 if (df == NULL) in _citrus_db_factory_create()
77 df->df_num_entries = 0; in _citrus_db_factory_create()
78 df->df_total_key_size = df->df_total_data_size = 0; in _citrus_db_factory_create()
79 STAILQ_INIT(&df->df_entries); in _citrus_db_factory_create()
80 df->df_hashfunc = hashfunc; in _citrus_db_factory_create()
83 *rdf = df; in _citrus_db_factory_create()
101 free(df); in _citrus_db_factory_free()
130 df->df_num_entries++; in _citrus_db_factory_add()
[all …]
H A Dcitrus_lookup_factory.c50 convert_line(struct _citrus_db_factory *df, const char *line, size_t len) in convert_line() argument
75 return (_db_factory_addstr_by_s(df, key, data)); in convert_line()
79 dump_db(struct _citrus_db_factory *df, struct _region *r) in dump_db() argument
84 size = _db_factory_calc_size(df); in dump_db()
90 return (_db_factory_serialize(df, _CITRUS_LOOKUP_MAGIC, r)); in dump_db()
96 struct _citrus_db_factory *df; in _citrus_lookup_factory_convert() local
102 ret = _db_factory_create(&df, &_db_hash_std, NULL); in _citrus_lookup_factory_convert()
107 if ((ret = convert_line(df, line, size))) { in _citrus_lookup_factory_convert()
108 _db_factory_free(df); in _citrus_lookup_factory_convert()
112 ret = dump_db(df, &r); in _citrus_lookup_factory_convert()
[all …]
H A Dcitrus_pivot_factory.c158 struct _db_factory *df; in dump_db() local
165 ret = _db_factory_create(&df, &_db_hash_std, NULL); in dump_db()
179 ret = _db_factory_add_by_s(df, se->se_name, &subr, 1); in dump_db()
184 size = _db_factory_calc_size(df); in dump_db()
190 ret = _db_factory_serialize(df, _CITRUS_PIVOT_MAGIC, r); in dump_db()
195 _db_factory_free(df); in dump_db()
/dragonfly/sbin/dump/
H A Ditime.c69 FILE *df; in initdumptimes() local
86 fclose(df); in initdumptimes()
94 readdumptimes(df); in initdumptimes()
95 fclose(df); in initdumptimes()
99 readdumptimes(FILE *df) in readdumptimes() argument
158 FILE *df; in putdumptime() local
168 fd = fileno(df); in putdumptime()
174 readdumptimes(df); in putdumptime()
199 dumprecout(df, dtwalk); in putdumptime()
201 if (fflush(df)) in putdumptime()
[all …]
/dragonfly/usr.bin/mkesdb/
H A Dyacc.y135 struct _db_factory *df; in dump_file() local
158 CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL)); in dump_file()
161 CHKERR(ret, _db_factory_add32_by_s, (df, _CITRUS_ESDB_SYM_VERSION, in dump_file()
165 CHKERR(ret, _db_factory_addstr_by_s, (df, _CITRUS_ESDB_SYM_ENCODING, in dump_file()
171 (df, _CITRUS_ESDB_SYM_VARIABLE, variable)); in dump_file()
175 CHKERR(ret, _db_factory_add32_by_s, (df, in dump_file()
180 CHKERR(ret, _db_factory_add32_by_s, (df, _CITRUS_ESDB_SYM_NUM_CHARSETS, in dump_file()
187 (df, buf, csid->ci_symbol)); in dump_file()
190 CHKERR(ret, _db_factory_add32_by_s, (df, buf, csid->ci_csid)); in dump_file()
208 size = _db_factory_calc_size(df); in dump_file()
[all …]
/dragonfly/contrib/openbsd_libm/src/
H A De_acosf.c38 float z,p,q,r,w,s,c,df; in acosf() local
67 df = s; in acosf()
68 GET_FLOAT_WORD(idf,df); in acosf()
69 SET_FLOAT_WORD(df,idf&0xfffff000); in acosf()
70 c = (z-df*df)/(s+df); in acosf()
75 return (float)2.0*(df+w); in acosf()
H A De_acos.c61 double z,p,q,r,w,s,c,df; in acos() local
92 df = s; in acos()
93 SET_LOW_WORD(df,0); in acos()
94 c = (z-df*df)/(s+df); in acos()
99 return 2.0*(df+w); in acos()
H A De_acosl.c54 long double z,p,q,r,w,s,c,df; in acosl() local
96 df = u.e; in acosl()
97 c = (z-df*df)/(s+df); in acosl()
102 return 2.0*(df+w); in acosl()
/dragonfly/contrib/gmp/mpf/
H A Dcmp_d.c33 mpf_t df; in mpf_cmp_d() local
44 PTR(df) = darray; in mpf_cmp_d()
45 SIZ(df) = (d >= 0.0 ? LIMBS_PER_DOUBLE : -LIMBS_PER_DOUBLE); in mpf_cmp_d()
46 EXP(df) = __gmp_extract_double (darray, ABS(d)); in mpf_cmp_d()
48 return mpf_cmp (f, df); in mpf_cmp_d()
/dragonfly/test/stress/stress2/tools/
H A Diwatch.sh38 istart=`df -ik $RUNDIR | tail -1 | awk '{print $6}'`
39 kstart=`df -ik $RUNDIR | tail -1 | awk '{print $3}'`
41 i=`df -ik $RUNDIR | tail -1 | awk '{print $6}'`
42 k=`df -ik $RUNDIR | tail -1 | awk '{print $3}'`
H A Drwatch.sh46 istart=`df -ik $RUNDIR | tail -1 | awk '{print $6}'`
47 kstart=`df -ik $RUNDIR | tail -1 | awk '{print $3}'`
52 i=`df -ik $RUNDIR | tail -1 | awk '{print $6}'`
53 k=`df -ik $RUNDIR | tail -1 | awk '{print $3}'`
/dragonfly/test/stress/stress2/misc/
H A Dsnap6.sh30 free=`df $root | tail -1 | awk '{print $4}'`
32 df $root
42 df $root
H A Dsymlink.sh57 df -ik $mntpoint
58 i=`df -ik $mntpoint | tail -1 | awk '{printf "%d\n", ($7 - 500)/2}'`
68 df -ik $mntpoint | tail -1
/dragonfly/usr.bin/mkcsmapper/
H A Dyacc.y364 struct _db_factory *df; in dump_file() local
374 CHKERR(ret, _db_factory_create, (&df, _db_hash_std, NULL)); in dump_file()
378 (df, _CITRUS_MAPPER_STD_SYM_TYPE, _CITRUS_MAPPER_STD_TYPE_ROWCOL)); in dump_file()
383 (df, _CITRUS_MAPPER_STD_SYM_INFO, &data, 1)); in dump_file()
388 (df, _CITRUS_MAPPER_STD_SYM_ROWCOL_EXT_ILSEQ, &data, 1)); in dump_file()
393 (df, _CITRUS_MAPPER_STD_SYM_TABLE, &data, 1)); in dump_file()
406 size = _db_factory_calc_size(df); in dump_file()
410 (df, _CITRUS_MAPPER_STD_MAGIC, &data)); in dump_file()
/dragonfly/bin/df/
H A DMakefile4 PROG= df
5 SRCS= df.c vfslist.c

123456