HomeSort by relevance Sort by last modified time
    Searched refs:PackSize (Results 1 - 6 of 6) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
Extract.h 54 UInt64 PackSize;
61 NumArchives = UnpackSize = PackSize = NumFolders = NumFiles = 0;
Bench.h 15 UInt64 PackSize;
Bench.cpp 375 info.PackSize = *outSize;
380 info.PackSize = BenchInfo.PackSize + *inSize;
638 pi->BenchInfo.PackSize = 0;
651 pi->BenchInfo.PackSize += compressedSize;
761 info.PackSize = 0;
767 info.PackSize += encoder.compressedSize;
835 info.PackSize = 0;
841 info.PackSize += encoder.compressedSize;
Extract.cpp 20 UInt64 packSize,
80 packSize);
261 stat.PackSize = extractCallbackSpec->LocalProgressSpec->InSize;
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 136 UInt64 rating = GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSize, info.NumIterations);
140 info2.PackSize *= info2.NumIterations;
Main.cpp 456 << "Compressed: " << stat.PackSize << endl;

Completed in 52 milliseconds