Searched refs:hashLong (Results 1 – 1 of 1) sorted by relevance
111 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_noDict_generic() local178 idxl0 = hashLong[hl0]; in ZSTD_compressBlock_doubleFast_noDict_generic()214 idxl1 = hashLong[hl1]; in ZSTD_compressBlock_doubleFast_noDict_generic()288 hashLong[hl1] = (U32)(ip1 - base); in ZSTD_compressBlock_doubleFast_noDict_generic()335 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local397 U32 const matchIndexL = hashLong[h2]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()460 U32 const matchIndexL3 = hashLong[hl3]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()464 hashLong[hl3] = curr + 1; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()617 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local652 const U32 matchLongIndex = hashLong[hLong]; in ZSTD_compressBlock_doubleFast_extDict_generic()[all …]