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

  /external/lzma/CPP/7zip/Compress/
LzmaDecoder.cpp 52 if (_inBuf == 0 || _inBufSize != _inBufSizeAllocated)
58 _inBufSizeAllocated = _inBufSize;
101 RINOK(inStream->Read(_inBuf, _inBufSizeAllocated, &_inSize));
182 RINOK(_inStream->Read(_inBuf, _inBufSizeAllocated, &_inSize));
230 RINOK(_inStream->Read(_inBuf, _inBufSizeAllocated, &_inSize));
LzmaDecoder.h 36 UInt32 _inBufSizeAllocated;

Completed in 973 milliseconds