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