Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c1074 int cxd; /* Index of cell to the left and one row above */ in editDist3Core() local
1079 cxd = rxp + i1; in editDist3Core()
1080 cxu = cxd + b1; in editDist3Core()
1088 updateCost(m, cx, cxd, 0); in editDist3Core()
1090 updateCost(m, cx, cxd, pLang->iSubCost); in editDist3Core()
1094 updateCost(m, cxd+p->nFrom+szRow*p->nTo, cxd, p->iCost); in editDist3Core()