Home
last modified time | relevance | path

Searched refs:_bufSize (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/Common/
DOutBuffer.cpp14 if (_buf != 0 && _bufSize == bufSize) in Create()
17 _bufSize = bufSize; in Create()
31 _limitPos = _bufSize; in Init()
44 res += _bufSize; in GetProcessedSize()
52 UInt32 size = (_streamPos >= _pos) ? (_bufSize - _streamPos) : (_pos - _streamPos); in FlushPart()
74 if (_streamPos == _bufSize) in FlushPart()
76 if (_pos == _bufSize) in FlushPart()
81 _limitPos = (_streamPos > _pos) ? _streamPos : _bufSize; in FlushPart()
DStreamBinder.cpp58 _bufSize = 0; in ReInit()
71 _bufSize = 0; in CreateStreams()
98 if (size > _bufSize) in Read()
99 size = _bufSize; in Read()
107 _bufSize -= size; in Read()
108 if (_bufSize == 0) in Read()
129 _bufSize = size; in Write()
143 size -= _bufSize; in Write()
DFilterCoder.cpp37 if (!_buf || _bufSize != size) in Alloc()
42 _bufSize = size; in Alloc()
54 _bufSize(0), in CFilterCoder()
82 size_t processedSize = _bufSize - pos; in Code()
85 inputFinished = (endPos != _bufSize); in Code()
93 if (!inputFinished || pos > _bufSize) in Code()
201 if (_bufPos != _bufSize) in Write()
203 UInt32 num = MyMin(size, _bufSize - _bufPos); in Write()
210 if (_bufPos != _bufSize) in Write()
243 if (_convSize > _bufSize) in OutStreamFinish()
[all …]
DInBuffer.cpp15 _bufSize(0), in CInBufferBase()
25 if (_bufBase != 0 && _bufSize == bufSize) in Create()
28 _bufSize = bufSize; in Create()
64 HRESULT result = _stream->Read(_bufBase, (UInt32)_bufSize, &processed); in ReadBlock()
DStreamBinder.h32 UInt32 _bufSize; variable
55 _bufSize = 0; in CloseWrite()
DInBuffer.h25 size_t _bufSize; // actually it's number of Bytes for next read. The buf can be larger variable
50 _bufSize = bufSize; in SetBuf()
DOutBuffer.h24 UInt32 _bufSize; variable
DFilterCoder.h90 UInt32 _bufSize; variable