Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_double_fast.c26 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTableForCDict() local
44 ZSTD_writeTaggedIndex(hashSmall, smHashAndTag, curr + i); in ZSTD_fillDoubleHashTableForCDict()
64 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTableForCCtx() local
82 hashSmall[smHash] = curr + i; in ZSTD_fillDoubleHashTableForCCtx()
113 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_noDict_generic() local
184 const U32 idxs0 = hashSmall[hs0]; in ZSTD_compressBlock_doubleFast_noDict_generic()
337 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
398 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 …]