HomeSort by relevance Sort by last modified time
    Searched refs:Arc (Results 1 - 25 of 41) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gprof/
cg_arcs.h 25 * Arc structure for call-graph.
28 * of how many times this arc was traversed, and pointers to the next
31 typedef struct arc
33 Sym *parent; /* source vertice of arc */
34 Sym *child; /* dest vertice of arc */
36 double time; /* time inherited along arc */
37 double child_time; /* child-time inherited along arc */
38 struct arc *next_parent; /* next parent of CHILD */
39 struct arc *next_child; /* next child of PARENT */
40 int has_been_placed; /* have this arc's functions been placed? *
30 typedef struct arc struct
    [all...]
cg_print.c 45 static int cmp_arc (Arc *, Arc *);
55 (Arc **, unsigned long, int, Arc **, unsigned long *);
218 - if one arc is a self arc, it's least.
219 - if one arc is within a cycle, it's less than.
220 - if both arcs are within a cycle, compare arc counts.
221 - if neither arc is within a cycle, compare with
223 arc count as minor key. *
313 Arc *arc, *detached, sorted, *prev; local
347 Arc *arc; local
400 Arc *arc, *detached, sorted, *prev; local
434 Arc *arc; local
867 Arc *arc; local
916 Arc *arc = scratch_arcs[arc_index]; local
    [all...]
cg_arcs.c 51 Arc **arcs;
55 * Return TRUE iff PARENT has an arc to covers the address
58 Arc *
61 Arc *arc; local
70 for (arc = parent->cg.children; arc; arc = arc->next_child)
73 arc->parent->name, arc->child->name))
91 Arc *arc, **newarcs; local
166 Arc *arc; local
275 Arc *arc; local
363 Arc *arc; local
598 Arc *arc; local
    [all...]
call_graph.c 61 /* Keep arc if it is on INCL_ARCS table or if the INCL_ARCS table
69 printf (_("[cg_tally] arc from %s to %s traversed %lu times\n"),
75 /* Read a record from file IFP describing an arc in the function
76 call-graph and the count of how many times the arc has been
99 /* Add this arc: */
110 Arc *arc;
115 for (arc = sym->cg.children; arc; arc = arc->next_child
109 Arc *arc; local
    [all...]
cg_dfn.c 274 Arc *arc; local
298 for (arc = parent->cg.children; arc; arc = arc->next_child)
300 cg_dfn (arc->child);
  /frameworks/compile/mclinker/unittests/
GraphTest.cpp 184 ListDigraph::Arc* a1 = graph.addArc(*u1, *u2);
185 ListDigraph::Arc* a2 = graph.addArc(*u2, *u3);
186 ListDigraph::Arc* a3 = graph.addArc(*u3, *u1);
204 ListDigraph::Arc* a1 = graph.addArc(*u1, *u1);
205 ListDigraph::Arc* a2 = graph.addArc(*u1, *u2);
206 ListDigraph::Arc* a3 = graph.addArc(*u1, *u3);
224 ListDigraph::Arc* a1 = graph.addArc(*u1, *u2);
225 ListDigraph::Arc* a2 = graph.addArc(*u2, *u3);
226 ListDigraph::Arc* a3 = graph.addArc(*u3, *u1);
250 ListDigraph::Arc* a1 = graph.addArc(*u1, *u2)
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 1567 Arc arc = arcs[c]; local
1642 Arc arc = arcs[i]; local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 1461 Arc arc = arcs[c]; local
1536 Arc arc = arcs[i]; local
    [all...]
  /external/skia/experimental/SkV8Example/
Path2DBuilder.h 40 static void Arc(const v8::FunctionCallbackInfo<v8::Value>& args);
Path2DBuilder.cpp 53 ADD_METHOD("arc", Arc);
143 void Path2DBuilder::Arc(const v8::FunctionCallbackInfo<v8::Value>& args) {
  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 378 /// @brief Dumps each object file in \a Arc;
379 static void dumpArchive(const Archive *Arc) {
380 for (auto &ErrorOrChild : Arc->children()) {
382 reportError(Arc->getFileName(), EC.message());
388 reportError(Arc->getFileName(), EC.message());
395 reportError(Arc->getFileName(), readobj_error::unrecognized_file_format);
421 if (Archive *Arc = dyn_cast<Archive>(&Binary))
422 dumpArchive(Arc);
  /frameworks/base/libs/hwui/
PathCache.h 118 Arc,
152 struct Arc {
158 } arc; member in union:android::uirenderer::PathDescription::Shape
PathCache.cpp 49 static bool compareArcs(const PathDescription::Shape::Arc& lhs, const PathDescription::Shape::Arc& rhs) {
113 case ShapeType::Arc:
114 return compareArcs(shape.arc, rhs.shape.arc);
555 PathDescription entry(ShapeType::Arc, paint);
556 entry.shape.arc.mWidth = width;
557 entry.shape.arc.mHeight = height;
558 entry.shape.arc.mStartAngle = startAngle;
559 entry.shape.arc.mSweepAngle = sweepAngle
    [all...]
  /external/libxml2/python/tests/
reader2.py 23 ../../test/valid/xlink.xml:450: element termdef: validity error : ID dt-arc already defined
24 <p><termdef id="dt-arc" term="Arc">An <ter
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 484 static void dumpArchive(const Archive *Arc) {
485 for (auto &ErrorOrChild : Arc->children()) {
492 reportError(Arc->getFileName(), EC.message());
499 reportError(Arc->getFileName(), cxxdump_error::unrecognized_file_format);
512 if (Archive *Arc = dyn_cast<Archive>(&Binary))
513 dumpArchive(Arc);
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 22 #include <asm/fw/arc/types.h>
61 Arc, Cpu, Fpu,
127 enum arc_memtypes arc; member in union:linux_memtypes
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h 77 const CArc *Arc;
273 const CArc *arc,
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 324 const CArc *Arc;
542 RINOK(Arc->GetRawProps->GetRawProp(index, f.PropID, &data, &dataSize, &propType));
600 RINOK(Arc->Archive->GetProperty(index, f.PropID, &prop));
973 const CArcErrorInfo &arc = arcLink.Arcs[r].ErrorInfo; local
974 if (!arc.WarningMessage.IsEmpty())
976 if (arc.AreThereWarnings())
978 if (arc.ErrorFormatIndex >= 0)
980 if (arc.AreThereErrors())
985 if (!arc.ErrorMessage.IsEmpty())
1012 const CArc &arc = arcLink.Arcs[r]; local
1080 const CArc &arc = arcLink.Arcs.Back(); local
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
sgiarcs.h 22 #include <asm/fw/arc/types.h>
61 Arc, Cpu, Fpu,
127 enum arc_memtypes arc; member in union:linux_memtypes
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
sgiarcs.h 22 #include <asm/fw/arc/types.h>
61 Arc, Cpu, Fpu,
127 enum arc_memtypes arc; member in union:linux_memtypes
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 22 #include <asm/fw/arc/types.h>
61 Arc, Cpu, Fpu,
127 enum arc_memtypes arc; member in union:linux_memtypes
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
sgiarcs.h 22 #include <asm/fw/arc/types.h>
61 Arc, Cpu, Fpu,
127 enum arc_memtypes arc; member in union:linux_memtypes
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
sgiarcs.h 22 #include <asm/fw/arc/types.h>
61 Arc, Cpu, Fpu,
127 enum arc_memtypes arc; member in union:linux_memtypes
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
sgiarcs.h 22 #include <asm/fw/arc/types.h>
61 Arc, Cpu, Fpu,
127 enum arc_memtypes arc; member in union:linux_memtypes

Completed in 4507 milliseconds

1 2