Searched refs:hashSmall (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/lib/zstd/ |
D | compress.c | 1239 U32 *const hashSmall = cctx->chainTable; in ZSTD_fillDoubleHashTable() local 1247 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip - base); in ZSTD_fillDoubleHashTable() 1258 U32 *const hashSmall = cctx->chainTable; in ZSTD_compressBlock_doubleFast_generic() local 1289 U32 const matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_generic() 1292 hashLong[h2] = hashSmall[h] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_generic() 1348 …hashLong[ZSTD_hashPtr(base + curr + 2, hBitsL, 8)] = hashSmall[ZSTD_hashPtr(base + curr + 2, hBits… in ZSTD_compressBlock_doubleFast_generic() 1350 …hashLong[ZSTD_hashPtr(ip - 2, hBitsL, 8)] = hashSmall[ZSTD_hashPtr(ip - 2, hBitsS, mls)] = (U32)(i… in ZSTD_compressBlock_doubleFast_generic() 1361 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip - base); in ZSTD_compressBlock_doubleFast_generic() 1399 U32 *const hashSmall = ctx->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local 1419 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic() [all …]
|