Searched refs:searchMethod_e (Results 1 – 2 of 2) sorted by relevance
| /src/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()
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 1425 typedef enum { search_hashChain=0, search_binaryTree=1, search_rowHash=2 } searchMethod_e; typedef 1495 searchMethod_e const searchMethod, in ZSTD_searchMax() 1521 const searchMethod_e searchMethod, const U32 depth, in ZSTD_compressBlock_lazy_generic() 1942 const searchMethod_e searchMethod, const U32 depth) in ZSTD_compressBlock_lazy_extDict_generic()
|