Searched refs:arc (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-9.3-release/contrib/gcc/
H A Dconflict.c40 conflicts, i.e. two nodes are connected by an arc if there is a
46 arcs are. An arc stores the numbers of the regs it connects.
50 - The two reg numbers for each arc are hashed into a single
51 value, and the arc is placed in a hash table according to this
55 - Additionally, the arc data structures are threaded by a set of
56 linked lists by single reg number. Since each arc references
64 /* An arc in a conflict graph. */
99 /* For each reg, the arc at the head of a list that threads through
113 /* Computes the hash value of the conflict graph arc connecting regs
122 /* Callback function to compute the hash value of an arc
127 const_conflict_graph_arc arc = (const_conflict_graph_arc) arcp; local
188 conflict_graph_arc arc; local
230 struct conflict_graph_arc_def arc; local
244 conflict_graph_arc arc = graph->neighbor_heads[reg]; local
267 conflict_graph_arc arc = graph->neighbor_heads[src]; local
[all...]
H A Dgcov.c74 /* Describes an arc between two basic blocks. */
101 /* Loop making arc. */
107 /* Links to next arc on src and dst lists. */
154 arc_t *arc; member in struct:block_info::__anon1156::__anon1158
180 /* Raw arc coverage counts. */
276 /* Name and file pointer of the input file for the arc count data. */
595 arc_t *arc, *arc_n;
597 for (arc = block->succ; arc; arc
594 arc_t *arc, *arc_n; local
801 struct arc_info *arc; local
933 arc_t *arc, *arc_p, *arc_n; local
1072 arc_t *arc; local
1156 arc_t *arc, *arc_p, *arc_n; local
1194 const arc_t *arc; local
1216 arc_t *arc, *inv_arc; local
1311 add_branch_counts(coverage_t *coverage, const arc_t *arc) argument
1538 arc_t *arc; local
1575 arc_t *arc, *arc_p, *arc_n; local
1612 arc_t *arc; local
1646 arc_t *arc; local
1738 output_branch_count(FILE *gcov_file, int ix, const arc_t *arc) argument
1825 arc_t *arc = fn->blocks[fn->num_blocks - 1].pred; local
1870 arc_t *arc; local
1889 arc_t *arc; local
[all...]
H A Dgenautomata.c178 struct arc;
192 typedef struct arc *arc_t;
485 which arc marked by given insn enters from a state (fixed during
681 /* The following field value is the first arc output from given
730 /* Automaton arc. */
731 struct arc
733 /* The following field refers for the state into which given arc
741 /* The following field value is the next arc output from the same
791 /* The following member has nonzero value if there is arc from state of
804 /* The following member value is TRUE if there is an arc i
727 struct arc struct
3843 free_arc(arc_t arc) argument
3851 remove_arc(state_t from_state, arc_t arc) argument
3876 arc_t arc; local
3928 next_out_arc(arc_t arc) argument
5407 arc_t arc; local
5577 arc_t arc; local
5624 arc_t arc; local
5642 arc_t arc; local
5698 arc_t arc; local
6004 arc_t arc; local
6036 arc_t arc; local
6194 arc_t arc; local
6221 arc_t arc; local
6694 arc_t arc; local
7284 arc_t arc; local
7348 arc_t arc; local
7397 arc_t arc; local
7542 arc_t arc; local
8647 arc_t arc; local
9046 arc_t arc; local
[all...]
/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_archimedes.c75 struct ISO_ARCHIMEDES *arc; local
95 if ((arc = calloc(1, sizeof(struct ISO_ARCHIMEDES))) == NULL) {
102 memcpy(arc->magic, "ARCHIMEDES", 10);
103 cd9660_731(0xfff00000 | (type << 8) | (stamp >> 32), arc->loadaddr);
104 cd9660_731(stamp & 0x00ffffffffULL, arc->execaddr);
105 arc->ro_attr = RO_ACCESS_UR | RO_ACCESS_OR;
106 arc->cdfs_attr = node->node->name[0] == '!' ? CDFS_PLING : 0;
107 node->su_tail_data = (void *)arc;
108 node->su_tail_size = sizeof(*arc);
/freebsd-9.3-release/contrib/binutils/ld/emulparams/
H A Darcelf.sh10 ARCH=arc
/freebsd-9.3-release/sys/dev/ath/ath_rate/onoe/
H A Donoe.h40 struct ath_ratectrl arc; /* base state */ member in struct:onoe_softc
H A Donoe.c415 osc->arc.arc_space = sizeof(struct onoe_node);
418 return &osc->arc;
422 ath_rate_detach(struct ath_ratectrl *arc) argument
424 struct onoe_softc *osc = (struct onoe_softc *) arc;
/freebsd-9.3-release/contrib/top/
H A Dmachine.h46 int *arc; member in struct:system_info
/freebsd-9.3-release/sys/dev/ath/ath_rate/amrr/
H A Damrr.h45 struct ath_ratectrl arc; /* base state */ member in struct:amrr_softc
H A Damrr.c447 asc->arc.arc_space = sizeof(struct amrr_node);
450 return &asc->arc;
454 ath_rate_detach(struct ath_ratectrl *arc) argument
456 struct amrr_softc *asc = (struct amrr_softc *) arc;
/freebsd-9.3-release/usr.bin/gprof/
H A Dgprof.c241 struct rawarc arc; local
249 while ( fread( &arc , sizeof arc , 1 , pfile ) == 1 ) {
253 arc.raw_frompc , arc.raw_selfpc , arc.raw_count );
257 * add this arc
259 tally( &arc );
343 printf( "[tally] arc from %s to %s traversed %ld times\n" ,
359 struct rawarc arc; local
[all...]
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_resource.c184 struct acpi_resource_context *arc; local
189 arc = context;
190 dev = arc->dev;
191 set = arc->set;
202 set->set_ioport(dev, arc->context, res->Data.FixedIo.Address,
211 set->set_ioport(dev, arc->context, res->Data.Io.Minimum,
217 set->set_iorange(dev, arc->context, res->Data.Io.Minimum,
228 set->set_memory(dev, arc->context, res->Data.FixedMemory32.Address,
237 set->set_memory(dev, arc->context, res->Data.Memory32.Minimum,
243 set->set_memoryrange(dev, arc
411 struct acpi_resource_context arc; local
[all...]
/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c223 * Grow the arc table.
369 struct pmcpl_ct_arc *arc; local
383 * for at least one arc for that PMC.
387 arc = &ct->pct_arc[i];
388 if (arc->pcta_child->pct_color != PMCPL_PCT_GREY &&
390 &arc->pcta_samples) != 0 &&
392 &arc->pcta_samples) > pmcstat_threshold) {
608 struct pmcpl_ct_arc *arc; local
614 * Find related arc in parent node and
619 arc
[all...]
H A Dpmcpl_gprof.c227 struct rawarc arc; /* from <sys/gmon.h> */ local
240 arc.raw_frompc = rawfrom + image->pi_vaddr;
241 arc.raw_selfpc = rawto + image->pi_vaddr;
242 arc.raw_count = count;
244 (void) fwrite(&arc, sizeof(arc), 1, pgf->pgf_file);
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Doutput.h52 virtual void arc(const position &, const position &, const position &,
H A Dcommon.h66 void arc(const position &, const position &, const position &,
H A Dcommon.cpp95 // to approximate the ellipse arc with one or more circle arcs, we
107 // compute distance between circle and ellipse arc at start and end
158 // find next position for fixed arc length
210 // find next position for fixed arc length
248 // output a dashed arc as a series of arcs
279 // output a dotted arc as a series of dots
314 arc(cent + position(cos(start_angle), sin(start_angle))*rad,
362 // Note that each corner arc has to be split into two for dashing,
596 arc(tem + position(0.0, rad),
601 arc(te
[all...]
H A Dtex.cpp40 void arc(const position &, const position &, const position &,
256 void tex_output::arc(const position &start, const position &cent, function in class:tex_output
H A Dtroff.cpp53 void arc(const position &, const position &, const position &,
65 void simple_output::arc(const position &start, const position &cent, function in class:simple_output
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files34 arc.o \
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_objset.h33 #include <sys/arc.h>
H A Ddsl_pool.h36 #include <sys/arc.h>
/freebsd-9.3-release/sys/dev/ath/ath_rate/sample/
H A Dsample.h47 struct ath_ratectrl arc; /* base class */ member in struct:sample_softc
/freebsd-9.3-release/contrib/binutils/gas/doc/
H A DMakefile.am33 c-arc.texi \
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dbptree.c26 #include <sys/arc.h>

Completed in 157 milliseconds

123