Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
H A DMultiOutStream.cpp167 // this function check also _length and volSize
174 const UInt64 volSize = GetVolSize_for_Stream(index);
175 if (volSize == 0)
177 if (_length - s.Start < volSize)
458 const UInt64 volSize = GetVolSize_for_Stream(i); in Normalize_finalMode() local
460 if (size > volSize) in Normalize_finalMode()
461 size = volSize; in Normalize_finalMode()
463 if (_length - offset <= volSize) in Normalize_finalMode()
465 // _length - offset > volSize in Normalize_finalMode()
466 offset += volSize; in Normalize_finalMode()
497 const UInt64 volSize = GetVolSize_for_Stream(Streams.Size()); Normalize_finalMode() local
608 UInt64 volSize; Write() local
822 const UInt64 volSize = GetVolSize_for_Stream(index); SetRestriction() local
[all...]
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp224 UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, bool props) in GetVolPureSize() argument
228 if (volSize > headersSizeBase) in GetVolPureSize()
229 testSize = volSize - headersSizeBase; in GetVolPureSize()
234 if (volSize > headersSize) in GetVolPureSize()
235 pureSize = volSize - headersSize; in GetVolPureSize()
H A D7zOut.h324 static UInt64 GetVolPureSize(UInt64 volSize, int nameLength = 0, bool props = false);

Completed in 3 milliseconds