matchIndexL      1288 lib/zstd/compress.c 		U32 const matchIndexL = hashLong[h2];
matchIndexL      1290 lib/zstd/compress.c 		const BYTE *matchLong = base + matchIndexL;
matchIndexL      1300 lib/zstd/compress.c 			if ((matchIndexL > lowestIndex) && (ZSTD_read64(matchLong) == ZSTD_read64(ip))) {