Home
last modified time | relevance | path

Searched refs:_outBufSize (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp29 _outBufSize(1 << 22), in CDecoder()
49 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize()
97 … next = (_state.dicBufSize - _state.dicPos < _outBufSize) ? _state.dicBufSize : (_state.dicPos + _… in CodeSpec()
143 …next = (_state.dicBufSize - _state.dicPos < _outBufSize) ? _state.dicBufSize : (_state.dicPos + _o… in CodeSpec()
DBcj2Coder.cpp256 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize()
259 _outBufSize(1 << 16) in CDecoder()
278 if (!_outStream.Create(_outBufSize)) return E_OUTOFMEMORY; in CodeReal()
DBcj2Coder.h62 UInt32 _outBufSize; variable
DLzmaDecoder.h38 UInt32 _outBufSize; variable