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

  /external/lzma/CPP/7zip/Common/
InOutTempBuffer.cpp 16 static const size_t kTempBufSize = (1 << 20);
25 _buf = new Byte[kTempBufSize];
63 size_t cur = kTempBufSize - _bufPos;
101 if (!inFile.ReadPart(_buf, kTempBufSize, processed))
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp     [all...]

Completed in 59 milliseconds