Searched refs:cxp (Results 1 – 1 of 1) sorted by relevance
1073 int cxp; /* Index of cell immediately to the left */ in editDist3Core() local1077 cxp = rx + i1; in editDist3Core()1078 cx = cxp + b1; in editDist3Core()1081 updateCost(m, cx, cxp, pLang->iDelCost); in editDist3Core()1084 updateCost(m, cxp+p->nFrom, cxp, p->iCost); in editDist3Core()