Home
last modified time | relevance | path

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

/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dfts_fuzzy_match.cc80 uint8_t recursiveMatches[256]; in fuzzy_match_recursive() local
82 …ve(pattern, str + 1, recursiveScore, strBegin, matches, recursiveMatches, sizeof(recursiveMatches)… in fuzzy_match_recursive()
86 memcpy(bestRecursiveMatches, recursiveMatches, 256); in fuzzy_match_recursive()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A Dfts_fuzzy_match.h144 pos_type recursiveMatches[max_matches + 1]; // with the room for the stopper in fuzzy_match_recursive() local
146 …atch_recursive(pattern, str + 1, recursiveScore, strBegin, matches, recursiveMatches, nextMatch, r… in fuzzy_match_recursive()
150 copy_matches(bestRecursiveMatches, recursiveMatches); in fuzzy_match_recursive()
/dports/devel/kf5-kcoreaddons/kcoreaddons-5.89.0/src/lib/text/
H A Dkfuzzymatcher.cpp78 uint8_t recursiveMatches[maxMatches]; in match_recursive() local
82 strEnd, patternEnd, matches, recursiveMatches, in match_recursive()
86 memcpy(bestRecursiveMatches, recursiveMatches, maxMatches); in match_recursive()
/dports/editors/kate/kate-21.12.3/shared/
H A Dkfts_fuzzy_match.h177 uint8_t recursiveMatches[maxMatches]; in fuzzy_match_recursive() local
188 recursiveMatches, in fuzzy_match_recursive()
194 memcpy(bestRecursiveMatches, recursiveMatches, maxMatches); in fuzzy_match_recursive()
/dports/editors/vim/vim-8.2.3745/src/
H A Dsearch.c4425 int_u recursiveMatches[MAX_FUZZY_MATCHES]; in fuzzy_match_recursive() local
4447 recursiveMatches, in fuzzy_match_recursive()
4448 ARRAY_LENGTH(recursiveMatches), in fuzzy_match_recursive()
4454 memcpy(bestRecursiveMatches, recursiveMatches, in fuzzy_match_recursive()
4455 MAX_FUZZY_MATCHES * sizeof(recursiveMatches[0])); in fuzzy_match_recursive()