Home
last modified time | relevance | path

Searched refs:GetMatches (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CS/7zip/Compress/LZ/
DIMatchFinder.cs21 UInt32 GetMatches(UInt32[] distances); in GetMatches() method
DLzBinTree.cs118 public UInt32 GetMatches(UInt32[] distances) in GetMatches() method in SevenZip.Compression.LZ.BinTree
/external/lzma/C/
DLzFind.c745 vTable->GetMatches = (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches; in MatchFinder_CreateVTable()
750 vTable->GetMatches = (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches; in MatchFinder_CreateVTable()
755 vTable->GetMatches = (Mf_GetMatches_Func)Bt3_MatchFinder_GetMatches; in MatchFinder_CreateVTable()
760 vTable->GetMatches = (Mf_GetMatches_Func)Bt4_MatchFinder_GetMatches; in MatchFinder_CreateVTable()
DLzFind.h97 Mf_GetMatches_Func GetMatches; member
DLzFindMt.c765 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt_GetMatches;
772 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt2_GetMatches;
DLzmaEnc.c831 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches); in ReadMatchDistances()
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java118 public int GetMatches(int[] distances) throws IOException in GetMatches() method in BinTree
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java434 _numDistancePairs = _matchFinder.GetMatches(_matchDistances); in ReadMatchDistances()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs434 numDistancePairs = _matchFinder.GetMatches(_matchDistances); in ReadMatchDistances()