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

/external/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp31 UInt64 _rem; member in class:NArchive::N7z::CFolderOutStream
100 _rem = fi.Size;
154 UInt32 cur = (size < _rem ? size : (UInt32)_rem);
164 _rem -= cur;
165 if (_rem == 0)
H A D7zUpdate.cpp1174 UInt64 _rem; member in class:NArchive::N7z::CRepackStreamBase
1223 _rem = fi.Size;
1284 UInt32 cur = (size < _rem ? size : (UInt32)_rem);
1294 _rem -= cur;
1295 if (_rem == 0)
1360 UInt32 cur = (size < _rem ? size : (UInt32)_rem);
1374 _rem -= cur;
1387 if (_rem
[all...]

Completed in 63 milliseconds