Home
last modified time | relevance | path

Searched refs:PackSize (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DExtract.h68 UInt64 PackSize; member
75 …NumArchives = UnpackSize = AltStreams_UnpackSize = PackSize = NumFolders = NumFiles = NumAltStream… in Clear()
DBench.cpp544 info.PackSize = BenchInfo.PackSize + *outSize; in SetRatioInfo()
549 info.PackSize = BenchInfo.PackSize + *inSize; in SetRatioInfo()
966 bi.PackSize = 0; in Encode()
1021 bi.PackSize += compressedSize; in Encode()
1055 pi->BenchInfo.PackSize = 0; in Decode()
1132 pi->BenchInfo.PackSize += compressedSize; in Decode()
1322 info.PackSize = 0; in MethodBench()
1329 info.PackSize += encoder.compressedSize; in MethodBench()
1410 info.PackSize = 0; in MethodBench()
1417 info.PackSize += encoder.compressedSize; in MethodBench()
[all …]
DBench.h18 UInt64 PackSize; member
DExtract.cpp480 st.PackSize = ecs->LocalProgressSpec->InSize; in Extract()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp325 CListUInt64Def PackSize; member
333 PackSize.Add(st.PackSize); in Update()
633 case kpidPackSize: if (st.PackSize.Def) prop = st.PackSize.Val; break; in PrintItemInfo()
723 PrintNumber(f.TextAdjustment, f.Width, st.PackSize); in PrintSum()
1294 RINOK(GetUInt64Value(archive, i, kpidPackSize, st.PackSize)); in ListArchives()
1310 && !stat2.MainFiles.PackSize.Def in ListArchives()
1311 && !stat2.AltStreams.PackSize.Def) in ListArchives()
1315 stat2.MainFiles.PackSize.Add((numStreams == 0) ? 0 : arcPackSize); in ListArchives()
DMain.cpp1020 << "Compressed: " << stat.PackSize << endl; in Main2()
/external/clang/test/PCH/
Dmake-integer-seq.cpp6 static constexpr T PackSize = sizeof...(I); member
/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp123 AddSizeValuePair(Pairs, IDS_PROP_PACKED_SIZE, Stat.PackSize); in ProcessVirt()
131 AddSizePair(s, IDS_PROP_PACKED_SIZE, Stat.PackSize); in ProcessVirt()
/external/clang/test/SemaCXX/
Dmake_integer_seq.cpp7 static constexpr T PackSize = sizeof...(I); member
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp41 UInt64 PackSize; // pure value from Index record, it doesn't include pad zeros member
584 block.PackSize = bs.totalSize; // packSizeAligned; in Open2()
605 block.PackSize = 0; in Open2()
870 RINOK(DecodeBlock(xz, _handlerSpec->_seqStream, block.StreamFlags, block.PackSize, in Read()