Home
last modified time | relevance | path

Searched refs:totalCompressedSize (Results 1 – 3 of 3) sorted by relevance

/external/lzma/Java/SevenZip/
DLzmaBench.java331 long totalCompressedSize = 0; in LzmaBenchmark() local
382 totalCompressedSize += compressedSize; in LzmaBenchmark()
388 kBufferSize * (long)numIterations, true, totalCompressedSize); in LzmaBenchmark()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs287 UInt64 totalCompressedSize = 0; in LzmaBenchmark()
329 totalCompressedSize += (ulong)compressedSize; in LzmaBenchmark()
335 kBufferSize * (UInt64)numIterations, true, totalCompressedSize); in LzmaBenchmark()
/external/fonttools/Lib/fontTools/ttLib/
Dwoff2.py64 compressedData = self.file.read(self.totalCompressedSize)
219 self.totalCompressedSize = len(compressedFont)
362 offset += self.totalCompressedSize