Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp153 while (_convSize != 0) in Flush2()
155 UInt32 num = _convSize; in Flush2()
171 _convSize -= processed; in Flush2()
215 _convSize = Filter->Filter(_buf, _bufPos); in Write()
217 if (_convSize == 0) in Write()
219 if (_convSize > _bufPos) in Write()
222 _convSize = 0; in Write()
237 _convSize = Filter->Filter(_buf, _bufPos); in OutStreamFinish()
238 if (_convSize == 0) in OutStreamFinish()
239 _convSize = _bufPos; in OutStreamFinish()
[all …]
DFilterCoder.h103 UInt32 _convSize; // size of converted data starting from _convPos variable
109 _convSize = 0; in InitSpecVars()