Searched refs:searchMethod (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 1453 ZSTD_selectLazyVTable(ZSTD_matchState_t const* ms, searchMethod_e searchMethod, ZSTD_dictMode_e dic… in ZSTD_selectLazyVTable() argument 1463 switch (searchMethod) { in ZSTD_selectLazyVTable() 1480 const searchMethod_e searchMethod, const U32 depth, in ZSTD_compressBlock_lazy_generic() argument 1487 …const BYTE* const ilimit = (searchMethod == search_rowHash) ? iend - 8 - ZSTD_ROW_HASH_CACHE_SIZE … in ZSTD_compressBlock_lazy_generic() 1492 searchMax_f const searchMax = ZSTD_selectLazyVTable(ms, searchMethod, dictMode)->searchMax; in ZSTD_compressBlock_lazy_generic() 1526 if (searchMethod == search_rowHash) { in ZSTD_compressBlock_lazy_generic() 1870 const searchMethod_e searchMethod, const U32 depth) in ZSTD_compressBlock_lazy_extDict_generic() argument 1876 …const BYTE* const ilimit = searchMethod == search_rowHash ? iend - 8 - ZSTD_ROW_HASH_CACHE_SIZE : … in ZSTD_compressBlock_lazy_extDict_generic() 1886 searchMax_f const searchMax = ZSTD_selectLazyVTable(ms, searchMethod, ZSTD_extDict)->searchMax; in ZSTD_compressBlock_lazy_extDict_generic() 1889 DEBUGLOG(5, "ZSTD_compressBlock_lazy_extDict_generic (searchFunc=%u)", (U32)searchMethod); in ZSTD_compressBlock_lazy_extDict_generic() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 629 const searchMethod_e searchMethod, const U32 depth, in ZSTD_compressBlock_lazy_generic() argument 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() 933 const searchMethod_e searchMethod, const U32 depth) in ZSTD_compressBlock_lazy_extDict_generic() argument 951 …searchMax_f searchMax = searchMethod==search_binaryTree ? ZSTD_BtFindBestMatch_extDict_selectMLS :… in ZSTD_compressBlock_lazy_extDict_generic()
|