Home
last modified time | relevance | path

Searched defs:volSize (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DSplitUtils.cpp87 UInt64 volSize = volSizes[i]; in GetNumberOfVolumes() local
92 UInt64 volSize = volSizes.Back(); in GetNumberOfVolumes() local
DPanelSplitFile.cpp170 UInt64 volSize; in ProcessVirt() local
/external/lzma/CPP/7zip/Common/
DMultiOutStream.cpp461 const UInt64 volSize = GetVolSize_for_Stream(i); in Normalize_finalMode() local
500 const UInt64 volSize = GetVolSize_for_Stream(Streams.Size()); in Normalize_finalMode() local
614 UInt64 volSize; in Z7_COM7F_IMF() local
828 const UInt64 volSize = GetVolSize_for_Stream(index); in Z7_COM7F_IMF() local
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp243 UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, bool props) in GetVolPureSize()