Searched refs:PackSize (Results 1 - 8 of 8) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Extract.h | 78 UInt64 PackSize;
member 85 NumArchives = UnpackSize = AltStreams_UnpackSize = PackSize = NumFolders = NumFiles = NumAltStreams = 0;
in Clear()
|
H A D | Bench.cpp | 621 info.PackSize = BenchInfo.PackSize + *outSize;
626 info.PackSize = BenchInfo.PackSize + *inSize;
852 return props.GetRating_Dec(GlobalTime, GlobalFreq, UnpackSize, PackSize, NumIterations);
1401 bi.PackSize = 0;
1503 bi.PackSize += compressedSize;
1509 info.PackSize = 0;
1513 info.PackSize = compressedSize;
1554 pi->BenchInfo.PackSize [all...] |
H A D | Bench.h | 20 UInt64 PackSize;
member 26 UnpackSize and PackSize are total sizes of all iterations of current thread
29 UnpackSize and PackSize are total sizes of all threads
|
H A D | Extract.cpp | 568 st.PackSize = ecs->LocalProgressSpec->InSize;
in Extract()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | List.cpp | 330 CListUInt64Def PackSize;
member 338 PackSize.Add(st.PackSize);
in Update() 650 case kpidPackSize: if (st.PackSize.Def) prop = st.PackSize.Val; break;
in PrintItemInfo() 748 PrintNumber(f.TextAdjustment, f.Width, st.PackSize);
in PrintSum() 1325 RINOK(GetUInt64Value(archive, i, kpidPackSize, st.PackSize))
in ListArchives() 1341 && !stat2.MainFiles.PackSize.Def
in ListArchives() 1342 && !stat2.AltStreams.PackSize.Def)
in ListArchives() 1346 stat2.MainFiles.PackSize in ListArchives() [all...] |
H A D | Main.cpp | 1429 << "Compressed: " << stat.PackSize << endl;
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
H A D | ExtractGUI.cpp | 134 AddSizeValuePair(Pairs, IDS_PROP_PACKED_SIZE, Stat.PackSize);
in ProcessVirt() 142 AddSizePair(s, IDS_PROP_PACKED_SIZE, Stat.PackSize);
in ProcessVirt()
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | XzHandler.cpp | 41 UInt64 PackSize; // pure value from Index record, it doesn't include pad zeros
member 629 block.PackSize = bs.totalSize; // packSizeAligned;
in Open2() 650 block.PackSize = 0;
in Open2() 914 RINOK(DecodeBlock(xz, _handlerSpec->_seqStream, block.StreamFlags, block.PackSize,
in Read()
|
Completed in 9 milliseconds