Lines Matching defs:ddsIdx
520 const U32 dictLimit, const size_t ddsIdx) {
532 PREFETCH_L1(ddsBase + dms->hashTable[ddsIdx + ddsAttempt]);
536 U32 const chainPackedPointer = dms->hashTable[ddsIdx + bucketSize - 1];
545 matchIndex = dms->hashTable[ddsIdx + ddsAttempt];
573 U32 const chainPackedPointer = dms->hashTable[ddsIdx + bucketSize - 1];
676 const size_t ddsIdx = dictMode == ZSTD_dedicatedDictSearch
682 const U32* entry = &dms->hashTable[ddsIdx];
717 ip, iLimit, prefixStart, curr, dictLimit, ddsIdx);
1153 size_t ddsIdx = 0;
1162 ddsIdx = ZSTD_hashPtr(ip, ddsHashLog, mls) << ZSTD_LAZY_DDSS_BUCKET_LOG;
1163 PREFETCH_L1(&dms->hashTable[ddsIdx]);
1248 ip, iLimit, prefixStart, curr, dictLimit, ddsIdx);