Lines Matching refs:mls
24 U32 const mls = cParams->minMatch; in ZSTD_fillHashTableForCDict() local
39 { size_t const hashAndTag = ZSTD_hashPtr(ip, hBits, mls); in ZSTD_fillHashTableForCDict()
46 size_t const hashAndTag = ZSTD_hashPtr(ip + p, hBits, mls); in ZSTD_fillHashTableForCDict()
61 U32 const mls = cParams->minMatch; in ZSTD_fillHashTableForCCtx() local
76 size_t const hash0 = ZSTD_hashPtr(ip, hBits, mls); in ZSTD_fillHashTableForCCtx()
82 size_t const hash = ZSTD_hashPtr(ip + p, hBits, mls); in ZSTD_fillHashTableForCCtx()
194 U32 const mls, int useCmov) in ZSTD_compressBlock_fast_noDict_generic() argument
260 hash0 = ZSTD_hashPtr(ip0, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
261 hash1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
305 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
332 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
406 …hashTable[ZSTD_hashPtr(base+current0+2, hlog, mls)] = current0+2; /* here because current+2 could… in ZSTD_compressBlock_fast_noDict_generic()
407 hashTable[ZSTD_hashPtr(ip0-2, hlog, mls)] = (U32)(ip0-2-base); in ZSTD_compressBlock_fast_noDict_generic()
414 hashTable[ZSTD_hashPtr(ip0, hlog, mls)] = (U32)(ip0-base); in ZSTD_compressBlock_fast_noDict_generic()
484 void const* src, size_t srcSize, U32 const mls, U32 const hasStep) in ZSTD_compressBlock_fast_dictMatchState_generic() argument
543 size_t hash0 = ZSTD_hashPtr(ip0, hlog, mls); in ZSTD_compressBlock_fast_dictMatchState_generic()
545 size_t const dictHashAndTag0 = ZSTD_hashPtr(ip0, dictHBits, mls); in ZSTD_compressBlock_fast_dictMatchState_generic()
562 const size_t hash1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_dictMatchState_generic()
563 size_t const dictHashAndTag1 = ZSTD_hashPtr(ip1, dictHBits, mls); in ZSTD_compressBlock_fast_dictMatchState_generic()
640 …hashTable[ZSTD_hashPtr(base+curr+2, hlog, mls)] = curr+2; /* here because curr+2 could be > iend-… in ZSTD_compressBlock_fast_dictMatchState_generic()
641 hashTable[ZSTD_hashPtr(ip0-2, hlog, mls)] = (U32)(ip0-2-base); in ZSTD_compressBlock_fast_dictMatchState_generic()
656 hashTable[ZSTD_hashPtr(ip0, hlog, mls)] = current2; in ZSTD_compressBlock_fast_dictMatchState_generic()
689 U32 const mls = ms->cParams.minMatch; in ZSTD_compressBlock_fast_dictMatchState() local
691 switch(mls) in ZSTD_compressBlock_fast_dictMatchState()
710 void const* src, size_t srcSize, U32 const mls, U32 const hasStep) in ZSTD_compressBlock_fast_extDict_generic() argument
784 hash0 = ZSTD_hashPtr(ip0, hlog, mls); in ZSTD_compressBlock_fast_extDict_generic()
785 hash1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_extDict_generic()
838 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_extDict_generic()
866 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_extDict_generic()
938 …hashTable[ZSTD_hashPtr(base+current0+2, hlog, mls)] = current0+2; /* here because current+2 could… in ZSTD_compressBlock_fast_extDict_generic()
939 hashTable[ZSTD_hashPtr(ip0-2, hlog, mls)] = (U32)(ip0-2-base); in ZSTD_compressBlock_fast_extDict_generic()
950 hashTable[ZSTD_hashPtr(ip0, hlog, mls)] = (U32)(ip0-base); in ZSTD_compressBlock_fast_extDict_generic()
970 U32 const mls = ms->cParams.minMatch; in ZSTD_compressBlock_fast_extDict() local
972 switch(mls) in ZSTD_compressBlock_fast_extDict()