Lines Matching refs:hashLong
57 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_generic() local
133 U32 const matchIndexL = hashLong[h2]; in ZSTD_compressBlock_doubleFast_generic()
142 hashLong[h2] = hashSmall[h] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_generic()
210 U32 const matchIndexL3 = hashLong[hl3]; in ZSTD_compressBlock_doubleFast_generic()
212 hashLong[hl3] = curr + 1; in ZSTD_compressBlock_doubleFast_generic()
264 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_generic()
265 hashLong[ZSTD_hashPtr(ip-2, hBitsL, 8)] = (U32)(ip-2-base); in ZSTD_compressBlock_doubleFast_generic()
286 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_generic()
302 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_generic()
365 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local
400 const U32 matchLongIndex = hashLong[hLong]; in ZSTD_compressBlock_doubleFast_extDict_generic()
409 hashSmall[hSmall] = hashLong[hLong] = curr; /* update hash table */ in ZSTD_compressBlock_doubleFast_extDict_generic()
432 U32 const matchIndex3 = hashLong[h3]; in ZSTD_compressBlock_doubleFast_extDict_generic()
436 hashLong[h3] = curr + 1; in ZSTD_compressBlock_doubleFast_extDict_generic()
468 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_extDict_generic()
469 hashLong[ZSTD_hashPtr(ip-2, hBitsL, 8)] = (U32)(ip-2-base); in ZSTD_compressBlock_doubleFast_extDict_generic()
487 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic()