Searched refs:cappedSearchLog (Results 1 – 2 of 2) sorted by relevance
1154 …const U32 cappedSearchLog = MIN(cParams->searchLog, rowLog); /* nb of searches is capped at nb ent… in ZSTD_RowFindBestMatch() local1155 U32 nbAttempts = 1U << cappedSearchLog; in ZSTD_RowFindBestMatch()
1167 …const U32 cappedSearchLog = MIN(cParams->searchLog, rowLog); /* nb of searches is capped at nb ent… in ZSTD_RowFindBestMatch() local1170 U32 nbAttempts = 1U << cappedSearchLog; in ZSTD_RowFindBestMatch()