Home
last modified time | relevance | path

Searched refs:decompressed (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec.c305 rcvd_pkt = rxq->decompressed; in rxq_burst_v()
311 rxq->decompressed -= rcvd_pkt; in rxq_burst_v()
326 MLX5_ASSERT(rxq->decompressed == 0); in rxq_burst_v()
344 rxq->cq_ci += rxq->decompressed; in rxq_burst_v()
347 uint16_t n = rxq->decompressed; in rxq_burst_v()
354 rxq->decompressed -= n; in rxq_burst_v()
445 rcvd_pkt = rxq->decompressed; in rxq_burst_mprq_v()
449 rxq->decompressed -= rcvd_pkt; in rxq_burst_mprq_v()
466 MLX5_ASSERT(rxq->decompressed == 0); in rxq_burst_mprq_v()
485 uint16_t n = rxq->decompressed; in rxq_burst_mprq_v()
[all …]
H A Dmlx5_rxtx.h142 uint16_t decompressed; member
H A Dmlx5_rxtx.c896 rxq->decompressed = 0; in mlx5_rxq_initialize()
/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A DKconfig53 a character special file. It calculates CRC32 of the decompressed
/f-stack/freebsd/contrib/zstd/doc/educational_decoder/
H A DREADME.md34 and so it must know the decompressed size in advance.
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md41 During decompression zlib and zstd streams are automatically detected and decompressed using a prop…
109 The input data was decompressed git repository downloaded from https://github.com/git/git/archive/m…
/f-stack/freebsd/contrib/xz-embedded/
H A DREADME113 If the .xz file being decompressed uses an integrity check type that
115 file cannot be decompressed. For multi-call mode, this can be modified
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md78 However, each block can be decompressed without waiting for its successor,
98 Each frame is independent and can be decompressed independently of other frames.
100 each frame decompressed content.
171 specifying if `Frame_Content_Size` (the decompressed data size)
369 The decompressed size is not known,
396 This maximum is applicable to both the decompressed size
489 and `Regenerated_Size` (the decompressed size).
571 enough information to know the decompressed and compressed sizes
573 The decompressed size of _each_ stream is equal to `(Regenerated_Size+3)/4`,
575 to reach a total decompressed size as specified in `Regenerated_Size`.
[all …]
/f-stack/dpdk/doc/guides/tools/
H A Dcomp_perf.rst83 ``--num-iter N``: number of times the file will be compressed/decompressed (default: 10000)
/f-stack/freebsd/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt33 .xz files from userspace. The decompressed output is thrown away.
/f-stack/app/redis-5.0.5/src/
H A Dquicklist.c220 void *decompressed = zmalloc(node->sz); in __quicklistDecompressNode() local
222 if (lzf_decompress(lzf->compressed, lzf->sz, decompressed, node->sz) == 0) { in __quicklistDecompressNode()
224 zfree(decompressed); in __quicklistDecompressNode()
228 node->zl = decompressed; in __quicklistDecompressNode()
/f-stack/freebsd/contrib/zstd/programs/
H A Dzstd.1.md89 decompressed data is discarded instead of being written to standard output.
421 …s compressed/decompressed in-memory to measure speed. A run lasts at least 1 sec, so when files ar…
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG164 api: Add ZSTD_decompressBound() to provide an upper bound on decompressed size by @shakeelrao
519 API : ZSTD_getFrameParams() provides size of decompressed content
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1952.txt584 the decompressed output.