Lines Matching defs:mls
21 U32 const mls = cParams->minMatch;
37 size_t const smHash = ZSTD_hashPtr(ip + i, hBitsS, mls);
53 void const* src, size_t srcSize, U32 const mls /* template */)
123 const size_t hs0 = ZSTD_hashPtr(ip, hBitsS, mls);
233 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert;
234 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base);
244 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip-base);
260 U32 const mls /* template */)
311 size_t const h = ZSTD_hashPtr(ip, hBitsS, mls);
313 size_t const dictHS = ZSTD_hashPtr(ip, dictHBitsS, mls);
435 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert;
436 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base);
452 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2;
471 #define ZSTD_GEN_DFAST_FN(dictMode, mls) \
472 static size_t ZSTD_compressBlock_doubleFast_##dictMode##_##mls( \
476 return ZSTD_compressBlock_doubleFast_##dictMode##_generic(ms, seqStore, rep, src, srcSize, mls); \
494 const U32 mls = ms->cParams.minMatch;
495 switch(mls)
514 const U32 mls = ms->cParams.minMatch;
515 switch(mls)
533 U32 const mls /* template */)
565 const size_t hSmall = ZSTD_hashPtr(ip, hBitsS, mls);
641 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert;
642 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base);
657 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2;
683 U32 const mls = ms->cParams.minMatch;
684 switch(mls)