Home
last modified time | relevance | path

Searched refs:kStartMaxLen (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java25 static final int kStartMaxLen = 1; field in BinTree
136 int maxLen = kStartMaxLen; // to avoid items for len < hashSize; in GetMatches()
175 maxLen = kStartMaxLen; in GetMatches()
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs25 const UInt32 kStartMaxLen = 1; field in SevenZip.Compression.LZ.BinTree
136 UInt32 maxLen = kStartMaxLen; // to avoid items for len < hashSize; in GetMatches()
175 maxLen = kStartMaxLen; in GetMatches()

Completed in 2 milliseconds