/dports/devel/binutils/binutils-2.37/gprof/ |
H A D | cg_arcs.h | 30 typedef struct arc struct 32 Sym *parent; /* source vertice of arc */ argument 33 Sym *child; /* dest vertice of arc */ argument 35 double time; /* time inherited along arc */ argument 36 double child_time; /* child-time inherited along arc */ argument 37 struct arc *next_parent; /* next parent of CHILD */ argument 38 struct arc *next_child; /* next child of PARENT */ argument 39 int has_been_placed; /* have this arc's functions been placed? */ argument
|
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gprof/ |
H A D | cg_arcs.h | 30 typedef struct arc struct 32 Sym *parent; /* source vertice of arc */ argument 33 Sym *child; /* dest vertice of arc */ argument 35 double time; /* time inherited along arc */ argument 36 double child_time; /* child-time inherited along arc */ argument 37 struct arc *next_parent; /* next parent of CHILD */ argument 38 struct arc *next_child; /* next child of PARENT */ argument 39 int has_been_placed; /* have this arc's functions been placed? */ argument
|
/dports/devel/arm-elf-binutils/binutils-2.37/gprof/ |
H A D | cg_arcs.h | 30 typedef struct arc struct 32 Sym *parent; /* source vertice of arc */ argument 33 Sym *child; /* dest vertice of arc */ argument 35 double time; /* time inherited along arc */ argument 36 double child_time; /* child-time inherited along arc */ argument 37 struct arc *next_parent; /* next parent of CHILD */ argument 38 struct arc *next_child; /* next child of PARENT */ argument 39 int has_been_placed; /* have this arc's functions been placed? */ argument
|
/dports/devel/gnulibiberty/binutils-2.37/gprof/ |
H A D | cg_arcs.h | 30 typedef struct arc struct 32 Sym *parent; /* source vertice of arc */ argument 33 Sym *child; /* dest vertice of arc */ argument 35 double time; /* time inherited along arc */ argument 36 double child_time; /* child-time inherited along arc */ argument 37 struct arc *next_parent; /* next parent of CHILD */ argument 38 struct arc *next_child; /* next child of PARENT */ argument 39 int has_been_placed; /* have this arc's functions been placed? */ argument
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gprof/ |
H A D | cg_arcs.h | 11 typedef struct arc struct 13 Sym *parent; /* source vertice of arc */ argument 14 Sym *child; /* dest vertice of arc */ argument 16 double time; /* time inherited along arc */ argument 17 double child_time; /* child-time inherited along arc */ argument 18 struct arc *next_parent; /* next parent of CHILD */ argument 19 struct arc *next_child; /* next child of PARENT */ argument 20 int has_been_placed; /* have this arc's functions been placed? */ argument
|
/dports/lang/gnatdroid-binutils/binutils-2.27/gprof/ |
H A D | cg_arcs.h | 30 typedef struct arc struct 32 Sym *parent; /* source vertice of arc */ argument 33 Sym *child; /* dest vertice of arc */ argument 35 double time; /* time inherited along arc */ argument 36 double child_time; /* child-time inherited along arc */ argument 37 struct arc *next_parent; /* next parent of CHILD */ argument 38 struct arc *next_child; /* next child of PARENT */ argument 39 int has_been_placed; /* have this arc's functions been placed? */ argument
|
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gprof/ |
H A D | cg_arcs.h | 11 typedef struct arc struct 13 Sym *parent; /* source vertice of arc */ argument 14 Sym *child; /* dest vertice of arc */ argument 16 double time; /* time inherited along arc */ argument 17 double child_time; /* child-time inherited along arc */ argument 18 struct arc *next_parent; /* next parent of CHILD */ argument 19 struct arc *next_child; /* next child of PARENT */ argument 20 int has_been_placed; /* have this arc's functions been placed? */ argument
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gprof/ |
H A D | cg_arcs.h | 11 typedef struct arc struct 13 Sym *parent; /* source vertice of arc */ argument 14 Sym *child; /* dest vertice of arc */ argument 16 double time; /* time inherited along arc */ argument 17 double child_time; /* child-time inherited along arc */ argument 18 struct arc *next_parent; /* next parent of CHILD */ argument 19 struct arc *next_child; /* next child of PARENT */ argument 20 int has_been_placed; /* have this arc's functions been placed? */ argument
|
/dports/devel/djgpp-binutils/binutils-2.17/gprof/ |
H A D | cg_arcs.h | 11 typedef struct arc struct 13 Sym *parent; /* source vertice of arc */ argument 14 Sym *child; /* dest vertice of arc */ argument 16 double time; /* time inherited along arc */ argument 17 double child_time; /* child-time inherited along arc */ argument 18 struct arc *next_parent; /* next parent of CHILD */ argument 19 struct arc *next_child; /* next child of PARENT */ argument 20 int has_been_placed; /* have this arc's functions been placed? */ argument
|
/dports/cad/py-ezdxf/ezdxf-0.16.3/examples/entities/ |
H A D | arcs.py | 27 arc = ConstructionArc.from_3p(start_point_ucs, end_point_ucs, def_point_ucs) variable 30 arc = ConstructionArc.from_3p(end_point_ucs, start_point_ucs, def_point_ucs) variable 35 arc = ConstructionArc.from_2p_angle(p1, p2, 90) variable 38 arc = ConstructionArc.from_2p_angle(p1, p2, 90, ccw=False) variable 43 arc = ConstructionArc.from_2p_radius(p1, p2, 100) variable 46 arc = ConstructionArc.from_2p_radius(p1, p2, 100, ccw=False) variable 49 arc = ConstructionArc.from_2p_radius(p1, p2, 100, center_is_left=False) variable 52 arc = ConstructionArc.from_2p_radius(p1, p2, 100, ccw=False, center_is_left=False) variable
|
/dports/math/py-or-tools/or-tools-9.2/ortools/graph/ |
H A D | ebert_graph.h | 298 NodeIndexType Head(const ArcIndexType arc) const { in Head() 379 ArcIndexType arc) in OutgoingArcIterator() 446 ArcIndexType StartArc(ArcIndexType arc) const { in StartArc() 690 ArcIndexType arc = in ForwardStaticGraph() local 757 NodeIndexType Tail(const ArcIndexType arc) const { in Tail() 1013 ArcIndexType arc = num_arcs_; in AddArc() local 1311 ArcIndexType arc) in IncomingArcIterator() 1377 NodeIndexType Tail(const ArcIndexType arc) const { in Tail() 1418 bool IsDirect(const ArcIndexType arc) const { in IsDirect() 1424 bool IsReverse(const ArcIndexType arc) const { in IsReverse() [all …]
|
H A D | util.h | 193 for (const auto arc : graph.AllForwardArcs()) { in GraphHasSelfArcs() local 205 for (const ArcIndex arc : graph.OutgoingArcs(tail)) { in GraphHasDuplicateArcs() local 210 for (const ArcIndex arc : graph.OutgoingArcs(tail)) { in GraphHasDuplicateArcs() local 225 for (const ArcIndex arc : graph.OutgoingArcs(node)) { in GraphIsSymmetric() local 233 for (const ArcIndex arc : graph.OutgoingArcs(node)) { in GraphIsSymmetric() local 239 for (const ArcIndex arc : graph.OutgoingArcs(node)) { in GraphIsSymmetric() local 267 for (const auto arc : graph.OutgoingArcs(node)) { in CopyGraph() local 335 for (const ArcIndex arc : graph.OutgoingArcs(tail)) { in RemoveSelfArcsAndDuplicateArcs() local 342 for (const ArcIndex arc : graph.OutgoingArcs(tail)) { in RemoveSelfArcsAndDuplicateArcs() local 380 for (const int arc : arc_path) { in PathHasCycle() local [all …]
|
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/test/ |
H A D | large_str_test.cc | 53 libreallive::Archive arc(locateTestCase("Module_Str_SEEN/strcpy_0.TXT")); in TEST() local 70 libreallive::Archive arc(locateTestCase("Module_Str_SEEN/strcpy_1.TXT")); in TEST() local 89 libreallive::Archive arc(locateTestCase("Module_Str_SEEN/strclear_0.TXT")); in TEST() local 138 libreallive::Archive arc(locateTestCase("Module_Str_SEEN/strcat_0.TXT")); in TEST() local 156 libreallive::Archive arc(locateTestCase("Module_Str_SEEN/strlen_0.TXT")); in TEST() local 179 libreallive::Archive arc(locateTestCase("Module_Str_SEEN/strcmp_0.TXT")); in TEST() local 195 libreallive::Archive arc(locateTestCase("Module_Str_SEEN/strsub_0.TXT")); in TEST() local 211 libreallive::Archive arc(locateTestCase("Module_Str_SEEN/strsub_1.TXT")); in TEST() local 228 libreallive::Archive arc(locateTestCase("Module_Str_SEEN/strsub_2.TXT")); in TEST() local 573 libreallive::Archive arc(locateTestCase("Module_Str_SEEN/itoa_0.TXT")); in TEST() local [all …]
|
H A D | large_jmp_test.cc | 54 libreallive::Archive arc(locateTestCase("Module_Jmp_SEEN/goto_0.TXT")); in TEST() local 81 libreallive::Archive arc(locateTestCase("Module_Jmp_SEEN/goto_if_0.TXT")); in TEST() local 108 libreallive::Archive arc(locateTestCase("Module_Jmp_SEEN/goto_if_0.TXT")); in TEST() local 214 libreallive::Archive arc(locateTestCase("Module_Jmp_SEEN/goto_on_0.TXT")); in TEST() local 293 libreallive::Archive arc(locateTestCase("Module_Jmp_SEEN/gosub_0.TXT")); in TEST() local 364 libreallive::Archive arc( in TEST() local 398 libreallive::Archive arc( in TEST() local 441 libreallive::Archive arc( in TEST() local 563 libreallive::Archive arc( in TEST() local 741 libreallive::Archive arc( in TEST() local [all …]
|
H A D | large_mem_test.cc | 51 libreallive::Archive arc(locateTestCase("Module_Mem_SEEN/setarray_0.TXT")); in TEST() local 75 libreallive::Archive arc(locateTestCase("Module_Mem_SEEN/setrng_0.TXT")); in TEST() local 99 libreallive::Archive arc(locateTestCase("Module_Mem_SEEN/setrng_1.TXT")); in TEST() local 119 libreallive::Archive arc(locateTestCase("Module_Mem_SEEN/cpyrng_0.TXT")); in TEST() local 148 libreallive::Archive arc( in TEST() local 177 libreallive::Archive arc( in TEST() local 206 libreallive::Archive arc( in TEST() local 236 libreallive::Archive arc(locateTestCase("Module_Mem_SEEN/cpyvars_0.TXT")); in TEST() local 260 libreallive::Archive arc(locateTestCase("Module_Mem_SEEN/sum_0.TXT")); in TEST() local
|
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/toolcurve/ |
H A D | vtoolarc.cpp | 194 QSharedPointer<VArc> arc = VAbstractTool::data.GeometricObject<VArc>(m_id); in GetFormulaRadius() local 213 QSharedPointer<VArc> arc = qSharedPointerDynamicCast<VArc>(obj); in SetFormulaRadius() local 223 QSharedPointer<VArc> arc = VAbstractTool::data.GeometricObject<VArc>(m_id); in GetFormulaF1() local 240 QSharedPointer<VArc> arc = qSharedPointerDynamicCast<VArc>(obj); in SetFormulaF1() local 250 QSharedPointer<VArc> arc = VAbstractTool::data.GeometricObject<VArc>(m_id); in GetFormulaF2() local 267 QSharedPointer<VArc> arc = qSharedPointerDynamicCast<VArc>(obj); in SetFormulaF2() local 276 QSharedPointer<VArc> arc = VAbstractTool::data.GeometricObject<VArc>(m_id); in GetApproximationScale() local 286 QSharedPointer<VArc> arc = qSharedPointerDynamicCast<VArc>(obj); in SetApproximationScale() local 318 const auto arc = VAbstractTool::data.GeometricObject<VArc>(m_id); in RemoveReferens() local 356 QSharedPointer<VArc> arc = qSharedPointerDynamicCast<VArc>(obj); in SaveOptions() local [all …]
|
H A D | vtoolarcwithlength.cpp | 175 QSharedPointer<VArc> arc = VAbstractTool::data.GeometricObject<VArc>(m_id); in GetFormulaRadius() local 194 QSharedPointer<VArc> arc = qSharedPointerDynamicCast<VArc>(obj); in SetFormulaRadius() local 204 QSharedPointer<VArc> arc = VAbstractTool::data.GeometricObject<VArc>(m_id); in GetFormulaF1() local 221 QSharedPointer<VArc> arc = qSharedPointerDynamicCast<VArc>(obj); in SetFormulaF1() local 234 QSharedPointer<VArc> arc = VAbstractTool::data.GeometricObject<VArc>(m_id); in GetFormulaLength() local 251 QSharedPointer<VArc> arc = qSharedPointerDynamicCast<VArc>(obj); in SetFormulaLength() local 260 QSharedPointer<VArc> arc = VAbstractTool::data.GeometricObject<VArc>(m_id); in GetApproximationScale() local 270 QSharedPointer<VArc> arc = qSharedPointerDynamicCast<VArc>(obj); in SetApproximationScale() local 299 const auto arc = VAbstractTool::data.GeometricObject<VArc>(m_id); in RemoveReferens() local 335 QSharedPointer<VArc> arc = qSharedPointerDynamicCast<VArc>(obj); in SaveOptions() local [all …]
|
/dports/net/quagga/quagga-1.2.4/isisd/topology/ |
H A D | spgrid.h | 29 struct arc { struct 30 long from_node; 31 long to_node; 32 long distance;
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/snmp/agent/ |
H A D | SnmpMibGroup.java | 69 public abstract boolean isTable(long arc); in isTable() 79 public abstract boolean isVariable(long arc); in isVariable() 89 public abstract boolean isReadable(long arc); in isReadable() 100 public abstract SnmpMibTable getTable(long arc); in getTable() 109 public void validateVarId(long arc, Object userData) in validateVarId() 137 public boolean isNestedArc(long arc) { in isNestedArc() 262 void registerNestedArc(long arc) { in registerNestedArc() 285 protected void registerObject(long arc) in registerObject() 344 long arc = oid[depth]; in findHandlingNode() local 417 long arc = oid[pos]; in findNextHandlingNode() local
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/snmp/agent/ |
H A D | SnmpMibGroup.java | 69 public abstract boolean isTable(long arc); in isTable() 79 public abstract boolean isVariable(long arc); in isVariable() 89 public abstract boolean isReadable(long arc); in isReadable() 100 public abstract SnmpMibTable getTable(long arc); in getTable() 109 public void validateVarId(long arc, Object userData) in validateVarId() 137 public boolean isNestedArc(long arc) { in isNestedArc() 262 void registerNestedArc(long arc) { in registerNestedArc() 285 protected void registerObject(long arc) in registerObject() 344 long arc = oid[depth]; in findHandlingNode() local 417 long arc = oid[pos]; in findNextHandlingNode() local
|
/dports/cad/opentimer/OpenTimer-18d28ff/ot/timer/ |
H A D | scc.cpp | 20 for(auto arc : to._fanin) { in _is_entry() local 34 for(auto arc : from._fanout) { in _is_exit() local 53 for(auto& arc : from->_fanout) { in _dump() local 73 for(auto arc : pin->_fanin) { in _clear() local 79 for(auto arc : pin->_fanout) { in _clear() local 98 for(auto arc : from._fanout) { in _unloop() local
|
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6_openGl/glGlyphy/glyphy/ |
H A D | glyphy-arc.cc | 44 glyphy_arc_t *arc) in glyphy_arc_from_conventional() 51 glyphy_arc_to_conventional (glyphy_arc_t arc, in glyphy_arc_to_conventional() 70 glyphy_arc_is_a_line (glyphy_arc_t arc) in glyphy_arc_is_a_line() 76 glyphy_arc_extents (glyphy_arc_t arc, in glyphy_arc_extents() 91 glyphy_arc_t *arc) in glyphy_arc_from_line() 100 glyphy_arc_t *arc, in glyphy_arc_from_conic() 118 glyphy_arc_t *arc, in glyphy_arc_from_cubic() 125 glyphy_arc_to_cubic (const glyphy_arc_t *arc, in glyphy_arc_to_cubic()
|
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6_openGl/glGlyphy/glyphy/ |
H A D | glyphy-arc.cc | 44 glyphy_arc_t *arc) in glyphy_arc_from_conventional() 51 glyphy_arc_to_conventional (glyphy_arc_t arc, in glyphy_arc_to_conventional() 70 glyphy_arc_is_a_line (glyphy_arc_t arc) in glyphy_arc_is_a_line() 76 glyphy_arc_extents (glyphy_arc_t arc, in glyphy_arc_extents() 91 glyphy_arc_t *arc) in glyphy_arc_from_line() 100 glyphy_arc_t *arc, in glyphy_arc_from_conic() 118 glyphy_arc_t *arc, in glyphy_arc_from_cubic() 125 glyphy_arc_to_cubic (const glyphy_arc_t *arc, in glyphy_arc_to_cubic()
|
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6_openGl/glGlyphy/glyphy/ |
H A D | glyphy-arc.cc | 44 glyphy_arc_t *arc) in glyphy_arc_from_conventional() 51 glyphy_arc_to_conventional (glyphy_arc_t arc, in glyphy_arc_to_conventional() 70 glyphy_arc_is_a_line (glyphy_arc_t arc) in glyphy_arc_is_a_line() 76 glyphy_arc_extents (glyphy_arc_t arc, in glyphy_arc_extents() 91 glyphy_arc_t *arc) in glyphy_arc_from_line() 100 glyphy_arc_t *arc, in glyphy_arc_from_conic() 118 glyphy_arc_t *arc, in glyphy_arc_from_cubic() 125 glyphy_arc_to_cubic (const glyphy_arc_t *arc, in glyphy_arc_to_cubic()
|
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6_openGl/glGlyphy/glyphy/ |
H A D | glyphy-arc.cc | 44 glyphy_arc_t *arc) in glyphy_arc_from_conventional() 51 glyphy_arc_to_conventional (glyphy_arc_t arc, in glyphy_arc_to_conventional() 70 glyphy_arc_is_a_line (glyphy_arc_t arc) in glyphy_arc_is_a_line() 76 glyphy_arc_extents (glyphy_arc_t arc, in glyphy_arc_extents() 91 glyphy_arc_t *arc) in glyphy_arc_from_line() 100 glyphy_arc_t *arc, in glyphy_arc_from_conic() 118 glyphy_arc_t *arc, in glyphy_arc_from_cubic() 125 glyphy_arc_to_cubic (const glyphy_arc_t *arc, in glyphy_arc_to_cubic()
|