Searched refs:nbAttempts (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/lz4/
H A Dlz4hc_compress.c115 int nbAttempts = maxNbAttempts; local
123 && (nbAttempts)) {
124 nbAttempts--;
188 int nbAttempts = maxNbAttempts; local
196 && (nbAttempts)) {
197 nbAttempts--;
/linux-master/lib/zstd/compress/
H A Dzstd_lazy.c516 size_t ZSTD_dedicatedDictSearch_lazy_search(size_t* offsetPtr, size_t ml, U32 nbAttempts, argument
527 const U32 bucketLimit = nbAttempts < bucketSize - 1 ? nbAttempts : bucketSize - 1;
576 U32 const chainAttempts = nbAttempts - ddsAttempt;
670 U32 nbAttempts = 1U << cParams->searchLog; local
689 for ( ; (matchIndex>=lowLimit) & (nbAttempts>0) ; nbAttempts--) {
714 assert(nbAttempts <= (1U << ZSTD_SEARCHLOG_MAX)); /* Check we haven't underflowed. */
716 ml = ZSTD_dedicatedDictSearch_lazy_search(offsetPtr, ml, nbAttempts, dms,
731 for ( ; (matchIndex>=dmsLowestIndex) & (nbAttempts>
1146 U32 nbAttempts = 1U << cappedSearchLog; local
[all...]

Completed in 214 milliseconds