matchIndexS 1289 lib/zstd/compress.c U32 const matchIndexS = hashSmall[h]; matchIndexS 1291 lib/zstd/compress.c const BYTE *match = base + matchIndexS; matchIndexS 1308 lib/zstd/compress.c } else if ((matchIndexS > lowestIndex) && (ZSTD_read32(match) == ZSTD_read32(ip))) {