Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c623 typedef enum { search_hashChain, search_binaryTree } searchMethod_e; enumerator
646 (searchMethod==search_binaryTree ? ZSTD_BtFindBestMatch_dictMatchState_selectMLS in ZSTD_compressBlock_lazy_generic()
648 (searchMethod==search_binaryTree ? ZSTD_BtFindBestMatch_selectMLS in ZSTD_compressBlock_lazy_generic()
876 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_binaryTree, 2, ZSTD… in ZSTD_compressBlock_btlazy2()
904 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_binaryTree, 2, ZSTD… in ZSTD_compressBlock_btlazy2_dictMatchState()
952 …searchMax_f searchMax = searchMethod==search_binaryTree ? ZSTD_BtFindBestMatch_extDict_selectMLS :… in ZSTD_compressBlock_lazy_extDict_generic()
1142 …urn ZSTD_compressBlock_lazy_extDict_generic(ms, seqStore, rep, src, srcSize, search_binaryTree, 2); in ZSTD_compressBlock_btlazy2_extDict()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1443 typedef enum { search_hashChain=0, search_binaryTree=1, search_rowHash=2 } searchMethod_e; enumerator
1466 case search_binaryTree: in ZSTD_selectLazyVTable()
1726 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_binaryTree, 2, ZSTD… in ZSTD_compressBlock_btlazy2()
1754 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_binaryTree, 2, ZSTD… in ZSTD_compressBlock_btlazy2_dictMatchState()
2080 …urn ZSTD_compressBlock_lazy_extDict_generic(ms, seqStore, rep, src, srcSize, search_binaryTree, 2); in ZSTD_compressBlock_btlazy2_extDict()