Searched refs:dictMatchIndexAndTag (Results 1 – 1 of 1) sorted by relevance
546 U32 dictMatchIndexAndTag = dictHashTable[dictHashAndTag0 >> ZSTD_SHORT_CACHE_TAG_BITS]; in ZSTD_compressBlock_fast_dictMatchState_generic() local547 int dictTagsMatch = ZSTD_comparePackedTags(dictMatchIndexAndTag, dictHashAndTag0); in ZSTD_compressBlock_fast_dictMatchState_generic()577 const U32 dictMatchIndex = dictMatchIndexAndTag >> 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()617 dictTagsMatch = ZSTD_comparePackedTags(dictMatchIndexAndTag, dictHashAndTag1); in ZSTD_compressBlock_fast_dictMatchState_generic()