Lines Matching defs:hashSmall
1239 U32 *const hashSmall = cctx->chainTable;
1247 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip - base);
1258 U32 *const hashSmall = cctx->chainTable;
1289 U32 const matchIndexS = hashSmall[h];
1292 hashLong[h2] = hashSmall[h] = curr; /* update hash tables */
1348 hashLong[ZSTD_hashPtr(base + curr + 2, hBitsL, 8)] = hashSmall[ZSTD_hashPtr(base + curr + 2, hBitsS, mls)] =
1350 hashLong[ZSTD_hashPtr(ip - 2, hBitsL, 8)] = hashSmall[ZSTD_hashPtr(ip - 2, hBitsS, mls)] = (U32)(ip - 2 - base);
1361 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip - base);
1399 U32 *const hashSmall = ctx->chainTable;
1419 const U32 matchIndex = hashSmall[hSmall];
1433 hashSmall[hSmall] = hashLong[hLong] = curr; /* update hash table */
1502 hashSmall[ZSTD_hashPtr(base + curr + 2, hBitsS, mls)] = curr + 2;
1504 hashSmall[ZSTD_hashPtr(ip - 2, hBitsS, mls)] = (U32)(ip - 2 - base);
1520 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = curr2;