Home
last modified time | relevance | path

Searched refs:freerow (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/shape/src/
H A Dsc_dis.cpp519 int i=0, imin=0, numfree=0, prvnumfree=0, f=0, i0=0, k=0, freerow=0; in hungarian() local
645 freerow = free[f]; // start row of augmenting path. in hungarian()
650 d[j] = costMatrix.at<float>(freerow,j) - v[j]; in hungarian()
651 pred[j] = float(freerow); in hungarian()
741 }while (i != freerow); in hungarian()
/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dlibpam.c354 unsigned int freerow; in pnm_allocpamarray() local
357 for (freerow = 0; freerow < row; ++freerow) in pnm_allocpamarray()
/dports/cad/alliance/alliance/src/sea/src/
H A DDEF_drive.c136 static void freerow __FP((void));
531 static void freerow() in freerow() function
1698 freerow ();
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/genrows/
H A Dgenrows.c1604 ROW_BOX *freerow, *freeseg ; /* used to free data */ in remakerows() local
1617 freerow = set_of_rowsS ; in remakerows()
1619 Ysafe_free( freerow ) ; in remakerows()