Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_fast.c76 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
[all …]