Searched defs:ZSTD_CCtx_s (Results 1 – 1 of 1) sorted by relevance
266 struct ZSTD_CCtx_s { struct267 ZSTD_compressionStage_e stage;268 …ged in requestedParams. Triggers transmission of new params to ZSTDMT (if available) then reset to…269 … supports BMI2 and 0 otherwise. CPU support is determined dynamically once per context lifetime. */270 ZSTD_CCtx_params requestedParams;271 ZSTD_CCtx_params appliedParams;272 U32 dictID;274 ZSTD_cwksp workspace; /* manages buffer for dynamic allocations */275 size_t blockSize;276 unsigned long long pledgedSrcSizePlusOne; /* this way, 0 (default) == unknown */[all …]