OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_numFastBytes
(Results
1 - 2
of
2
) sorted by null
/external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java
326
int
_numFastBytes
= kNumFastBytesDefault;
375
if (_dictionarySize == _dictionarySizePrev && _numFastBytesPrev ==
_numFastBytes
)
377
_matchFinder.Create(_dictionarySize, kNumOpts,
_numFastBytes
, Base.kMatchMaxLen + 1);
379
_numFastBytesPrev =
_numFastBytes
;
438
if (lenRes ==
_numFastBytes
)
580
if (repLens[repMaxIndex] >=
_numFastBytes
)
588
if (lenMain >=
_numFastBytes
)
704
if (newLen >=
_numFastBytes
)
845
if (numAvailableBytes >
_numFastBytes
)
846
numAvailableBytes =
_numFastBytes
;
[
all
...]
/external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs
326
UInt32
_numFastBytes
= kNumFastBytesDefault;
375
if (_dictionarySize == _dictionarySizePrev && _numFastBytesPrev ==
_numFastBytes
)
377
_matchFinder.Create(_dictionarySize, kNumOpts,
_numFastBytes
, Base.kMatchMaxLen + 1);
379
_numFastBytesPrev =
_numFastBytes
;
438
if (lenRes ==
_numFastBytes
)
580
if (repLens[repMaxIndex] >=
_numFastBytes
)
588
if (lenMain >=
_numFastBytes
)
704
if (newLen >=
_numFastBytes
)
845
if (numAvailableBytes >
_numFastBytes
)
846
numAvailableBytes =
_numFastBytes
;
[
all
...]
Completed in 76 milliseconds