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.h470 struct ZSTD_CCtx_s { struct
471 ZSTD_compressionStage_e stage;
472 …ged in requestedParams. Triggers transmission of new params to ZSTDMT (if available) then reset to…
473 … supports BMI2 and 0 otherwise. CPU support is determined dynamically once per context lifetime. */
474 ZSTD_CCtx_params requestedParams;
475 ZSTD_CCtx_params appliedParams;
476 …by the simple API - not sticky. Must only be used in top-level simple API functions for storage. */
477 U32 dictID;
478 size_t dictContentSize;
480 ZSTD_cwksp workspace; /* manages buffer for dynamic allocations */
[all …]