HomeSort by relevance Sort by last modified time
    Searched refs:kStepSize (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Compress/
Lzma2Decoder.cpp 93 const UInt32 kStepSize = ((UInt32)1 << 22);
94 if (curSize > kStepSize)
95 curSize = (SizeT)kStepSize;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp 628 const FX_DWORD kStepSize = 10240;
629 FX_DWORD alloc_step = orig_size ? kStepSize : std::min(src_size, kStepSize);
650 if (src_size < kStepSize) {

Completed in 298 milliseconds