Lines Matching refs:hashLong
56 U32* const hashLong = ms->hashTable;
118 idxl0 = hashLong[hl0];
128 hashLong[hl0] = hashSmall[hs0] = curr; /* update hash tables */
150 idxl1 = hashLong[hl1];
217 hashLong[hl1] = (U32)(ip1 - base);
231 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert;
232 hashLong[ZSTD_hashPtr(ip-2, hBitsL, 8)] = (U32)(ip-2-base);
245 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = (U32)(ip-base);
263 U32* const hashLong = ms->hashTable;
315 U32 const matchIndexL = hashLong[h2];
323 hashLong[h2] = hashSmall[h] = curr; /* update hash tables */
381 U32 const matchIndexL3 = hashLong[hl3];
383 hashLong[hl3] = curr + 1;
433 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert;
434 hashLong[ZSTD_hashPtr(ip-2, hBitsL, 8)] = (U32)(ip-2-base);
453 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2;
536 U32* const hashLong = ms->hashTable;
571 const U32 matchLongIndex = hashLong[hLong];
580 hashSmall[hSmall] = hashLong[hLong] = curr; /* update hash table */
603 U32 const matchIndex3 = hashLong[h3];
607 hashLong[h3] = curr + 1;
639 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert;
640 hashLong[ZSTD_hashPtr(ip-2, hBitsL, 8)] = (U32)(ip-2-base);
658 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2;