Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_lazy.c1145 …const U32 cappedSearchLog = MIN(cParams->searchLog, rowLog); /* nb of searches is capped at nb ent… in ZSTD_RowFindBestMatch() local
1146 U32 nbAttempts = 1U << cappedSearchLog; in ZSTD_RowFindBestMatch()