Searched refs:longestMatch (Results 1 – 4 of 4) sorted by relevance
711 MatchInfo longestMatch = null; in findBestMatch() local713 if (longestMatch == null || match.matchLength() > longestMatch.matchLength()) { in findBestMatch()714 longestMatch = match; in findBestMatch()717 if (longestMatch != null) { in findBestMatch()718 bestMatch = createGenericMatchInfo(longestMatch); in findBestMatch()
716 MatchInfo longestMatch = null; in findBestMatch() local718 if (longestMatch == null || match.matchLength() > longestMatch.matchLength()) { in findBestMatch()719 longestMatch = match; in findBestMatch()722 if (longestMatch != null) { in findBestMatch()723 bestMatch = createGenericMatchInfo(longestMatch); in findBestMatch()
429 matchLength = longestMatch(hashHead); in compress()483 int matchLength = longestMatch(hashHead); in longestMatchForNextPosition()532 private int longestMatch(int matchHead) { in longestMatch() method in LZ77Compressor
458 return {longestMatch(Filename, Paths).second, 0}; in pickWinner()474 SubstringAndIndex longestMatch(StringRef Key, in longestMatch() function in clang::tooling::__anond7485b900111::FileIndex