OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_matchMaxLen
(Results
1 - 2
of
2
) sorted by null
/external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java
11
int
_matchMaxLen
;
91
_matchMaxLen
= matchMaxLen;
121
if (_pos +
_matchMaxLen
<= _streamPos)
122
lenLimit =
_matchMaxLen
;
257
if (_pos +
_matchMaxLen
<= _streamPos)
258
lenLimit =
_matchMaxLen
;
/external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs
11
UInt32
_matchMaxLen
;
91
_matchMaxLen
= matchMaxLen;
121
if (_pos +
_matchMaxLen
<= _streamPos)
122
lenLimit =
_matchMaxLen
;
257
if (_pos +
_matchMaxLen
<= _streamPos)
258
lenLimit =
_matchMaxLen
;
Completed in 511 milliseconds