Home
last modified time | relevance | path

Searched refs:searchMax_f (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_lazy.c871 typedef size_t (*searchMax_f)( in ZSTD_compressBlock_lazy_generic() typedef
881 const searchMax_f searchFuncs[4][2] = { in ZSTD_compressBlock_lazy_generic()
900 searchMax_f const searchMax = searchFuncs[dictMode][searchMethod == search_binaryTree]; in ZSTD_compressBlock_lazy_generic()
1222 typedef size_t (*searchMax_f)( in ZSTD_compressBlock_lazy_extDict_generic() typedef
1225searchMax_f searchMax = searchMethod==search_binaryTree ? ZSTD_BtFindBestMatch_extDict_selectMLS :… in ZSTD_compressBlock_lazy_extDict_generic()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c19026 typedef size_t (*searchMax_f)( in ZSTD_compressBlock_lazy_generic() typedef
19029 searchMax_f const searchMax = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_lazy_generic()
19333 typedef size_t (*searchMax_f)( in ZSTD_compressBlock_lazy_extDict_generic() typedef
19336searchMax_f searchMax = searchMethod==search_binaryTree ? ZSTD_BtFindBestMatch_extDict_selectMLS :… in ZSTD_compressBlock_lazy_extDict_generic()