Searched refs:ZSTD_dedicatedDictSearch_lazy_search (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/lib/zstd/compress/ |
D | zstd_lazy.c | 516 size_t ZSTD_dedicatedDictSearch_lazy_search(size_t* offsetPtr, size_t ml, U32 nbAttempts, in ZSTD_dedicatedDictSearch_lazy_search() function 716 ml = ZSTD_dedicatedDictSearch_lazy_search(offsetPtr, ml, nbAttempts, dms, in ZSTD_HcFindBestMatch() 1247 ml = ZSTD_dedicatedDictSearch_lazy_search(offsetPtr, ml, nbAttempts + ddsExtraAttempts, dms, in ZSTD_RowFindBestMatch()
|