Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_fast.c563 size_t const dictHashAndTag1 = ZSTD_hashPtr(ip1, dictHBits, mls); in ZSTD_compressBlock_fast_dictMatchState_generic() local
616 dictMatchIndexAndTag = dictHashTable[dictHashAndTag1 >> ZSTD_SHORT_CACHE_TAG_BITS]; in ZSTD_compressBlock_fast_dictMatchState_generic()
617 dictTagsMatch = ZSTD_comparePackedTags(dictMatchIndexAndTag, dictHashAndTag1); in ZSTD_compressBlock_fast_dictMatchState_generic()