Lines Matching defs:hashSmall
22 U32* const hashSmall = ms->chainTable;
40 hashSmall[smHash] = curr + i;
58 U32* const hashSmall = ms->chainTable;
124 const U32 idxs0 = hashSmall[hs0];
128 hashLong[hl0] = hashSmall[hs0] = curr; /* update hash tables */
233 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert;
234 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base);
244 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip-base);
265 U32* const hashSmall = ms->chainTable;
316 U32 matchIndexS = hashSmall[h];
323 hashLong[h2] = hashSmall[h] = curr; /* update hash tables */
435 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert;
436 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base);
452 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2;
538 U32* const hashSmall = ms->chainTable;
566 const U32 matchIndex = hashSmall[hSmall];
580 hashSmall[hSmall] = hashLong[hLong] = curr; /* update hash table */
641 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert;
642 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base);
657 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2;