Lines Matching refs:hash0

76         size_t const hash0 = ZSTD_hashPtr(ip, hBits, mls);  in ZSTD_fillHashTableForCCtx()  local
77 hashTable[hash0] = curr; in ZSTD_fillHashTableForCCtx()
219 size_t hash0; /* hash for ip0 */ in ZSTD_compressBlock_fast_noDict_generic() local
260 hash0 = ZSTD_hashPtr(ip0, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
263 matchIdx = hashTable[hash0]; in ZSTD_compressBlock_fast_noDict_generic()
271 hashTable[hash0] = current0; in ZSTD_compressBlock_fast_noDict_generic()
304 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic()
314 hashTable[hash0] = current0; in ZSTD_compressBlock_fast_noDict_generic()
331 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic()
543 size_t hash0 = ZSTD_hashPtr(ip0, hlog, mls); in ZSTD_compressBlock_fast_dictMatchState_generic() local
549 U32 matchIndex = hashTable[hash0]; in ZSTD_compressBlock_fast_dictMatchState_generic()
564 hashTable[hash0] = curr; /* update hash table */ in ZSTD_compressBlock_fast_dictMatchState_generic()
629 hash0 = hash1; in ZSTD_compressBlock_fast_dictMatchState_generic()
741 size_t hash0; /* hash for ip0 */ in ZSTD_compressBlock_fast_extDict_generic() local
784 hash0 = ZSTD_hashPtr(ip0, hlog, mls); in ZSTD_compressBlock_fast_extDict_generic()
787 idx = hashTable[hash0]; in ZSTD_compressBlock_fast_extDict_generic()
805 hashTable[hash0] = current0; in ZSTD_compressBlock_fast_extDict_generic()
837 hash0 = hash1; in ZSTD_compressBlock_fast_extDict_generic()
847 hashTable[hash0] = current0; in ZSTD_compressBlock_fast_extDict_generic()
865 hash0 = hash1; in ZSTD_compressBlock_fast_extDict_generic()