Searched refs:decompressed (Results 1 – 14 of 14) sorted by relevance
305 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 …]
142 uint16_t decompressed; member
896 rxq->decompressed = 0; in mlx5_rxq_initialize()
53 a character special file. It calculates CRC32 of the decompressed
34 and so it must know the decompressed size in advance.
41 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…
113 If the .xz file being decompressed uses an integrity check type that115 file cannot be decompressed. For multi-call mode, this can be modified
78 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 size489 and `Regenerated_Size` (the decompressed size).571 enough information to know the decompressed and compressed sizes573 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 …]
83 ``--num-iter N``: number of times the file will be compressed/decompressed (default: 10000)
33 .xz files from userspace. The decompressed output is thrown away.
220 void *decompressed = zmalloc(node->sz); in __quicklistDecompressNode() local222 if (lzf_decompress(lzf->compressed, lzf->sz, decompressed, node->sz) == 0) { in __quicklistDecompressNode()224 zfree(decompressed); in __quicklistDecompressNode()228 node->zl = decompressed; in __quicklistDecompressNode()
89 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…
164 api: Add ZSTD_decompressBound() to provide an upper bound on decompressed size by @shakeelrao519 API : ZSTD_getFrameParams() provides size of decompressed content
584 the decompressed output.