Searched refs:hashSmall (Results 1 – 2 of 2) sorted by relevance
/freebsd/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() 58 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_noDict_generic() local 124 const U32 idxs0 = hashSmall[hs0]; in ZSTD_compressBlock_doubleFast_noDict_generic() 128 hashLong[hl0] = hashSmall[hs0] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_noDict_generic() 233 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_noDict_generic() 234 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base); in ZSTD_compressBlock_doubleFast_noDict_generic() 244 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_noDict_generic() 265 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local 316 U32 matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() [all …]
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_double_fast.c | 22 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable() local 40 hashSmall[smHash] = current + 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] = current; /* update hash tables */ in ZSTD_compressBlock_doubleFast_generic() 266 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; 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() 301 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_generic() 367 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local [all …]
|