Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c1073 int cxp; /* Index of cell immediately to the left */ in editDist3Core() local
1077 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()