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.c1011 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()
DLzFind.h100 Mf_GetMatches_Func GetMatches; member
DLzFindMt.c774 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt_GetMatches;
782 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt2_GetMatches;
DLzmaEnc.c871 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()