Searched refs:targetCharCount (Results 1 – 1 of 1) sorted by relevance
235 UV swapCount, swapScore, targetCharCount, i, j; in S_edit_distance() local267 targetCharCount = find(head, tgt[j-1])->value; in S_edit_distance()268 …swapScore = scores[targetCharCount * (y + 2) + swapCount] + i - targetCharCount - 1 + j - swapCoun… in S_edit_distance()