Lines Matching refs:in_bytes
862 uint64_t left = max_bytes, in_bytes = 0; in compress_stream_zstd() local
897 in_bytes += (size_t) red; in compress_stream_zstd()
946 *ret_uncompressed_size = in_bytes; in compress_stream_zstd()
948 if (in_bytes > 0) in compress_stream_zstd()
950 in_bytes, max_bytes - left, (double) (max_bytes - left) / in_bytes * 100); in compress_stream_zstd()
953 in_bytes, max_bytes - left); in compress_stream_zstd()
967 uint64_t left = max_bytes, in_bytes = 0; in decompress_stream_zstd() local
1002 in_bytes += (size_t) red; in decompress_stream_zstd()
1045 if (in_bytes == 0) in decompress_stream_zstd()
1059 in_bytes, in decompress_stream_zstd()
1061 (double) (max_bytes - left) / in_bytes * 100); in decompress_stream_zstd()