Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DInOutTempBuffer.cpp16 static const size_t kTempBufSize = (1 << 20); variable
25 _buf = new Byte[kTempBufSize]; in Create()
63 size_t cur = kTempBufSize - _bufPos; in Write()
101 if (!inFile.ReadPart(_buf, kTempBufSize, processed)) in WriteToStream()
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp1329 static const UInt32 kTempBufSize = 1 << 16; variable
1346 _buf = new Byte[kTempBufSize]; in CFolderInStream2()
1375 if (cur > kTempBufSize) in Read()
1376 cur = kTempBufSize; in Read()