Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_fast.c504 const U32* const dictHashTable = dms->hashTable; in ZSTD_compressBlock_fast_dictMatchState_generic() local
528 PREFETCH_AREA(dictHashTable, hashTableBytes); in ZSTD_compressBlock_fast_dictMatchState_generic()
546 U32 dictMatchIndexAndTag = dictHashTable[dictHashAndTag0 >> ZSTD_SHORT_CACHE_TAG_BITS]; in ZSTD_compressBlock_fast_dictMatchState_generic()
616 dictMatchIndexAndTag = dictHashTable[dictHashAndTag1 >> ZSTD_SHORT_CACHE_TAG_BITS]; in ZSTD_compressBlock_fast_dictMatchState_generic()
H A Dzstd_lazy.c176 const U32 * const dictHashTable = dms->hashTable; in ZSTD_DUBT_findBetterDictMatch() local
179 U32 dictMatchIndex = dictHashTable[h]; in ZSTD_DUBT_findBetterDictMatch()