Lines Matching refs:szRow
1004 int szRow; in editDist3Core() local
1045 szRow = f.n+1; in editDist3Core()
1046 memset(m, 0x01, (n2+1)*szRow*sizeof(m[0])); in editDist3Core()
1064 rx = szRow*(i2+b2); in editDist3Core()
1065 rxp = szRow*i2; in editDist3Core()
1069 updateCost(m, szRow*(i2+p->nTo), rxp, p->iCost); in editDist3Core()
1094 updateCost(m, cxd+p->nFrom+szRow*p->nTo, cxd, p->iCost); in editDist3Core()
1104 for(i1=0; i1<szRow; i1++){ in editDist3Core()
1112 for(i1=0; i1<szRow; i1++){ in editDist3Core()
1113 int v = m[(i2+1)*szRow+i1]; in editDist3Core()
1122 res = (int)m[szRow*(n2+1)-1]; in editDist3Core()
1126 int b = m[szRow*i2-1]; in editDist3Core()