Home
last modified time | relevance | path

Searched defs:GetMatchLen (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CS/7zip/Compress/LZ/
DIMatchFinder.cs13 UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit); in GetMatchLen() method
DLzInWindow.cs108 public UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) in GetMatchLen() method in SevenZip.Compression.LZ.InWindow
DLzBinTree.cs74 public new UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) in GetMatchLen() method in SevenZip.Compression.LZ.BinTree
/external/lzma/Java/SevenZip/Compression/LZ/
DInWindow.java108 public int GetMatchLen(int index, int distance, int limit) in GetMatchLen() method in InWindow