Searched defs:ZSTD_CCtx_s (Results 1 – 2 of 2) sorted by relevance
235 struct ZSTD_CCtx_s { struct236 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 …]
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 …]