Searched refs:GCVtx (Results 1 – 1 of 1) sorted by relevance
54 typedef struct GCVtx struct56 GCVtx *next; argument64 GCVtx; typedef68 GCVtx* dst;81 GCVtx** orphans;123 static int icvGCResizeOrphansBuf( GCVtx**& orphans, int norphans ) in icvGCResizeOrphansBuf()126 GCVtx** newOrphans = (GCVtx**)cvAlloc( newNOrphans*sizeof(orphans[0]) ); in icvGCResizeOrphansBuf()134 static int64 icvGCMaxFlow( GCVtx* vtx, int nvtx, GCEdge* edges, GCVtx**& _orphans, int& _maxOrphans… in icvGCMaxFlow()137 GCVtx stub, *nil = &stub, *first = nil, *last = nil; in icvGCMaxFlow()142 GCVtx** orphans = _orphans; in icvGCMaxFlow()[all …]