Home
last modified time | relevance | path

Searched refs:produced (Results 1 – 25 of 54) sorted by relevance

123

/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_verify.c239 op->produced, output_data_ptr); in main_loop()
251 op->produced); in main_loop()
252 output_data_ptr += op->produced; in main_loop()
253 output_size += op->produced; in main_loop()
263 m->pkt_len = op->produced; in main_loop()
264 uint32_t remaining_data = op->produced; in main_loop()
324 op->produced, output_data_ptr); in main_loop()
336 op->produced); in main_loop()
337 output_data_ptr += op->produced; in main_loop()
338 output_size += op->produced; in main_loop()
[all …]
H A Dcomp_perf_test_throughput.c227 m->pkt_len = op->produced; in main_loop()
228 uint32_t remaining_data = op->produced; in main_loop()
281 m->pkt_len = op->produced; in main_loop()
282 uint32_t remaining_data = op->produced; in main_loop()
H A Dcomp_perf_test_cyclecount.c370 m->pkt_len = op->produced; in main_loop()
371 uint32_t remaining_data = op->produced; in main_loop()
428 m->pkt_len = op->produced; in main_loop()
429 uint32_t remaining_data = op->produced; in main_loop()
/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp.c495 if (rx_op->produced <= left_in_current) { in qat_comp_response_data_copy()
497 rx_op->produced); in qat_comp_response_data_copy()
499 if (rx_op->produced == left_in_current) { in qat_comp_response_data_copy()
503 pc->dst_data_offset += rx_op->produced; in qat_comp_response_data_copy()
508 prod = rx_op->produced - left_in_current; in qat_comp_response_data_copy()
590 rx_op->produced = 0; in qat_comp_process_response()
664 rx_op->produced = in qat_comp_process_response()
719 rx_op->produced); in qat_comp_process_response()
726 if (rx_op->produced) { in qat_comp_process_response()
733 pc->total_produced += rx_op->produced; in qat_comp_process_response()
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c416 compressed_sz = dc_results.produced; in qat_compress_impl()
439 dc_results.produced = 0; in qat_compress_impl()
445 *c_len = compressed_sz + dc_results.produced + hdr_sz; in qat_compress_impl()
477 *c_len = dc_results.produced; in qat_compress_impl()
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dfsl-vdoa.txt5 is to reorder video data from the macroblock tiled order produced by the CODA
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dgemini.txt4 produced by Storlink Semiconductor around 2005. The company was renamed
10 produced and used for NAS and similar usecases. In 2014 Cortina Systems was
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst162 PMD updates consumed field with amount of data read from source buffer and produced
227 is not an error case. Output data up to op.produced can be used and
245 produced = amount of data written in destination buffer
247 consumed = produced = undefined
250 produced = usually 0, but in decompression cases a PMD may return > 0
251 i.e. amount of data successfully produced until out of space condition
255 produced = amount of data successfully produced until
407 consumed=0 and produced=amount of output it could produce before hitting out_of_space.
547 /* analyze the amount of consumed and produced data before pushing next op*/
557 read and produced = length of complete output buffer.
H A Dlto.rst15 produced ELF objects (pmdinfogen).
/f-stack/freebsd/contrib/device-tree/Bindings/gnss/
H A Dmediatek.txt3 Mediatek chipsets are used in GNSS-receiver modules produced by several
H A Dsirfstar.txt3 SiRFstar chipsets are used in GNSS-receiver modules produced by several
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Dsnps,arcpgu.txt3 This is a display controller found on several development boards produced
H A Darm,hdlcd.txt3 This is a display controller found on several development platforms produced
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-cr0014114.txt4 This LED Board is widely used in vending machines produced
H A Dleds-el15203000.txt5 coffee vending machines produced by Crane Merchandising Systems.
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c827 unsigned long long produced; member
1059 fps.produced = fps.flushed = mtctx->produced; in ZSTDMT_getFrameProgression()
1071 size_t const produced = ZSTD_isError(cResult) ? 0 : cResult; in ZSTDMT_getFrameProgression() local
1073 assert(flushed <= produced); in ZSTDMT_getFrameProgression()
1076 fps.produced += produced; in ZSTDMT_getFrameProgression()
1099 size_t const produced = ZSTD_isError(cResult) ? 0 : cResult; in ZSTDMT_toFlushNow() local
1101 assert(flushed <= produced); in ZSTDMT_toFlushNow()
1103 toFlush = produced - flushed; in ZSTDMT_toFlushNow()
1290 mtctx->produced = 0; in ZSTDMT_initCStream_internal()
1476 mtctx->produced += cSize; in ZSTDMT_flushProduced()
/f-stack/freebsd/contrib/device-tree/Bindings/misc/
H A Didt_89hpesx.txt6 compatible devices may be produced in future. Following devices
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c514 op->produced = qp->stream->total_out; in process_isal_deflate()
516 op->produced = qp->stream->total_out - CHKSUM_SZ_ADLER; in process_isal_deflate()
519 op->produced = qp->stream->total_out - CHKSUM_SZ_CRC; in process_isal_deflate()
602 op->produced = qp->state->total_out; in process_isal_inflate()
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c559 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()
1451 (float)ops_processed[i]->produced / in test_deflate_comp_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()
1943 ops_processed[i]->produced, contig_buf); in test_results_validation()
[all …]
/f-stack/freebsd/contrib/openzfs/
H A DNOTICE1 This work was produced under the auspices of the U.S. Department of Energy by
/f-stack/dpdk/lib/librte_compressdev/
H A Drte_comp.h391 uint32_t produced; member
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c98 op->produced += strm->total_out; in process_zlib_deflate()
184 op->produced += strm->total_out; in process_zlib_inflate()
/f-stack/tools/libxo/doc/
H A Dindex.rst19 should be produced. By using libxo, a single source code path can
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/
H A DREADME14 in which the error code is produced.
/f-stack/tools/libxo/
H A DREADME.md8 decides at run time which output style should be produced. The

123