Searched refs:ZSTD_dedicatedDictSearch_lazy_search (Results 1 – 1 of 1) sorted by relevance
/linux/lib/zstd/compress/ |
H A D | zstd_lazy.c | 530 size_t ZSTD_dedicatedDictSearch_lazy_search(size_t* offsetPtr, size_t ml, U32 nbAttempts, in ZSTD_dedicatedDictSearch_lazy_search() function 737 ml = ZSTD_dedicatedDictSearch_lazy_search(offsetPtr, ml, nbAttempts, dms, in ZSTD_HcFindBestMatch() 1285 ml = ZSTD_dedicatedDictSearch_lazy_search(offsetPtr, ml, nbAttempts + ddsExtraAttempts, dms, in ZSTD_RowFindBestMatch()
|