lowestIndex 1017 lib/zstd/compress.c const U32 lowestIndex = cctx->dictLimit; lowestIndex 1018 lib/zstd/compress.c const BYTE *const lowest = base + lowestIndex; lowestIndex 1049 lib/zstd/compress.c if ((matchIndex <= lowestIndex) || (ZSTD_read32(match) != ZSTD_read32(ip))) { lowestIndex 1126 lib/zstd/compress.c const U32 lowestIndex = ctx->lowLimit; lowestIndex 1127 lib/zstd/compress.c const BYTE *const dictStart = dictBase + lowestIndex; lowestIndex 1148 lib/zstd/compress.c if ((((U32)((dictLimit - 1) - repIndex) >= 3) /* intentional underflow */ & (repIndex > lowestIndex)) && lowestIndex 1155 lib/zstd/compress.c if ((matchIndex < lowestIndex) || (ZSTD_read32(match) != ZSTD_read32(ip))) { lowestIndex 1189 lib/zstd/compress.c if ((((U32)((dictLimit - 1) - repIndex2) >= 3) & (repIndex2 > lowestIndex)) /* intentional overflow */ lowestIndex 1265 lib/zstd/compress.c const U32 lowestIndex = cctx->dictLimit; lowestIndex 1266 lib/zstd/compress.c const BYTE *const lowest = base + lowestIndex; lowestIndex 1300 lib/zstd/compress.c if ((matchIndexL > lowestIndex) && (ZSTD_read64(matchLong) == ZSTD_read64(ip))) { lowestIndex 1308 lib/zstd/compress.c } else if ((matchIndexS > lowestIndex) && (ZSTD_read32(match) == ZSTD_read32(ip))) { lowestIndex 1313 lib/zstd/compress.c if ((matchIndex3 > lowestIndex) && (ZSTD_read64(match3) == ZSTD_read64(ip + 1))) { lowestIndex 1407 lib/zstd/compress.c const U32 lowestIndex = ctx->lowLimit; lowestIndex 1408 lib/zstd/compress.c const BYTE *const dictStart = dictBase + lowestIndex; lowestIndex 1435 lib/zstd/compress.c if ((((U32)((dictLimit - 1) - repIndex) >= 3) /* intentional underflow */ & (repIndex > lowestIndex)) && lowestIndex 1442 lib/zstd/compress.c if ((matchLongIndex > lowestIndex) && (ZSTD_read64(matchLong) == ZSTD_read64(ip))) { lowestIndex 1457 lib/zstd/compress.c } else if ((matchIndex > lowestIndex) && (ZSTD_read32(match) == ZSTD_read32(ip))) { lowestIndex 1464 lib/zstd/compress.c if ((matchIndex3 > lowestIndex) && (ZSTD_read64(match3) == ZSTD_read64(ip + 1))) { lowestIndex 1511 lib/zstd/compress.c if ((((U32)((dictLimit - 1) - repIndex2) >= 3) & (repIndex2 > lowestIndex)) /* intentional overflow */ lowestIndex 2068 lib/zstd/compress.c const U32 lowestIndex = ctx->lowLimit; lowestIndex 2098 lib/zstd/compress.c if (((U32)((dictLimit - 1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */ lowestIndex 2132 lib/zstd/compress.c if (((U32)((dictLimit - 1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */ lowestIndex 2167 lib/zstd/compress.c if (((U32)((dictLimit - 1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */ lowestIndex 2222 lib/zstd/compress.c if (((U32)((dictLimit - 1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */ lowestIndex 709 lib/zstd/zstd_opt.h const U32 lowestIndex = ctx->lowLimit; lowestIndex 754 lib/zstd/zstd_opt.h (((U32)((dictLimit - 1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */ lowestIndex 867 lib/zstd/zstd_opt.h (((U32)((dictLimit - 1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */