Searched refs:cappedSearchLog (Results 1 – 1 of 1) sorted by relevance
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()