Home
last modified time | relevance | path

Searched refs:_matchMaxLen (Results 1 – 2 of 2) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java11 int _matchMaxLen; field in BinTree
91 _matchMaxLen = matchMaxLen; in Create()
121 if (_pos + _matchMaxLen <= _streamPos) in GetMatches()
122 lenLimit = _matchMaxLen; in GetMatches()
257 if (_pos + _matchMaxLen <= _streamPos) in Skip()
258 lenLimit = _matchMaxLen; in Skip()
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs11 UInt32 _matchMaxLen; field in SevenZip.Compression.LZ.BinTree
91 _matchMaxLen = matchMaxLen; in Create()
121 if (_pos + _matchMaxLen <= _streamPos) in GetMatches()
122 lenLimit = _matchMaxLen; in GetMatches()
257 if (_pos + _matchMaxLen <= _streamPos) in Skip()
258 lenLimit = _matchMaxLen; in Skip()