Lines Matching refs:mls
25 U32 const mls = cParams->minMatch; in ZSTD_fillDoubleHashTableForCDict() local
41 size_t const smHashAndTag = ZSTD_hashPtr(ip + i, hBitsS, mls); in ZSTD_fillDoubleHashTableForCDict()
63 U32 const mls = cParams->minMatch; in ZSTD_fillDoubleHashTableForCCtx() local
79 size_t const smHash = ZSTD_hashPtr(ip + i, hBitsS, mls); in ZSTD_fillDoubleHashTableForCCtx()
108 void const* src, size_t srcSize, U32 const mls /* template */) in ZSTD_compressBlock_doubleFast_noDict_generic() argument
183 const size_t hs0 = ZSTD_hashPtr(ip, hBitsS, mls); in ZSTD_compressBlock_doubleFast_noDict_generic()
304 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_noDict_generic()
305 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base); in ZSTD_compressBlock_doubleFast_noDict_generic()
315 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_noDict_generic()
332 U32 const mls /* template */) in ZSTD_compressBlock_doubleFast_dictMatchState_generic() argument
389 size_t const h = ZSTD_hashPtr(ip, hBitsS, mls); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
391 size_t const dictHashAndTagS = ZSTD_hashPtr(ip, dictHBitsS, mls); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
514 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
515 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
531 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
550 #define ZSTD_GEN_DFAST_FN(dictMode, mls) … argument
551 …static size_t ZSTD_compressBlock_doubleFast_##dictMode##_##mls( …
555 … return ZSTD_compressBlock_doubleFast_##dictMode##_generic(ms, seqStore, rep, src, srcSize, mls); \
573 const U32 mls = ms->cParams.minMatch; in ZSTD_compressBlock_doubleFast() local
574 switch(mls) in ZSTD_compressBlock_doubleFast()
593 const U32 mls = ms->cParams.minMatch; in ZSTD_compressBlock_doubleFast_dictMatchState() local
594 switch(mls) in ZSTD_compressBlock_doubleFast_dictMatchState()
614 U32 const mls /* template */) in ZSTD_compressBlock_doubleFast_extDict_generic() argument
646 const size_t hSmall = ZSTD_hashPtr(ip, hBitsS, mls); in ZSTD_compressBlock_doubleFast_extDict_generic()
722 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_extDict_generic()
723 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base); in ZSTD_compressBlock_doubleFast_extDict_generic()
738 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic()
764 U32 const mls = ms->cParams.minMatch; in ZSTD_compressBlock_doubleFast_extDict() local
765 switch(mls) in ZSTD_compressBlock_doubleFast_extDict()