Searched refs:searchMethod_e (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_lazy.c | 623 typedef enum { search_hashChain, search_binaryTree } searchMethod_e; typedef 630 const searchMethod_e searchMethod, const U32 depth, in ZSTD_compressBlock_lazy_generic() 934 const searchMethod_e searchMethod, const U32 depth) in ZSTD_compressBlock_lazy_extDict_generic()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_lazy.c | 1443 typedef enum { search_hashChain=0, search_binaryTree=1, search_rowHash=2 } searchMethod_e; typedef 1453 ZSTD_selectLazyVTable(ZSTD_matchState_t const* ms, searchMethod_e searchMethod, ZSTD_dictMode_e dic… in ZSTD_selectLazyVTable() 1480 const searchMethod_e searchMethod, const U32 depth, in ZSTD_compressBlock_lazy_generic() 1870 const searchMethod_e searchMethod, const U32 depth) in ZSTD_compressBlock_lazy_extDict_generic()
|