Lines Matching full:hash1

220     size_t hash1; /* hash for ip1 */  in ZSTD_compressBlock_fast_noDict_generic()  local
261 hash1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
286 hashTable[hash1] = (U32)(ip1 - base); in ZSTD_compressBlock_fast_noDict_generic()
295 hashTable[hash1] = (U32)(ip1 - base); in ZSTD_compressBlock_fast_noDict_generic()
301 matchIdx = hashTable[hash1]; in ZSTD_compressBlock_fast_noDict_generic()
304 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic()
305 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
322 hashTable[hash1] = (U32)(ip1 - base); in ZSTD_compressBlock_fast_noDict_generic()
328 matchIdx = hashTable[hash1]; in ZSTD_compressBlock_fast_noDict_generic()
331 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic()
332 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
562 const size_t hash1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_dictMatchState_generic() local
618 matchIndex = hashTable[hash1]; in ZSTD_compressBlock_fast_dictMatchState_generic()
629 hash0 = hash1; in ZSTD_compressBlock_fast_dictMatchState_generic()
742 size_t hash1; /* hash for ip1 */ in ZSTD_compressBlock_fast_extDict_generic() local
785 hash1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_extDict_generic()
833 idx = hashTable[hash1]; in ZSTD_compressBlock_fast_extDict_generic()
837 hash0 = hash1; in ZSTD_compressBlock_fast_extDict_generic()
838 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_extDict_generic()
861 idx = hashTable[hash1]; in ZSTD_compressBlock_fast_extDict_generic()
865 hash0 = hash1; in ZSTD_compressBlock_fast_extDict_generic()
866 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_extDict_generic()
931 hashTable[hash1] = (U32)(ip1 - base); in ZSTD_compressBlock_fast_extDict_generic()