Home
last modified time | relevance | path

Searched refs:_rem (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zFolderOutStream.cpp50 _rem = fi.Size; in OpenFile()
92 UInt32 cur = size < _rem ? size : (UInt32)_rem; in Write()
98 _rem -= cur; in Write()
101 if (_rem == 0) in Write()
D7zFolderOutStream.h31 UInt64 _rem; variable
D7zUpdate.cpp518 UInt64 _rem; member in NArchive::N7z::CFolderOutStream2
565 _rem = _db->Files[_startIndex + _currentIndex].Size; in OpenFile()
600 UInt32 cur = size < _rem ? size : (UInt32)_rem; in Write()
606 _rem -= cur; in Write()
609 if (_rem == 0) in Write()