Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_double_fast.c353 const U32* const dictHashLong = dms->hashTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
372 PREFETCH_AREA(dictHashLong, hashTableBytes); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
392 … U32 const dictMatchIndexAndTagL = dictHashLong[dictHashAndTagL >> ZSTD_SHORT_CACHE_TAG_BITS]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
461 … U32 const dictMatchIndexAndTagL3 = dictHashLong[dictHashAndTagL3 >> ZSTD_SHORT_CACHE_TAG_BITS]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
/src/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c282 const U32* const dictHashLong = dms->hashTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
345 U32 const dictMatchIndexL = dictHashLong[dictHL]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
396 U32 const dictMatchIndexL3 = dictHashLong[dictHLNext]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()