Searched refs:ZSTD_HcFindBestMatch_selectMLS (Results 1 – 1 of 1) sorted by relevance
1869 FORCE_INLINE size_t ZSTD_HcFindBestMatch_selectMLS(ZSTD_CCtx *zc, const BYTE *ip, const BYTE *const… in ZSTD_HcFindBestMatch_selectMLS() function1911 …f const searchMax = searchMethod ? ZSTD_BtFindBestMatch_selectMLS : ZSTD_HcFindBestMatch_selectMLS; in ZSTD_compressBlock_lazy_generic()