Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c22 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable() local
40 hashSmall[smHash] = curr + i; in ZSTD_fillDoubleHashTable()
59 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_generic() local
134 U32 matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_generic()
142 hashLong[h2] = hashSmall[h] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_generic()
267 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base); in ZSTD_compressBlock_doubleFast_generic()
285 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_generic()
367 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local
395 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic()
409 hashSmall[hSmall] = hashLong[hLong] = curr; /* update hash table */ in ZSTD_compressBlock_doubleFast_extDict_generic()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17386 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable() local
17404 hashSmall[smHash] = current + i; in ZSTD_fillDoubleHashTable()
17423 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_generic() local
17498 U32 matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_generic()
17506 hashLong[h2] = hashSmall[h] = current; /* update hash tables */ in ZSTD_compressBlock_doubleFast_generic()
17631 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base); in ZSTD_compressBlock_doubleFast_generic()
17649 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_generic()
17665 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_generic()
17731 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local
17759 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic()
[all …]