Lines Matching refs:matches
4298 int_u *matches, in fuzzy_match_compute_score() argument
4312 penalty = LEADING_LETTER_PENALTY * matches[0]; in fuzzy_match_compute_score()
4324 int_u currIdx = matches[i]; in fuzzy_match_compute_score()
4328 int_u prevIdx = matches[i - 1]; in fuzzy_match_compute_score()
4391 int_u *matches, in fuzzy_match_recursive() argument
4436 memcpy(matches, srcMatches, nextMatch * sizeof(srcMatches[0])); in fuzzy_match_recursive()
4446 &recursiveScore, strBegin, strLen, matches, in fuzzy_match_recursive()
4462 matches[nextMatch++] = strIdx; in fuzzy_match_recursive()
4480 *outScore = fuzzy_match_compute_score(strBegin, strLen, matches, in fuzzy_match_recursive()
4487 memcpy(matches, bestRecursiveMatches, maxMatches * sizeof(matches[0])); in fuzzy_match_recursive()
4518 int_u *matches, in fuzzy_match() argument
4566 matches + numMatches, maxMatches - numMatches, in fuzzy_match()
4630 int_u matches[MAX_FUZZY_MATCHES]; in fuzzy_match_in_list() local
4680 && fuzzy_match(itemstr, str, matchseq, &score, matches, in fuzzy_match_in_list()
4681 sizeof(matches) / sizeof(matches[0]))) in fuzzy_match_in_list()
4700 matches[j]) == FAIL) in fuzzy_match_in_list()