Searched refs:ddsAttempt (Results 1 – 2 of 2) sorted by relevance
528 U32 ddsAttempt; in ZSTD_dedicatedDictSearch_lazy_search() local531 for (ddsAttempt = 0; ddsAttempt < bucketSize - 1; ddsAttempt++) { in ZSTD_dedicatedDictSearch_lazy_search()532 PREFETCH_L1(ddsBase + dms->hashTable[ddsIdx + ddsAttempt]); in ZSTD_dedicatedDictSearch_lazy_search()542 for (ddsAttempt = 0; ddsAttempt < bucketLimit; ddsAttempt++) { in ZSTD_dedicatedDictSearch_lazy_search()545 matchIndex = dms->hashTable[ddsIdx + ddsAttempt]; in ZSTD_dedicatedDictSearch_lazy_search()576 U32 const chainAttempts = nbAttempts - ddsAttempt; in ZSTD_dedicatedDictSearch_lazy_search()
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()