Searched refs:hashSmall (Results 1 – 1 of 1) sorted by relevance
26 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTableForCDict() local44 ZSTD_writeTaggedIndex(hashSmall, smHashAndTag, curr + i); in ZSTD_fillDoubleHashTableForCDict()64 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTableForCCtx() local82 hashSmall[smHash] = curr + i; in ZSTD_fillDoubleHashTableForCCtx()113 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_noDict_generic() local184 const U32 idxs0 = hashSmall[hs0]; in ZSTD_compressBlock_doubleFast_noDict_generic()337 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local398 U32 matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()405 hashLong[h2] = hashSmall[h] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_dictMatchState_generic()619 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local[all …]