Searched refs:_absPos (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp53 UInt64 _absPos; member in class:COutMultiVolStream
75 _absPos = 0;
165 _absPos += realProcessed;
166 if (_absPos > _length)
167 _length = _absPos;
191 _absPos = offset;
194 _absPos += offset;
197 _absPos = _length + offset;
200 _offsetPos = _absPos;
202 *newPosition = _absPos;
[all...]

Completed in 113 milliseconds