Home
last modified time | relevance | path

Searched refs:ZSTD_HcFindBestMatch_extDict_selectMLS (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c1881 FORCE_INLINE size_t ZSTD_HcFindBestMatch_extDict_selectMLS(ZSTD_CCtx *zc, const BYTE *ip, const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, in ZSTD_HcFindBestMatch_extDict_selectMLS() function
2078 searchMax_f searchMax = searchMethod ? ZSTD_BtFindBestMatch_selectMLS_extDict : ZSTD_HcFindBestMatch_extDict_selectMLS; in ZSTD_compressBlock_lazy_extDict_generic()

Completed in 7 milliseconds