Home
last modified time | relevance | path

Searched defs:nbAttempts (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c516 size_t ZSTD_dedicatedDictSearch_lazy_search(size_t* offsetPtr, size_t ml, U32 nbAttempts, in ZSTD_dedicatedDictSearch_lazy_search()
670 U32 nbAttempts = 1U << cParams->searchLog; in ZSTD_HcFindBestMatch() local
1155 U32 nbAttempts = 1U << cappedSearchLog; in ZSTD_RowFindBestMatch() local
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c503 U32 nbAttempts = 1U << cParams->searchLog; in ZSTD_HcFindBestMatch_generic() local