Searched defs:ZSTD_CCtx_s (Results 1 – 2 of 2) sorted by relevance
236 struct ZSTD_CCtx_s { struct237 ZSTD_compressionStage_e stage;238 …ged in requestedParams. Triggers transmission of new params to ZSTDMT (if available) then reset to…239 … supports BMI2 and 0 otherwise. CPU support is determined dynamically once per context lifetime. */240 ZSTD_CCtx_params requestedParams;241 ZSTD_CCtx_params appliedParams;242 U32 dictID;244 ZSTD_cwksp workspace; /* manages buffer for dynamic allocations */245 size_t blockSize;246 unsigned long long pledgedSrcSizePlusOne; /* this way, 0 (default) == unknown */[all …]
364 struct ZSTD_CCtx_s { struct365 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 …]