Searched refs:chainLog (Results 1 - 6 of 6) sorted by relevance

/linux-master/lib/zstd/
H A Dzstd_compress_module.c39 cctx, ZSTD_c_chainLog, parameters->cParams.chainLog));
/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c23 U32 const hBitsS = cParams->chainLog;
59 const U32 hBitsS = cParams->chainLog;
266 const U32 hBitsS = cParams->chainLog;
290 const U32 dictHBitsS = dictCParams->chainLog;
539 U32 const hBitsS = cParams->chainLog;
H A Dzstd_lazy.c29 U32 const btLog = cParams->chainLog - 1;
71 U32 const btLog = cParams->chainLog - 1;
179 U32 const btLog = dmsCParams->chainLog - 1;
248 U32 const btLog = cParams->chainLog - 1;
404 U32 const chainSize = 1 << ms->cParams.chainLog;
424 assert(ms->cParams.chainLog <= 24);
425 assert(ms->cParams.hashLog > ms->cParams.chainLog);
625 const U32 chainMask = (1 << cParams->chainLog) - 1;
656 const U32 chainSize = (1 << cParams->chainLog);
720 const U32 dmsChainSize = (1 << dms->cParams.chainLog);
[all...]
H A Dzstd_compress.c714 CCtxParams->cParams.chainLog = (U32)value;
715 return CCtxParams->cParams.chainLog;
896 *value = (int)CCtxParams->cParams.chainLog;
1166 BOUNDCHECK(ZSTD_c_chainLog, (int)cParams.chainLog);
1188 CLAMP(ZSTD_c_chainLog, cParams.chainLog);
1208 * is within the window. So the hashLog and chainLog should be large enough to reference both
1294 U32 const cycleLog = ZSTD_cycleLog(cPar.chainLog, cPar.strategy);
1297 cPar.chainLog -= (cycleLog - dictAndWindowLog);
1325 if (overrides->chainLog) cParams->chainLog
[all...]
H A Dzstd_opt.c422 U32 const btLog = cParams->chainLog - 1;
576 U32 const btLog = cParams->chainLog - 1;
602 U32 const dmsBtLog = dictMode == ZSTD_dictMatchState ? dmsCParams->chainLog - 1 : btLog;
/linux-master/include/linux/
H A Dzstd_lib.h296 * Resulting memory usage is (1 << (chainLog+2)).
302 * Special: value 0 means "use default chainLog". */
458 * => compressionLevel, hashLog, chainLog, searchLog, minMatch, targetLength and strategy.
1198 unsigned chainLog; /*< fully searched segment : larger == more compression, slower, more memory (useless for fast) */ member in struct:__anon95

Completed in 247 milliseconds