Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c622 typedef enum { search_hashChain, search_binaryTree } searchMethod_e; enumerator
645 (searchMethod==search_binaryTree ? ZSTD_BtFindBestMatch_dictMatchState_selectMLS in ZSTD_compressBlock_lazy_generic()
647 (searchMethod==search_binaryTree ? ZSTD_BtFindBestMatch_selectMLS in ZSTD_compressBlock_lazy_generic()
875 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_binaryTree, 2, ZSTD… in ZSTD_compressBlock_btlazy2()
903 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_binaryTree, 2, ZSTD… in ZSTD_compressBlock_btlazy2_dictMatchState()
951 …searchMax_f searchMax = searchMethod==search_binaryTree ? ZSTD_BtFindBestMatch_extDict_selectMLS :… in ZSTD_compressBlock_lazy_extDict_generic()
1141 …urn ZSTD_compressBlock_lazy_extDict_generic(ms, seqStore, rep, src, srcSize, search_binaryTree, 2); in ZSTD_compressBlock_btlazy2_extDict()
/freebsd-14.2/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()