Searched refs:searchMethod (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/zstd/compress/ |
| H A D | zstd_lazy.c | 1451 switch (searchMethod) { \ 1495 searchMethod_e const searchMethod, in ZSTD_searchMax() argument 1521 const searchMethod_e searchMethod, const U32 depth, in ZSTD_compressBlock_lazy_generic() argument 1570 if (searchMethod == search_rowHash) { in ZSTD_compressBlock_lazy_generic() 1609 …ize_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offbaseFound, mls, rowLog, searchMethod, dictMode); in ZSTD_compressBlock_lazy_generic() 1730 if (searchMethod == search_rowHash) { in ZSTD_compressBlock_lazy_generic() 1942 const searchMethod_e searchMethod, const U32 depth) in ZSTD_compressBlock_lazy_extDict_generic() argument 1948 …const BYTE* const ilimit = searchMethod == search_rowHash ? iend - 8 - ZSTD_ROW_HASH_CACHE_SIZE : … in ZSTD_compressBlock_lazy_extDict_generic() 1961 DEBUGLOG(5, "ZSTD_compressBlock_lazy_extDict_generic (searchFunc=%u)", (U32)searchMethod); in ZSTD_compressBlock_lazy_extDict_generic() 1968 if (searchMethod == search_rowHash) { in ZSTD_compressBlock_lazy_extDict_generic() [all …]
|