Home
last modified time | relevance | path

Searched refs:ddsIdx (Results 1 – 1 of 1) sorted by relevance

/external/zstd/lib/compress/
Dzstd_lazy.c625 const size_t ddsIdx = dictMode == ZSTD_dedicatedDictSearch in ZSTD_HcFindBestMatch_generic() local
631 const U32* entry = &dms->hashTable[ddsIdx]; in ZSTD_HcFindBestMatch_generic()
674 PREFETCH_L1(ddsBase + dms->hashTable[ddsIdx + ddsAttempt]); in ZSTD_HcFindBestMatch_generic()
678 U32 const chainPackedPointer = dms->hashTable[ddsIdx + bucketSize - 1]; in ZSTD_HcFindBestMatch_generic()
687 matchIndex = dms->hashTable[ddsIdx + ddsAttempt]; in ZSTD_HcFindBestMatch_generic()
715 U32 const chainPackedPointer = dms->hashTable[ddsIdx + bucketSize - 1]; in ZSTD_HcFindBestMatch_generic()