repIndex2        1187 lib/zstd/compress.c 				U32 const repIndex2 = curr2 - offset_2;
repIndex2        1188 lib/zstd/compress.c 				const BYTE *repMatch2 = repIndex2 < dictLimit ? dictBase + repIndex2 : base + repIndex2;
repIndex2        1189 lib/zstd/compress.c 				if ((((U32)((dictLimit - 1) - repIndex2) >= 3) & (repIndex2 > lowestIndex)) /* intentional overflow */
repIndex2        1191 lib/zstd/compress.c 					const BYTE *const repEnd2 = repIndex2 < dictLimit ? dictEnd : iend;
repIndex2        1509 lib/zstd/compress.c 				U32 const repIndex2 = curr2 - offset_2;
repIndex2        1510 lib/zstd/compress.c 				const BYTE *repMatch2 = repIndex2 < dictLimit ? dictBase + repIndex2 : base + repIndex2;
repIndex2        1511 lib/zstd/compress.c 				if ((((U32)((dictLimit - 1) - repIndex2) >= 3) & (repIndex2 > lowestIndex)) /* intentional overflow */
repIndex2        1513 lib/zstd/compress.c 					const BYTE *const repEnd2 = repIndex2 < dictLimit ? dictEnd : iend;