Searched defs:kInBufSize (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DLzma2Decoder.cpp27 static const UInt32 kInBufSize = 1 << 20; member in namespace:NCompress::NLzma2
50 _inBuf = (Byte *)MyAlloc(kInBufSize);
88 RINOK(inStream->Read(_inBuf, kInBufSize, &_inSize));
155 RINOK(_inStream->Read(_inBuf, kInBufSize, &_inSize));
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp488 const UInt32 kInBufSize = 1 << 15; local
498 xzu.InBuf = (Byte *)MyAlloc(kInBufSize);
509 RINOK(_seqStream->Read(xzu.InBuf, kInBufSize, &inSize));

Completed in 87 milliseconds