Home
last modified time | relevance | path

Searched refs:kStartMaxLen (Results 1 – 3 of 3) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZ/
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()
/external/lzma/CS/7zip/Compress/LZ/
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()
/external/lzma/C/
DLzFind.c17 #define kStartMaxLen 3 macro