Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c1218 unsigned long long inFileSize = 0, outFileSize = 0; in FIO_compressGzFrame() local
1264 outFileSize += cSize; in FIO_compressGzFrame()
1272 (double)outFileSize/(double)inFileSize*100) in FIO_compressGzFrame()
1277 (double)outFileSize/(double)inFileSize*100); in FIO_compressGzFrame()
1286 outFileSize += cSize; in FIO_compressGzFrame()
1302 return outFileSize; in FIO_compressGzFrame()
1313 unsigned long long inFileSize = 0, outFileSize = 0; in FIO_compressLzmaFrame() local
1363 outFileSize += compBytes; in FIO_compressLzmaFrame()
1370 (double)outFileSize/(double)inFileSize*100) in FIO_compressLzmaFrame()
1374 (double)outFileSize/(double)inFileSize*100); in FIO_compressLzmaFrame()
[all …]