Home
last modified time | relevance | path

Searched refs:PackSize (Results 1 – 9 of 9) 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.cpp547 info.PackSize = BenchInfo.PackSize + *outSize; in SetRatioInfo()
552 info.PackSize = BenchInfo.PackSize + *inSize; in SetRatioInfo()
969 bi.PackSize = 0; in Encode()
1024 bi.PackSize += compressedSize; in Encode()
1058 pi->BenchInfo.PackSize = 0; in Decode()
1135 pi->BenchInfo.PackSize += compressedSize; in Decode()
1324 info.PackSize = 0; in MethodBench()
1331 info.PackSize += encoder.compressedSize; in MethodBench()
1412 info.PackSize = 0; in MethodBench()
1419 info.PackSize += encoder.compressedSize; in MethodBench()
[all …]
DBench.h16 UInt64 PackSize; member
DExtract.cpp472 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()
637 case kpidPackSize: if (st.PackSize.Def) prop = st.PackSize.Val; break; in PrintItemInfo()
726 PrintNumber(f.TextAdjustment, f.Width, st.PackSize); in PrintSum()
1223 RINOK(GetUInt64Value(archive, i, kpidPackSize, st.PackSize)); in ListArchives()
1239 && !stat2.MainFiles.PackSize.Def in ListArchives()
1240 && !stat2.AltStreams.PackSize.Def) in ListArchives()
1244 stat2.MainFiles.PackSize.Add((numStreams == 0) ? 0 : arcPackSize); in ListArchives()
DMain.cpp1011 << "Compressed: " << stat.PackSize << endl; in Main2()
/external/clang/test/PCH/
Dmake-integer-seq.cpp6 static constexpr T PackSize = sizeof...(I); member
/external/clang/test/SemaCXX/
Dmake_integer_seq.cpp7 static constexpr T PackSize = sizeof...(I); member
/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp115 AddSizePair(s, IDS_PROP_PACKED_SIZE, Stat.PackSize); in ProcessVirt()