Home
last modified time | relevance | path

Searched refs:hashLong (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_double_fast.c56 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_noDict_generic() local
118 idxl0 = hashLong[hl0]; in ZSTD_compressBlock_doubleFast_noDict_generic()
128 hashLong[hl0] = hashSmall[hs0] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_noDict_generic()
150 idxl1 = hashLong[hl1]; in ZSTD_compressBlock_doubleFast_noDict_generic()
217 hashLong[hl1] = (U32)(ip1 - base); in ZSTD_compressBlock_doubleFast_noDict_generic()
231 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_noDict_generic()
232 hashLong[ZSTD_hashPtr(ip-2, hBitsL, 8)] = (U32)(ip-2-base); in ZSTD_compressBlock_doubleFast_noDict_generic()
245 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_noDict_generic()
263 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
315 U32 const matchIndexL = hashLong[h in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
536 U32* const hashLong = ms->hashTable; ZSTD_compressBlock_doubleFast_extDict_generic() local
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c1256 U32 *const hashLong = cctx->hashTable; in ZSTD_compressBlock_doubleFast_generic() local
1288 U32 const matchIndexL = hashLong[h2]; in ZSTD_compressBlock_doubleFast_generic()
1292 hashLong[h2] = hashSmall[h] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_generic()
1310 U32 const matchIndex3 = hashLong[h3]; in ZSTD_compressBlock_doubleFast_generic()
1312 hashLong[h3] = curr + 1; in ZSTD_compressBlock_doubleFast_generic()
1348 hashLong[ZSTD_hashPtr(base + curr + 2, hBitsL, 8)] = hashSmall[ZSTD_hashPtr(base + curr + 2, hBitsS, mls)] = in ZSTD_compressBlock_doubleFast_generic()
1350 hashLong[ZSTD_hashPtr(ip - 2, hBitsL, 8)] = hashSmall[ZSTD_hashPtr(ip - 2, hBitsS, mls)] = (U32)(ip - 2 - base); in ZSTD_compressBlock_doubleFast_generic()
1362 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = (U32)(ip - base); in ZSTD_compressBlock_doubleFast_generic()
1397 U32 *const hashLong = ctx->hashTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local
1424 const U32 matchLongIndex = hashLong[hLon in ZSTD_compressBlock_doubleFast_extDict_generic()
[all...]

Completed in 6 milliseconds