/toolchain/binutils/binutils-2.27/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);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/ |
rexpr.h | 2 #define Epsilon 257 /* epsilon arc (an impossible char value) */
10 } Arc, *ArcPtr;
|
/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...] |
/external/pdfium/xfa/fxfa/parser/ |
cxfa_arc.cpp | 28 constexpr wchar_t kName[] = L"arc"; 37 XFA_Element::Arc,
|
cxfa_value.cpp | 21 {XFA_Element::Arc, 1, XFA_PROPERTYFLAG_OneOf}, 72 ASSERT(!node || node->GetElementType() == XFA_Element::Arc);
|
cxfa_box.cpp | 123 if (GetElementType() == XFA_Element::Arc) 191 if (eType != XFA_Element::Arc && eType != XFA_Element::Border && 196 if (!forceRound && eType != XFA_Element::Arc) 201 if (type == XFA_Element::Arc || forceRound) { 223 if (type == XFA_Element::Arc || forceRound) {
|
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 1582 Arc arc = arcs[c]; local 1657 Arc arc = arcs[i]; local [all...] |
/frameworks/support/gridlayout/src/main/java/androidx/gridlayout/widget/ |
GridLayout.java | 1470 Arc arc = arcs[c]; local 1545 Arc arc = arcs[i]; local [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
UpdateCallback.cpp | 50 Arc(NULL),
195 if (Arc && Arc->GetRootProps)
196 return Arc->GetRootProps->GetRootRawProp(propID, data, dataSize, propType);
218 if (up.UseArcProps && up.ExistInArchive() && Arc->GetRawProps)
219 return Arc->GetRawProps->GetRawProp(
602 else if (Arc)
604 RINOK(Arc->GetItemPath(index, s2));
606 RINOK(Archive_IsItem_Dir(Arc->Archive, index, isDir));
657 else if (Arc)
[all...] |
UpdateCallback.h | 118 const CArc *Arc;
|
ArchiveExtractCallback.h | 77 const CArc *Arc;
295 const CArc *arc,
|
/external/llvm/tools/llvm-readobj/ |
llvm-readobj.cpp | 436 /// @brief Dumps each object file in \a Arc; 437 static void dumpArchive(const Archive *Arc) { 439 for (auto &Child : Arc->children(Err)) { 447 reportError(Arc->getFileName(), Buf); 454 reportError(Arc->getFileName(), readobj_error::unrecognized_file_format); 457 reportError(Arc->getFileName(), std::move(Err)); 487 if (Archive *Arc = dyn_cast<Archive>(&Binary)) 488 dumpArchive(Arc);
|
/frameworks/base/libs/hwui/ |
PathCache.h | 108 enum class ShapeType { None, Rect, RoundRect, Circle, Oval, Arc, Path }; 140 struct Arc { 146 } arc; member in union:android::uirenderer::PathDescription::Shape
|
PathCache.cpp | 53 static bool compareArcs(const PathDescription::Shape::Arc& lhs, 54 const PathDescription::Shape::Arc& rhs) { 118 case ShapeType::Arc: 119 return compareArcs(shape.arc, rhs.shape.arc); 531 PathDescription entry(ShapeType::Arc, paint); 532 entry.shape.arc.mWidth = width; 533 entry.shape.arc.mHeight = height; 534 entry.shape.arc.mStartAngle = startAngle; 535 entry.shape.arc.mSweepAngle = sweepAngle [all...] |
/external/eigen/test/ |
sparse_ref.cpp | 106 Ref<const SparseMatrix<float> > Arc(A); 107 // VERIFY_EVALUATION_COUNT( call_ref_1(Arc, Arc), 0); // does not compile on purpose 108 VERIFY_EVALUATION_COUNT( call_ref_2(Arc, Arc), 0);
|
/external/skia/gm/ |
circulararcs.cpp | 32 // Use alpha so we see magenta on overlap between arc and its complement. 132 struct Arc { 137 const Arc noDrawArcs[] = { 147 const Arc arcs[] = { 183 for (auto arc : noDrawArcs) { 186 canvas->drawArc(arc.fOval, arc.fStart, arc.fSweep, false, paint); 187 canvas->drawArc(arc.fOval, arc.fStart, arc.fSweep, true, paint) [all...] |
/external/skqp/gm/ |
circulararcs.cpp | 32 // Use alpha so we see magenta on overlap between arc and its complement. 132 struct Arc { 137 const Arc noDrawArcs[] = { 147 const Arc arcs[] = { 183 for (auto arc : noDrawArcs) { 186 canvas->drawArc(arc.fOval, arc.fStart, arc.fSweep, false, paint); 187 canvas->drawArc(arc.fOval, arc.fStart, arc.fSweep, true, paint) [all...] |
/external/skia/src/gpu/mtl/ |
GrMtlGpu.mm | 13 #error This file must be compiled with Arc. Use -fobjc-arc flag
|
/external/skqp/src/gpu/mtl/ |
GrMtlGpu.mm | 13 #error This file must be compiled with Arc. Use -fobjc-arc flag
|
/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 | 492 static void dumpArchive(const Archive *Arc) { 494 for (auto &ArcC : Arc->children(Err)) { 503 reportError(Arc->getFileName(), Buf); 512 reportError(Arc->getFileName(), cxxdump_error::unrecognized_file_format); 527 if (Archive *Arc = dyn_cast<Archive>(&Binary)) 528 dumpArchive(Arc);
|