Home
last modified time | relevance | path

Searched refs:tempEdges (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_restructuring.cpp54 vector<NFAEdge> &tempEdges) { in wireStartToTops() argument
59 tempEdges.push_back(e); in wireStartToTops()
98 vector<NFAEdge> tempEdges; in getStateOrdering() local
99 wireStartToTops(g, tops, tempEdges); in getStateOrdering()
105 remove_edges(tempEdges, g); in getStateOrdering()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESSolid/
H A DIGESSolid_ToolLoop.cxx73 Handle(IGESData_HArray1OfIGESEntity) tempEdges; in ReadOwnParams() local
90 tempEdges = new IGESData_HArray1OfIGESEntity(1, nbedges); in ReadOwnParams()
129 else tempEdges->SetValue(i, anent); in ReadOwnParams()
203 (tempTypes, tempEdges, tempIndex, tempOrientation, in ReadOwnParams()
271 Handle(IGESData_HArray1OfIGESEntity) tempEdges = in OwnCopy()
290 tempEdges->SetValue(i, anent); in OwnCopy()
314 ent->Init(tempTypes, tempEdges, tempIndex, tempOrientation, in OwnCopy()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A DCCGSubSurf.c290 ss->tempEdges = NULL; in ccgSubSurf_new()
306 MEM_freeN(ss->tempEdges); in ccgSubSurf_free()
476 ss->tempEdges = MEM_mallocN(sizeof(*ss->tempEdges) * ss->lenTempArrays, "CCGSubsurf tempEdges"); in ccgSubSurf_initFullSync()
696 ss->tempEdges = MEM_reallocN(ss->tempEdges, sizeof(*ss->tempEdges) * ss->lenTempArrays); in ccgSubSurf_syncFace()
712 memcmp(FACE_getEdges(f), ss->tempEdges, sizeof(*ss->tempEdges) * numVerts) != 0) { in ccgSubSurf_syncFace()
758 if (!ss->tempEdges[k]) { in ccgSubSurf_syncFace()
760 CCGEdge *e = ss->tempEdges[k] = _edge_new((CCGEdgeHDL)-1, in ccgSubSurf_syncFace()
783 memcmp(FACE_getEdges(f), ss->tempEdges, sizeof(*ss->tempEdges) * numVerts) != 0) { in ccgSubSurf_syncFace()
789 f = _face_new(fHDL, ss->tempVerts, ss->tempEdges, numVerts, ss); in ccgSubSurf_syncFace()
836 MEM_freeN(ss->tempEdges); in ccgSubSurf_processSync()
[all …]
H A DCCGSubSurf_intern.h200 CCGEdge **tempEdges; member
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dcm_load.c499 cbrushedge_t *tempEdges; in CMod_CreateBrushSideWindings() local
542 tempEdges = (cbrushedge_t *)Z_Malloc( sizeof( cbrushedge_t ) * numEdges ); in CMod_CreateBrushSideWindings()
559 side->winding->p[ k + 1 ], tempEdges, &brush->numEdges ); in CMod_CreateBrushSideWindings()
573 Com_Memcpy( brush->edges, tempEdges, edgesAlloc ); in CMod_CreateBrushSideWindings()
576 Z_Free( tempEdges ); in CMod_CreateBrushSideWindings()
/dports/games/tenebrae/tenebrae_0/
H A Dgl_rsurf.c2322 temp_connect_t *tempEdges; variable
2345 tempEdge = tempEdges+abs(lindex); in SetupSurfaceConnectivity()
2370 tempEdge = tempEdges+i; in PrintTempEdges()
2453 tempEdge = tempEdges+abs(lindex); in BuildPolyFromSurface()
2558 tempEdges = Hunk_TempAlloc(m->numedges * sizeof(temp_connect_t)); in GL_BuildLightmaps()
2562 tempEdges[i].used = 0; in GL_BuildLightmaps()
2563 tempEdges[i].poly[0] = NULL; in GL_BuildLightmaps()
2564 tempEdges[i].poly[1] = NULL; in GL_BuildLightmaps()
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlimex_compile.cpp547 vector<NFAEdge> tempEdges; in filterAccelStates() local
551 tempEdges.push_back(add_edge(g.start, v, g).first); in filterAccelStates()
559 tempEdges.push_back(e); // Remove edge later. in filterAccelStates()
572 remove_edges(tempEdges, g); in filterAccelStates()