Home
last modified time | relevance | path

Searched refs:cappedSearchLog (Results 1 – 2 of 2) sorted by relevance

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1154 …const U32 cappedSearchLog = MIN(cParams->searchLog, rowLog); /* nb of searches is capped at nb ent… in ZSTD_RowFindBestMatch() local
1155 U32 nbAttempts = 1U << cappedSearchLog; in ZSTD_RowFindBestMatch()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c1167 …const U32 cappedSearchLog = MIN(cParams->searchLog, rowLog); /* nb of searches is capped at nb ent… in ZSTD_RowFindBestMatch() local
1170 U32 nbAttempts = 1U << cappedSearchLog; in ZSTD_RowFindBestMatch()