Lines Matching refs:produced
551 op->produced = stream.total_out - (ZLIB_HEADER_SIZE + in compress_zlib()
556 op->produced = stream.total_out - (GZIP_HEADER_SIZE + in compress_zlib()
559 op->produced = stream.total_out; in compress_zlib()
672 op->produced = stream.total_out; in decompress_zlib()
1333 ops_processed[i]->produced; in test_deflate_comp_run()
1345 ops_processed[i]->produced; in test_deflate_comp_run()
1349 ops_processed[i]->produced); in test_deflate_comp_run()
1446 ops_processed[i]->consumed, ops_processed[i]->produced, in test_deflate_comp_finalize()
1451 (float)ops_processed[i]->produced / in test_deflate_comp_finalize()
1577 ops[i]->src.length = ops_processed[i]->produced; in test_deflate_decomp_run()
1770 ops_processed[i]->consumed, ops_processed[i]->produced); in test_deflate_decomp_finalize()
1804 ops_processed[i]->produced, in test_deflate_decomp_finalize()
1811 ptr, ops_processed[i]->produced); in test_deflate_decomp_finalize()
1814 ops_processed[i]->produced; in test_deflate_decomp_finalize()
1935 contig_buf = rte_malloc(NULL, ops_processed[i]->produced, 0); in test_results_validation()
1943 ops_processed[i]->produced, contig_buf); in test_results_validation()
1945 buf2, ops_processed[i]->produced) < 0) in test_results_validation()