Searched refs:GetMatches (Results 1 – 9 of 9) sorted by relevance
21 UInt32 GetMatches(UInt32[] distances); in GetMatches() method
118 public UInt32 GetMatches(UInt32[] distances) in GetMatches() method in SevenZip.Compression.LZ.BinTree
1011 vTable->GetMatches = (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches; in MatchFinder_CreateVTable()1024 vTable->GetMatches = (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches; in MatchFinder_CreateVTable()1029 vTable->GetMatches = (Mf_GetMatches_Func)Bt3_MatchFinder_GetMatches; in MatchFinder_CreateVTable()1034 vTable->GetMatches = (Mf_GetMatches_Func)Bt4_MatchFinder_GetMatches; in MatchFinder_CreateVTable()
100 Mf_GetMatches_Func GetMatches; member
774 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt_GetMatches;782 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt2_GetMatches;
871 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches); in ReadMatchDistances()
118 public int GetMatches(int[] distances) throws IOException in GetMatches() method in BinTree
434 _numDistancePairs = _matchFinder.GetMatches(_matchDistances); in ReadMatchDistances()
434 numDistancePairs = _matchFinder.GetMatches(_matchDistances); in ReadMatchDistances()