Searched refs:prevIdx (Results 1 – 1 of 1) sorted by relevance
4328 int_u prevIdx = matches[i - 1]; in fuzzy_match_compute_score() local4331 if (currIdx == (prevIdx + 1)) in fuzzy_match_compute_score()4334 score += GAP_PENALTY * (currIdx - prevIdx); in fuzzy_match_compute_score()