Searched defs:mls (Results  1 – 5 of 5) sorted by relevance
| /lib/zstd/compress/ | 
| D | zstd_fast.c | 22     U32  const mls = cParams->minMatch;  in ZSTD_fillHashTable()  local 96         U32 const mls, U32 const hasStep)  in ZSTD_compressBlock_fast_noDict_generic() 317 #define ZSTD_GEN_FAST_FN(dictMode, mls, step)                                                      …  argument 339     U32 const mls = ms->cParams.minMatch;  in ZSTD_compressBlock_fast()  local 374         void const* src, size_t srcSize, U32 const mls, U32 const hasStep)  in ZSTD_compressBlock_fast_dictMatchState_generic() 531     U32 const mls = ms->cParams.minMatch;  in ZSTD_compressBlock_fast_dictMatchState()  local 550         void const* src, size_t srcSize, U32 const mls, U32 const hasStep)  in ZSTD_compressBlock_fast_extDict_generic() 662     U32 const mls = ms->cParams.minMatch;  in ZSTD_compressBlock_fast_extDict()  local
  | 
| D | zstd_double_fast.c | 21     U32  const mls = cParams->minMatch;  in ZSTD_fillDoubleHashTable()  local 53         void const* src, size_t srcSize, U32 const mls /* template */)  in ZSTD_compressBlock_doubleFast_noDict_generic() 260         U32 const mls /* template */)  in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 471 #define ZSTD_GEN_DFAST_FN(dictMode, mls)                                                           …  argument 494     const U32 mls = ms->cParams.minMatch;  in ZSTD_compressBlock_doubleFast()  local 514     const U32 mls = ms->cParams.minMatch;  in ZSTD_compressBlock_doubleFast_dictMatchState()  local 533         U32 const mls /* template */)  in ZSTD_compressBlock_doubleFast_extDict_generic() 683     U32 const mls = ms->cParams.minMatch;  in ZSTD_compressBlock_doubleFast_extDict()  local
  | 
| D | zstd_lazy.c | 22                 U32 mls)  in ZSTD_updateDUBT() 159         U32 const mls,  in ZSTD_DUBT_findBetterDictMatch() 234                         U32 const mls,  in ZSTD_DUBT_findBestMatch() 385                 const U32 mls /* template */,  in ZSTD_BtFindBestMatch() 620                         const BYTE* ip, U32 const mls)  in ZSTD_insertAndFindFirstIndex_internal() 652                         const U32 mls, const ZSTD_dictMode_e dictMode)  in ZSTD_HcFindBestMatch() 863                                    U32 const rowLog, U32 const mls,  in ZSTD_row_fillHashCache() 891                                                   U32 const rowLog, U32 const mls)  in ZSTD_row_nextCachedHash() 907                                                         U32 const mls, U32 const rowLog,  in ZSTD_row_update_internalImpl() 936                                                     U32 const mls, U32 const rowLog,  in ZSTD_row_update_internal() [all …] 
 | 
| D | zstd_opt.c | 415                 U32 const mls, const int extDict)  in ZSTD_insertBt1() 533                 const U32 mls, const ZSTD_dictMode_e dictMode)  in ZSTD_updateTree_internal() 564                     U32 const mls /* template */)  in ZSTD_insertBtAndGetAllMatches() 805         const U32 mls)  in ZSTD_btGetAllMatches_internal() 815 #define ZSTD_BT_GET_ALL_MATCHES_FN(dictMode, mls) ZSTD_btGetAllMatches_##dictMode##_##mls  argument 817 #define GEN_ZSTD_BT_GET_ALL_MATCHES_(dictMode, mls)            \  argument 859     U32 const mls = BOUNDED(3, ms->cParams.minMatch, 6);  local
  | 
| D | zstd_compress_internal.h | 810 size_t ZSTD_hashPtr(const void* p, U32 hBits, U32 mls)  in ZSTD_hashPtr()
  |