Home
last modified time | relevance | path

Searched defs:ZSTD_CCtx_s (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h235 struct ZSTD_CCtx_s { struct
236 ZSTD_compressionStage_e stage;
237 …ged in requestedParams. Triggers transmission of new params to ZSTDMT (if available) then reset to…
238 … supports BMI2 and 0 otherwise. CPU support is determined dynamically once per context lifetime. */
239 ZSTD_CCtx_params requestedParams;
240 ZSTD_CCtx_params appliedParams;
241 U32 dictID;
243 ZSTD_cwksp workspace; /* manages buffer for dynamic allocations */
244 size_t blockSize;
245 unsigned long long pledgedSrcSizePlusOne; /* this way, 0 (default) == unknown */
[all …]
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h364 struct ZSTD_CCtx_s { struct
365 ZSTD_compressionStage_e stage;
366 …ged in requestedParams. Triggers transmission of new params to ZSTDMT (if available) then reset to…
367 … supports BMI2 and 0 otherwise. CPU support is determined dynamically once per context lifetime. */
368 ZSTD_CCtx_params requestedParams;
369 ZSTD_CCtx_params appliedParams;
370 …by the simple API - not sticky. Must only be used in top-level simple API functions for storage. */
371 U32 dictID;
372 size_t dictContentSize;
374 ZSTD_cwksp workspace; /* manages buffer for dynamic allocations */
[all …]