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()
1445 ops_processed[i]->consumed, ops_processed[i]->produced, in test_deflate_comp_finalize()
1450 (float)ops_processed[i]->produced / in test_deflate_comp_finalize()
1576 ops[i]->src.length = ops_processed[i]->produced; in test_deflate_decomp_run()
1768 ops_processed[i]->consumed, ops_processed[i]->produced); in test_deflate_decomp_finalize()
1802 ops_processed[i]->produced, in test_deflate_decomp_finalize()
1809 ptr, ops_processed[i]->produced); in test_deflate_decomp_finalize()
1812 ops_processed[i]->produced; in test_deflate_decomp_finalize()
1933 contig_buf = rte_malloc(NULL, ops_processed[i]->produced, 0); in test_results_validation()
1941 ops_processed[i]->produced, contig_buf); in test_results_validation()
1943 buf2, ops_processed[i]->produced) < 0) in test_results_validation()