Searched refs:hashSmall (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_double_fast.c | 22 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 …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 17384 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable() local 17402 hashSmall[smHash] = current + i; in ZSTD_fillDoubleHashTable() 17421 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_generic() local 17496 U32 matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_generic() 17504 hashLong[h2] = hashSmall[h] = current; /* update hash tables */ in ZSTD_compressBlock_doubleFast_generic() 17629 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base); in ZSTD_compressBlock_doubleFast_generic() 17647 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_generic() 17663 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_generic() 17729 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local 17757 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic() [all …]
|