Searched refs:ddsAttempt (Results 1 – 1 of 1) sorted by relevance
542 U32 ddsAttempt; in ZSTD_dedicatedDictSearch_lazy_search() local545 for (ddsAttempt = 0; ddsAttempt < bucketSize - 1; ddsAttempt++) { in ZSTD_dedicatedDictSearch_lazy_search()546 PREFETCH_L1(ddsBase + dms->hashTable[ddsIdx + ddsAttempt]); in ZSTD_dedicatedDictSearch_lazy_search()556 for (ddsAttempt = 0; ddsAttempt < bucketLimit; ddsAttempt++) { in ZSTD_dedicatedDictSearch_lazy_search()559 matchIndex = dms->hashTable[ddsIdx + ddsAttempt]; in ZSTD_dedicatedDictSearch_lazy_search()590 U32 const chainAttempts = nbAttempts - ddsAttempt; in ZSTD_dedicatedDictSearch_lazy_search()