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

  /external/lzma/Java/SevenZip/
LzmaBench.java 331 long totalCompressedSize = 0;
382 totalCompressedSize += compressedSize;
388 kBufferSize * (long)numIterations, true, totalCompressedSize);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 287 UInt64 totalCompressedSize = 0;
329 totalCompressedSize += (ulong)compressedSize;
335 kBufferSize * (UInt64)numIterations, true, totalCompressedSize);

Completed in 100 milliseconds