Home
last modified time | relevance | path

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

12345678910

/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddf.c304 struct df *df; in df_insn_table_realloc()
334 struct df *df; in df_reg_table_realloc()
360 struct df *df;
391 struct df *df; in df_bitmaps_alloc()
516 struct df *df; in df_alloc()
566 struct df *df; in df_free()
704 struct df *df; in df_ref_remove()
779 struct df *df; in df_ref_create()
831 struct df *df; in df_ref_record_1()
2181 struct df *df; in df_init() local
[all …]
H A Dra.c90 static void free_all_mem PARAMS ((struct df *df));
127 struct df *df; variable
239 struct df *df; in create_insn_info()
368 alloc_mem (df) in alloc_mem() argument
369 struct df *df; in alloc_mem()
387 free_mem (df) in free_mem() argument
388 struct df *df ATTRIBUTE_UNUSED; in free_mem()
399 struct df *df; in free_all_mem()
420 struct df *df; in one_pass()
576 check_df (df) in check_df() argument
[all …]
H A Ddf.h127 struct df struct
229 extern struct df *df_init PARAMS ((void));
231 extern int df_analyse PARAMS ((struct df *, bitmap, int));
233 extern void df_finish PARAMS ((struct df *));
235 extern void df_dump PARAMS ((struct df *, int, FILE *));
243 extern rtx df_pattern_emit_before PARAMS ((struct df *, rtx,
249 extern rtx df_pattern_emit_after PARAMS ((struct df *, rtx,
259 extern int df_ref_remove PARAMS ((struct df *, struct ref *));
275 extern int df_reg_lifetime PARAMS ((struct df *, rtx));
277 extern int df_reg_global_p PARAMS ((struct df *, rtx));
[all …]
H A Dra-build.c869 struct df *df; in live_out()
900 struct df *df; in live_in_edge()
949 struct df *df; in live_in()
1147 struct df *df; in build_web_parts_and_conflicts()
1206 struct df *df; in connect_rmw_web_parts()
1439 struct df *df; in init_web_parts()
1801 struct df *df; in parts_to_webs_1()
2016 struct df *df; in parts_to_webs()
2229 struct df *df; in conflicts_between_webs()
2757 struct df *df; in make_webs()
[all …]
H A Dra.h427 extern struct df *df;
581 extern void ra_build_realloc PARAMS ((struct df *));
583 extern void ra_build_free_all PARAMS ((struct df *));
594 extern void dump_igraph PARAMS ((struct df *));
599 extern void dump_ra PARAMS ((struct df *));
612 extern void build_i_graph PARAMS ((struct df *));
618 extern void ra_colorize_graph PARAMS ((struct df *));
621 extern void emit_colors PARAMS ((struct df *));
/openbsd/gnu/gcc/gcc/
H A Ddf-core.c315 struct df *df = XCNEW (struct df); in df_init() local
348 dflow->df = df; in df_add_problem()
392 df_set_blocks (struct df *df, bitmap blocks) in df_set_blocks() argument
494 df_finish1 (struct df *df) in df_finish1() argument
786 df_analyze (struct df *df) in df_analyze() argument
827 df->blocks_to_analyze, df->blocks_to_analyze, in df_analyze()
872 df_compact_blocks (struct df *df) in df_compact_blocks() argument
1055 df_find_def (struct df *df, rtx insn, rtx reg) in df_find_def() argument
1086 df_find_use (struct df *df, rtx insn, rtx reg) in df_find_use() argument
1107 df_reg_used (struct df *df, rtx insn, rtx reg) in df_reg_used() argument
[all …]
H A Ddf-scan.c131 struct df *df = dflow->df; in df_scan_free_internal() local
207 struct df *df = dflow->df; in df_scan_alloc() local
276 struct df *df = dflow->df; in df_scan_free() local
296 struct df *df = dflow->df; in df_scan_dump() local
661 struct df *df = dflow->df; in df_reg_chain_unlink() local
759 struct df *df = dflow->df; in df_insn_create_insn_record() local
780 struct df *df = dflow->df; in df_insn_refs_delete() local
937 struct df *df = dflow->df; in df_ref_create_structure() local
1052 struct df *df = dflow->df; in df_ref_record() local
1515 struct df *df = dflow->df; in df_insn_refs_record() local
[all …]
H A Dweb.c105 union_defs (struct df *df, struct df_ref *use, struct web_entry *def_entry, in union_defs() argument
249 struct df *df; in web_main() local
256 df = df_init (DF_EQUIV_NOTES); in web_main()
258 df_analyze (df); in web_main()
259 df_reorganize_refs (&df->def_info); in web_main()
260 df_reorganize_refs (&df->use_info); in web_main()
267 df_dump (df, dump_file); in web_main()
271 union_defs (df, DF_USES_GET (df, i), def_entry, use_entry, unionfind_union); in web_main()
276 replace_ref (DF_USES_GET (df, i), in web_main()
288 df_finish (df); in web_main()
[all …]
H A Ddf-problems.c461 struct df *df = dflow->df; in df_ru_bb_local_compute_process_def() local
527 struct df *df = dflow->df; in df_ru_bb_local_compute() local
579 struct df *df = dflow->df; in df_ru_local_compute() local
763 struct df *df = dflow->df; in df_ru_dump() local
1001 struct df *df = dflow->df; in df_rd_bb_local_compute_process_def() local
1055 struct df *df = dflow->df; in df_rd_bb_local_compute() local
1102 struct df *df = dflow->df; in df_rd_local_compute() local
1286 struct df *df = dflow->df; in df_rd_dump() local
1564 struct df *df = dflow->df; in df_lr_local_compute() local
1641 struct df *df = dflow->df; in df_lr_confluence_0() local
[all …]
H A Ddf.h35 struct df;
203 struct df *df; /* Instance of df we are working in. */ member
341 struct df struct
576 #define df_finish(df) {df_finish1(df); df=NULL;} argument
580 extern struct df *df_init (int);
584 extern void df_set_blocks (struct df*, bitmap);
586 extern void df_finish1 (struct df *);
588 extern void df_analyze (struct df *);
589 extern void df_compact_blocks (struct df *);
600 extern void df_dump (struct df *, FILE *);
[all …]
/openbsd/sbin/dump/
H A Ditime.c65 FILE *df; in initdumptimes() local
82 (void) fclose(df); in initdumptimes()
90 readdumptimes(df); in initdumptimes()
91 (void) fclose(df); in initdumptimes()
95 readdumptimes(FILE *df) in readdumptimes() argument
162 FILE *df; in putdumptime() local
172 fd = fileno(df); in putdumptime()
180 readdumptimes(df); in putdumptime()
208 dumprecout(df, dtwalk); in putdumptime()
210 if (fflush(df)) in putdumptime()
[all …]
/openbsd/regress/sbin/pfctl/
H A Dpf68.ok20 match in on lo0 proto tcp all scrub (no-df min-ttl 15 max-mss 224)
22 match in on lo0 proto tcp all scrub (no-df min-ttl 15 max-mss 224)
23 match in on lo0 proto tcp all scrub (no-df)
24 match in on lo0 proto tcp all scrub (no-df min-ttl 15 max-mss 224)
30 match out log on lo1000000 inet proto tcp from any to 10.0.0.1 scrub (no-df max-mss 224)
44 match in on lo0 proto tcp from any port = 80 to any scrub (no-df min-ttl 15 max-mss 224)
45 match in on lo0 proto tcp from any port = 81 to any scrub (no-df min-ttl 15 max-mss 224)
47 match in on lo0 proto tcp from any port = 80 to any scrub (no-df min-ttl 15 max-mss 224)
48 match in on lo0 proto tcp from any port = 80 to any scrub (no-df min-ttl 15 max-mss 224)
49 match in on lo0 proto tcp from any to any port = 80 scrub (no-df min-ttl 15 max-mss 224)
[all …]
H A Dpf44.ok1 match in on lo0 all scrub (no-df min-ttl 15 max-mss 224)
2 match in on lo0 all scrub (no-df min-ttl 15 max-mss 224)
3 match in on lo0 all scrub (no-df min-ttl 15 max-mss 224)
4 match in on lo0 all scrub (no-df min-ttl 15 max-mss 224)
5 match in on lo0 all scrub (no-df min-ttl 15 max-mss 224)
6 match in on lo0 all scrub (no-df min-ttl 15 reassemble tcp max-mss 224)
H A Dpf68.in14 match in on lo0 proto tcp from any to any scrub(max-mss 224 min-ttl 15 no-df)
16 match in on lo0 proto tcp from any to any scrub(min-ttl 15 no-df max-mss 224)
17 match in on lo0 proto tcp from any to any scrub(no-df)
18 match in on lo0 proto tcp from any to any scrub(no-df max-mss 224 min-ttl 15)
23 match out log on lo1000000 proto tcp from any to 10.0.0.1 scrub(no-df max-mss 224)
32 match in on lo0 proto tcp from any port {80, 81} to any scrub(max-mss 224 min-ttl 15 no-df)
34 match in on lo0 proto tcp from any port 80 to any scrub (max-mss 224 min-ttl 15 no-df)
35 match in on lo0 proto tcp from any port 80 to any scrub(min-ttl 15 no-df max-mss 224)
37 match in on lo0 proto tcp from any port 80 to any port 80 scrub(no-df)
39 match in on lo0 proto tcp from any to any port 83 scrub(no-df max-mss 224 min-ttl 15)
[all …]
H A Dpf44.in3 match in on lo0 from any to any scrub(min-ttl 15, no-df, max-mss 224)
4 match in on lo0 from any to any scrub(no-df max-mss 224 min-ttl 15)
5 match in on lo0 from any to any scrub(max-mss 224, min-ttl 15 no-df)
6 match in on lo0 from any to any scrub(min-ttl 15 no-df, max-mss 224)
7 match in on lo0 from any to any scrub(no-df max-mss 224 min-ttl 15)
8 match in on lo0 from any to any scrub(max-mss 224 min-ttl 15 no-df reassemble tcp)
H A Dpf44.loaded1 @0 match in on lo0 all scrub (no-df min-ttl 15 max-mss 224)
5 @1 match in on lo0 all scrub (no-df min-ttl 15 max-mss 224)
9 @2 match in on lo0 all scrub (no-df min-ttl 15 max-mss 224)
13 @3 match in on lo0 all scrub (no-df min-ttl 15 max-mss 224)
17 @4 match in on lo0 all scrub (no-df min-ttl 15 max-mss 224)
21 @5 match in on lo0 all scrub (no-df min-ttl 15 reassemble tcp max-mss 224)
/openbsd/lib/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()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsMSAInstrFormats.td87 let Inst{17-16} = df;
98 let Inst{17-16} = df;
109 let Inst{17-16} = df;
120 let Inst{16} = df;
132 let Inst{22-21} = df;
145 let Inst{21} = df;
158 let Inst{22-21} = df;
357 let Inst{22-21} = df;
381 let Inst{22-21} = df;
395 let Inst{1-0} = df;
[all …]
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Ddf_v1_7.c34 adev->df.hash_status.hash_64k = false; in df_v1_7_sw_init()
35 adev->df.hash_status.hash_2m = false; in df_v1_7_sw_init()
36 adev->df.hash_status.hash_1g = false; in df_v1_7_sw_init()
72 fb_channel_number = adev->df.funcs->get_fb_channel_number(adev); in df_v1_7_get_hbm_channel_number()
83 adev->df.funcs->enable_broadcast_mode(adev, true); in df_v1_7_update_medium_grain_clock_gating()
98 adev->df.funcs->enable_broadcast_mode(adev, false); in df_v1_7_update_medium_grain_clock_gating()
H A Damdgpu_pmu.c236 if ((!pe->adev->df.funcs) || in amdgpu_perf_start()
237 (!pe->adev->df.funcs->pmc_start)) in amdgpu_perf_start()
275 if ((!pe->adev->df.funcs) || in amdgpu_perf_read()
276 (!pe->adev->df.funcs->pmc_get_count)) in amdgpu_perf_read()
284 pe->adev->df.funcs->pmc_get_count(pe->adev, in amdgpu_perf_read()
307 if ((!pe->adev->df.funcs) || in amdgpu_perf_stop()
308 (!pe->adev->df.funcs->pmc_stop)) in amdgpu_perf_stop()
340 if ((!pe->adev->df.funcs) || in amdgpu_perf_add()
341 (!pe->adev->df.funcs->pmc_start)) in amdgpu_perf_add()
389 if ((!pe->adev->df.funcs) || in amdgpu_perf_del()
[all …]
/openbsd/usr.bin/snmp/
H A Dsnmpc.c838 } *df = NULL; in snmpc_df() local
908 if ((df = reallocarray(df, rows, sizeof(*df))) == NULL) in snmpc_df()
1004 snprintf(df[i].size, sizeof(df[i].size), "%lld", in snmpc_df()
1012 snprintf(df[i].used, sizeof(df[i].used), "%lld", in snmpc_df()
1019 df[i].avail); in snmpc_df()
1021 snprintf(df[i].avail, sizeof(df[i].avail), in snmpc_df()
1027 strlcpy(df[i].proc, "0%", sizeof(df[i].proc)); in snmpc_df()
1029 snprintf(df[i].proc, sizeof(df[i].proc), in snmpc_df()
1039 df[i].descr); in snmpc_df()
1040 memmove(df + i, df + i + 1, in snmpc_df()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c65 int df, dg, du, dv; in DUPFFexgcd() local
74 df = DUPFFdeg(f); if (df < 0) df = 0; /* both inputs are zero */ in DUPFFexgcd()
80 ug = DUPFFnew(df); in DUPFFexgcd()
82 vg = DUPFFnew(df); vg->coeffs[0] = 1; vg->deg = 0; in DUPFFexgcd()
/openbsd/distrib/special/df/
H A DMakefile3 PROG= df
4 SRCS= df.c ffs_df.c ext2fs_df.c
8 .PATH: ${.CURDIR}/../../../bin/df

12345678910