Searched refs:nbAttempts (Results 1 – 2 of 2) sorted by relevance
619 U32 nbAttempts = 1U << cParams->searchLog; in ZSTD_HcFindBestMatch_generic() local638 for ( ; (matchIndex>=lowLimit) & (nbAttempts>0) ; nbAttempts--) { in ZSTD_HcFindBestMatch_generic()670 const U32 bucketLimit = nbAttempts < bucketSize - 1 ? nbAttempts : bucketSize - 1; in ZSTD_HcFindBestMatch_generic()718 U32 const chainAttempts = nbAttempts - ddsAttempt; in ZSTD_HcFindBestMatch_generic()761 for ( ; (matchIndex>=dmsLowestIndex) & (nbAttempts>0) ; nbAttempts--) { in ZSTD_HcFindBestMatch_generic()
18888 U32 nbAttempts = 1U << cParams->searchLog; in ZSTD_HcFindBestMatch_generic() local18894 for ( ; (matchIndex>lowLimit) & (nbAttempts>0) ; nbAttempts--) { in ZSTD_HcFindBestMatch_generic()18933 for ( ; (matchIndex>dmsLowestIndex) & (nbAttempts>0) ; nbAttempts--) { in ZSTD_HcFindBestMatch_generic()