Home
last modified time | relevance | path

Searched refs:nextE (Results 1 – 25 of 55) sorted by relevance

123

/dports/net/seda/seda-release-20020712/seda/src/seda/sandStorm/core/
H A DssTimer.java77 nextE = null; in ssTimerEvent()
182 tail_event.nextE = null; in cancelEvent()
189 head_event = head_event.nextE; in cancelEvent()
199 evt.prevE.nextE = evt.nextE; in cancelEvent()
200 evt.nextE.prevE = evt.prevE; in cancelEvent()
207 evt.nextE = null; in cancelEvent()
227 newTimer.nextE = head_event; in insertEvent()
236 tail_event.nextE = newTimer; in insertEvent()
248 prevE.nextE = newTimer; in insertEvent()
250 newTimer.nextE = curE; in insertEvent()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/livarot/
H A DShape.cpp1153 a.prevE = a.nextE = -1; in AddEdge()
1228 a.prevE = a.nextE = -1; in AddEdge()
1315 if (getEdge(a).nextE >= 0 && getEdge(a).nextE != b) in SwapEdges()
1375 if (getEdge(b).nextE >= 0 && getEdge(b).nextE != a) in SwapEdges()
1425 if (getEdge(a).nextE == b) in SwapEdges()
1426 _aretes[a].nextE = a; in SwapEdges()
1433 if (getEdge(b).nextE == a) in SwapEdges()
1434 _aretes[a].nextE = b; in SwapEdges()
1897 _aretes[b].nextE = -1; in ConnectEnd()
1964 _aretes[getEdge(b).prevE].nextE = getEdge(b).nextE; in DisconnectEnd()
[all …]
H A DShape.h173 return getEdge(b).nextE; in NextAt()
201 if (getEdge(b).nextE < 0) { in CycleNextAt()
205 return getEdge(b).nextE; in CycleNextAt()
361 … int nextE, prevE; // next and previous edge in the double-linked list at the end point member
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/lib/
H A Dinternal.h640 struct MHD_Connection *nextE; member
877 struct MHD_UpgradeResponseHandle *nextE; member
1830 (element)->nextE = (head); \
1849 (head) = (element)->nextE; \
1851 (element)->prevE->nextE = (element)->nextE; \
1852 if ((element)->nextE == NULL) \
1855 (element)->nextE->prevE = (element)->prevE; \
1856 (element)->nextE = NULL; \
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/microhttpd/
H A Dinternal.h582 struct MHD_Connection *nextE; member
1048 struct MHD_UpgradeResponseHandle *nextE; member
1769 (element)->nextE = (head); \
1789 (head) = (element)->nextE; \
1791 (element)->prevE->nextE = (element)->nextE; \
1792 if ((element)->nextE == NULL) \
1795 (element)->nextE->prevE = (element)->prevE; \
1796 (element)->nextE = NULL; \
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/microhttpd/
H A Dinternal.h918 struct MHD_Connection *nextE; member
1449 struct MHD_UpgradeResponseHandle *nextE; member
2273 (element)->nextE = (head); \
2294 (head) = (element)->nextE; \
2296 (element)->prevE->nextE = (element)->nextE; \
2298 if ((element)->nextE == NULL) { \
2301 (element)->nextE->prevE = (element)->prevE; \
2303 (element)->nextE = NULL; \
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/
H A Dbmsh3d_vertex.cxx104 const bmsh3d_edge* nextE = find_unvisited_E_(); in detect_vtopo_type() local
105 while (nextE != nullptr) { in detect_vtopo_type()
106 check_2_manifold_(nextE, cond); in detect_vtopo_type()
115 nextE = find_unvisited_E_(); in detect_vtopo_type()
360 const bmsh3d_edge* nextE = V->find_unvisited_E_(); in get_non_manifold_1ring_extra_Fs() local
361 return nextE->halfedge()->face(); in get_non_manifold_1ring_extra_Fs()
H A Dbmsh3d_face.cxx195 bmsh3d_edge* nextE = nextHE->edge(); in find_next_E() local
197 if (nextE->is_V_incident (inputV)) in find_next_E()
198 return nextE; in find_next_E()
200 else if (nextE == inputE) { in find_next_E()
227 bmsh3d_edge* nextE = nextHE->edge(); in find_next_HE() local
229 if (nextE->is_V_incident (inputV)) in find_next_HE()
/dports/graphics/polyclipping/polyclipping-6.4.2/Third Party/python/
H A Dclipper.py255 e.nextE = eNext
297 e = e.nextE
305 e = e.nextE
318 if e.nextE.Top.y == e.Top.y and e.nextE.dx != horizontal: break
322 return e.nextE
473 if not _IsMaxima(e.nextE, e.Top.y) or e.nextE.Top.x != e.Top.x:
476 return e.nextE
954 if nextE is not None: nextE.prevInAEL = e1
963 if nextE is not None: nextE.prevInAEL = e2
987 if nextE is not None: nextE.prevInSEL = e1
[all …]
/dports/games/spring/spring_98.0/AI/Skirmish/RAI/
H A DBasicArray.h33 bool nextE(basicArrayType *&nextElement) in nextE() function
40 bool nextE(basicArrayType &nextElement) in nextE() function
H A DBuilderPlacement.cpp264 for( MobileTypes.begin(); MobileTypes.nextE(MT); ) in cBuilderPlacement()
340 for( MobileTypes.begin(); MobileTypes.nextE(MT); ) in cBuilderPlacement()
349 for( MobileTypes.begin(); MobileTypes.nextE(MT); ) in cBuilderPlacement()
397 for( MobileTypes.begin(); MobileTypes.nextE(MT); ) in cBuilderPlacement()
432 for( RLIList.begin(); RLIList.nextE(RLI); ) in cBuilderPlacement()
510 for( MobileTypes.begin(); RSD->bestDistance == 0 && MobileTypes.nextE(MT); ) in cBuilderPlacement()
537 for( MobileTypes.begin(); RSD->bestDistance == 0 && MobileTypes.nextE(MT); ) in cBuilderPlacement()
561 for( RLIList.begin(); RLIList.nextE(RLI); ) in cBuilderPlacement()
591 for( MobileTypes.begin(); RSD->bestDistance == 0 && MobileTypes.nextE(MT); ) in cBuilderPlacement()
662 for( RLIList.begin(); RLIList.nextE(RLI); ) in cBuilderPlacement()
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dlcd_time.c298 Enginetime nextE = NULL; in free_etimelist() local
306 nextE = e->next; in free_etimelist()
309 e = nextE; in free_etimelist()
/dports/math/ogdf/OGDF/include/ogdf/graphalg/
H A DSteinerTreePreprocessing.h1043 for (edge e = m_copyGraph.firstEdge(), nextE; e; e = nextE) { in terminalDistanceTest() local
1044 nextE = e->succ(); in terminalDistanceTest()
1104 for (edge e = m_copyGraph.firstEdge(), nextE; e; e = nextE) { in longEdgesTest() local
1105 nextE = e->succ(); in longEdgesTest()
1239 for (edge e = m_copyGraph.firstEdge(), nextE; e; e = nextE) { in PTmTest() local
1240 nextE = e->succ(); in PTmTest()
1687 for (edge e = m_copyGraph.firstEdge(), nextE; e; e = nextE) { in deleteEdgesAboveUpperBound() local
1688 nextE = e->succ(); in deleteEdgesAboveUpperBound()
/dports/devel/vcglib/vcglib-2020.09/apps/QT/trimesh_pos_demo/
H A Dwindow.cpp45 neButton = createButton("NextE() {FlipE() + FlipF() }",SLOT(nextE( ))); in Window()
H A Dglwidget.h71 void nextE( );
H A Dglwidget.cpp121 void GLWidget::nextE( ){ in nextE() function in GLWidget
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Dmiscutil.h336 KeyValuePair(const K_Type & k,const V_Type & v, KeyValuePair<K,V> * nextE = 0):
337 key_(k), value_(v), nextEntry(nextE) {}
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Modeling/src/
H A DWorkGraph.cpp438 auto nextE = boost::add_edge(nextV, vNew, newGraph->graph); in RecursiveCut() local
439 …newGraph->graph[nextE.first] = std::make_shared<WorkGraphEdge>(graph[*e]->outputDim, graph[*e]->in… in RecursiveCut()
463 auto nextE = boost::add_edge(nextV, vNew, newGraph->graph); in RecursiveCut() local
464 …newGraph->graph[nextE.first] = std::make_shared<WorkGraphEdge>(graph[*e]->outputDim, graph[*e]->in… in RecursiveCut()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvectorimage/
H A Dtregion.cpp981 int nextE = (e + 1) % int(m_edge.size()); in leftScanlineIntersections() local
984 &p1 = m_edge[nextE]->m_s->getPoint(m_edge[nextE]->m_w0); in leftScanlineIntersections()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp1629 ElementsIterT nextIt = nextItPair.first, nextE = nextItPair.second; in verifyAttributes() local
1630 for (; nextIt != nextE; ++nextIt) { in verifyAttributes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp2264 ElementsIterT nextIt = nextItPair.first, nextE = nextItPair.second; in verifyAttributes() local
2265 for (; nextIt != nextE; ++nextIt) { in verifyAttributes()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix_Wire.cxx3444 TopoDS_Edge prevE = sewd->Edge(prev), nextE = sewd->Edge(next); in FixDummySeam() local
3450 tmpE1 = sbe.CopyReplaceVertices ( nextE, Vm, TopoDS_Vertex()); in FixDummySeam()
3452 if ( !Context().IsNull() ) Context()->Replace ( nextE, tmpE1); in FixDummySeam()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp2421 ElementsIterT nextIt = nextItPair.first, nextE = nextItPair.second; in verifyAttributes() local
2422 for (; nextIt != nextE; ++nextIt) { in verifyAttributes()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp2485 ElementsIterT nextIt = nextItPair.first, nextE = nextItPair.second; in verifyAttributes() local
2486 for (; nextIt != nextE; ++nextIt) { in verifyAttributes()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp2485 ElementsIterT nextIt = nextItPair.first, nextE = nextItPair.second; in verifyAttributes() local
2486 for (; nextIt != nextE; ++nextIt) { in verifyAttributes()

123