Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp93 const UInt32 kStepSize = ((UInt32)1 << 22); in Code() local
94 if (curSize > kStepSize) in Code()
95 curSize = (SizeT)kStepSize; in Code()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp628 const FX_DWORD kStepSize = 10240; in FlateUncompress() local
629 FX_DWORD alloc_step = orig_size ? kStepSize : std::min(src_size, kStepSize); in FlateUncompress()
650 if (src_size < kStepSize) { in FlateUncompress()