Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c22 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable() local
40 hashSmall[smHash] = current + i; in ZSTD_fillDoubleHashTable()
56 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_generic() local
83 U32 const matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_generic()
86 hashLong[h2] = hashSmall[h] = current; /* update hash tables */ in ZSTD_compressBlock_doubleFast_generic()
135 hashSmall[ZSTD_hashPtr(ip-2, hBitsS, mls)] = (U32)(ip-2-base); in ZSTD_compressBlock_doubleFast_generic()
144 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_generic()
188 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local
207 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic()
279 hashSmall[ZSTD_hashPtr(ip-2, hBitsS, mls)] = (U32)(ip-2-base); in ZSTD_compressBlock_doubleFast_extDict_generic()
[all …]