Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h358 struct ZSTD_CCtx_s { struct
359 ZSTD_compressionStage_e stage;
360 …ged in requestedParams. Triggers transmission of new params to ZSTDMT (if available) then reset to…
361 … supports BMI2 and 0 otherwise. CPU support is determined dynamically once per context lifetime. */
362 ZSTD_CCtx_params requestedParams;
363 ZSTD_CCtx_params appliedParams;
364 …by the simple API - not sticky. Must only be used in top-level simple API functions for storage. */
365 U32 dictID;
366 size_t dictContentSize;
368 ZSTD_cwksp workspace; /* manages buffer for dynamic allocations */
[all …]