OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:volsize
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp
237
UInt64 COutArchive::GetVolPureSize(UInt64
volSize
, int nameLength, bool props)
241
if (
volSize
> headersSizeBase)
242
testSize =
volSize
- headersSizeBase;
247
if (
volSize
> headersSize)
248
pureSize =
volSize
- headersSize;
7zOut.h
312
static UInt64 GetVolPureSize(UInt64
volSize
, int nameLength = 0, bool props = false);
/external/lzma/CPP/7zip/UI/Common/
Update.cpp
178
UInt64
volSize
= Sizes[index];
180
if (_offsetPos >=
volSize
)
182
_offsetPos -=
volSize
;
194
UInt32 curSize = (UInt32)MyMin((UInt64)size,
volSize
- altStream.Pos);
208
if (altStream.Pos ==
volSize
)
[
all
...]
Completed in 175 milliseconds