| /f-stack/dpdk/app/test-compress-perf/ |
| H A D | comp_perf_test_verify.c | 239 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 D | comp_perf_test_throughput.c | 227 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 D | comp_perf_test_cyclecount.c | 370 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 D | qat_comp.c | 495 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 D | qat_compress.c | 416 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 D | fsl-vdoa.txt | 5 is to reorder video data from the macroblock tiled order produced by the CODA
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | gemini.txt | 4 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 D | compressdev.rst | 162 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 D | lto.rst | 15 produced ELF objects (pmdinfogen).
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gnss/ |
| H A D | mediatek.txt | 3 Mediatek chipsets are used in GNSS-receiver modules produced by several
|
| H A D | sirfstar.txt | 3 SiRFstar chipsets are used in GNSS-receiver modules produced by several
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ |
| H A D | snps,arcpgu.txt | 3 This is a display controller found on several development boards produced
|
| H A D | arm,hdlcd.txt | 3 This is a display controller found on several development platforms produced
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | leds-cr0014114.txt | 4 This LED Board is widely used in vending machines produced
|
| H A D | leds-el15203000.txt | 5 coffee vending machines produced by Crane Merchandising Systems.
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstdmt_compress.c | 827 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 D | idt_89hpesx.txt | 6 compatible devices may be produced in future. Following devices
|
| /f-stack/dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd.c | 514 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 D | test_compressdev.c | 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() 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 D | NOTICE | 1 This work was produced under the auspices of the U.S. Department of Energy by
|
| /f-stack/dpdk/lib/librte_compressdev/ |
| H A D | rte_comp.h | 391 uint32_t produced; member
|
| /f-stack/dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 98 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 D | index.rst | 19 should be produced. By using libxo, a single source code path can
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/ |
| H A D | README | 14 in which the error code is produced.
|
| /f-stack/tools/libxo/ |
| H A D | README.md | 8 decides at run time which output style should be produced. The
|