OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:packSizes
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp
368
const CRecordVector<UInt64> &
packSizes
,
372
if (
packSizes
.IsEmpty())
376
WriteNumber(
packSizes
.Size());
378
for (int i = 0; i <
packSizes
.Size(); i++)
379
WriteNumber(
packSizes
[i]);
547
CRecordVector<UInt64> &
packSizes
, CObjectVector<CFolder> &folders)
558
stream, NULL, &dataSize64, folderItem, SeqStream,
packSizes
, NULL))
571
for (i = 0; i < db.
PackSizes
.Size(); i++)
572
packedSize += db.
PackSizes
[i];
583
WritePackInfo(0, db.
PackSizes
,
[
all
...]
7zIn.cpp
496
CRecordVector<UInt64> &
packSizes
,
504
packSizes
.Clear();
505
packSizes
.Reserve(numPackStreams);
507
packSizes
.Add(ReadNumber());
691
CRecordVector<UInt64> &
packSizes
,
711
ReadPackInfo(dataOffset,
packSizes
, packCRCsDefined, packCRCs);
790
CRecordVector<UInt64>
packSizes
;
802
packSizes
,
840
&
packSizes
[packIndex], folder, outStream, NULL
855
UInt64 packSize =
packSizes
[packIndex++];
[
all
...]
Completed in 193 milliseconds