Home
last modified time | relevance | path

Searched defs:GetMatches (Results 1 – 4 of 4) 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.h100 Mf_GetMatches_Func GetMatches; member
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java118 public int GetMatches(int[] distances) throws IOException in GetMatches() method in BinTree