Lines Matching refs:hashLong
1256 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, 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()
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[hLong]; in ZSTD_compressBlock_doubleFast_extDict_generic()
1433 hashSmall[hSmall] = hashLong[hLong] = curr; /* update hash table */ in ZSTD_compressBlock_doubleFast_extDict_generic()
1459 U32 const matchIndex3 = hashLong[h3]; in ZSTD_compressBlock_doubleFast_extDict_generic()
1463 hashLong[h3] = curr + 1; in ZSTD_compressBlock_doubleFast_extDict_generic()
1503 hashLong[ZSTD_hashPtr(base + curr + 2, hBitsL, 8)] = curr + 2; in ZSTD_compressBlock_doubleFast_extDict_generic()
1505 hashLong[ZSTD_hashPtr(ip - 2, hBitsL, 8)] = (U32)(ip - 2 - base); in ZSTD_compressBlock_doubleFast_extDict_generic()
1521 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = curr2; in ZSTD_compressBlock_doubleFast_extDict_generic()