Home
last modified time | relevance | path

Searched defs:arc (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp169 auto arc = std::make_unique<GCOVArc>(*src, *dst, flags); in readGCNO() local
287 auto arc = std::make_unique<GCOVArc>(sink, src, GCOV_ARC_ON_TREE); in readGCDA() local
731 for (const GCOVArc *arc : b->succ) in collectSourceLine() local
735 for (const GCOVArc *arc : b->pred) in collectSourceLine() local
756 for (const GCOVArc *arc : b->succ) { in collectSourceLine() local
857 for (const GCOVArc *arc : b->succ) { in printSourceToIntermediate() local
951 for (const GCOVArc *arc : exitBlock.pred) in printFunctionDetails() local
967 for (const GCOVArc *arc : Block.dsts()) in printBranchInfo() local
969 for (const GCOVArc *arc : Block.dsts()) in printBranchInfo() local
/freebsd/usr.bin/gprof/
H A Dgprof.c223 struct rawarc arc; in getpfile() local
338 struct rawarc arc; in dumpsum() local
/freebsd/sys/dev/ath/ath_rate/onoe/
H A Donoe.h40 struct ath_ratectrl arc; /* base state */ member
H A Donoe.c441 ath_rate_detach(struct ath_ratectrl *arc) in ath_rate_detach()
/freebsd/sys/dev/ath/ath_rate/amrr/
H A Damrr.h45 struct ath_ratectrl arc; /* base state */ member
H A Damrr.c470 ath_rate_detach(struct ath_ratectrl *arc) in ath_rate_detach()
/freebsd/usr.bin/systat/
H A Dmain.c300 uint64_t arc[7] = {}; in display() local
/freebsd/sys/dev/acpica/
H A Dacpi_resource.c241 struct acpi_resource_context *arc; in acpi_parse_resource() local
500 struct acpi_resource_context arc; in acpi_parse_resources() local
/freebsd/usr.bin/top/
H A Dmachine.h49 int *arc; member
/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c239 struct rawarc arc; /* from <sys/gmon.h> */ in pmcstat_gmon_append_arc() local
H A Dpmcpl_calltree.c371 struct pmcpl_ct_arc *arc; in pmcpl_ct_node_dumptop() local
613 struct pmcpl_ct_arc *arc; in pmcpl_ct_node_update() local
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.h47 struct ath_ratectrl arc; /* base class */ member
H A Dsample.c1658 ath_rate_detach(struct ath_ratectrl *arc) in ath_rate_detach()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h54 arc, // ARC: Synopsys ARC enumerator
/freebsd/tools/tools/netmap/
H A Dpkt-gen.c2927 main(int arc, char **argv) in main()