Lines Matching defs:cParams
18 const ZSTD_compressionParameters* const cParams = &ms->cParams;
20 U32 const hBitsL = cParams->hashLog;
21 U32 const mls = cParams->minMatch;
23 U32 const hBitsS = cParams->chainLog;
55 ZSTD_compressionParameters const* cParams = &ms->cParams;
57 const U32 hBitsL = cParams->hashLog;
59 const U32 hBitsS = cParams->chainLog;
65 const U32 prefixLowestIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog);
101 U32 const windowLow = ZSTD_getLowestPrefixIndex(ms, current, cParams->windowLog);
262 ZSTD_compressionParameters const* cParams = &ms->cParams;
264 const U32 hBitsL = cParams->hashLog;
266 const U32 hBitsS = cParams->chainLog;
273 const U32 prefixLowestIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog);
281 const ZSTD_compressionParameters* const dictCParams = &dms->cParams;
296 assert(ms->window.dictLimit + (1U << cParams->windowLog) >= endIndex);
494 const U32 mls = ms->cParams.minMatch;
514 const U32 mls = ms->cParams.minMatch;
535 ZSTD_compressionParameters const* cParams = &ms->cParams;
537 U32 const hBitsL = cParams->hashLog;
539 U32 const hBitsS = cParams->chainLog;
547 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog);
683 U32 const mls = ms->cParams.minMatch;