Lines Matching refs:lowestIndex
1017 const U32 lowestIndex = cctx->dictLimit; in ZSTD_compressBlock_fast_generic() local
1018 const BYTE *const lowest = base + lowestIndex; in ZSTD_compressBlock_fast_generic()
1049 if ((matchIndex <= lowestIndex) || (ZSTD_read32(match) != ZSTD_read32(ip))) { in ZSTD_compressBlock_fast_generic()
1126 const U32 lowestIndex = ctx->lowLimit; in ZSTD_compressBlock_fast_extDict_generic() local
1127 const BYTE *const dictStart = dictBase + lowestIndex; in ZSTD_compressBlock_fast_extDict_generic()
1148 …((U32)((dictLimit - 1) - repIndex) >= 3) /* intentional underflow */ & (repIndex > lowestIndex)) && in ZSTD_compressBlock_fast_extDict_generic()
1155 if ((matchIndex < lowestIndex) || (ZSTD_read32(match) != ZSTD_read32(ip))) { in ZSTD_compressBlock_fast_extDict_generic()
1189 …if ((((U32)((dictLimit - 1) - repIndex2) >= 3) & (repIndex2 > lowestIndex)) /* intentional overflo… in ZSTD_compressBlock_fast_extDict_generic()
1265 const U32 lowestIndex = cctx->dictLimit; in ZSTD_compressBlock_doubleFast_generic() local
1266 const BYTE *const lowest = base + lowestIndex; in ZSTD_compressBlock_doubleFast_generic()
1300 if ((matchIndexL > lowestIndex) && (ZSTD_read64(matchLong) == ZSTD_read64(ip))) { in ZSTD_compressBlock_doubleFast_generic()
1308 } else if ((matchIndexS > lowestIndex) && (ZSTD_read32(match) == ZSTD_read32(ip))) { in ZSTD_compressBlock_doubleFast_generic()
1313 if ((matchIndex3 > lowestIndex) && (ZSTD_read64(match3) == ZSTD_read64(ip + 1))) { in ZSTD_compressBlock_doubleFast_generic()
1407 const U32 lowestIndex = ctx->lowLimit; in ZSTD_compressBlock_doubleFast_extDict_generic() local
1408 const BYTE *const dictStart = dictBase + lowestIndex; in ZSTD_compressBlock_doubleFast_extDict_generic()
1435 …((U32)((dictLimit - 1) - repIndex) >= 3) /* intentional underflow */ & (repIndex > lowestIndex)) && in ZSTD_compressBlock_doubleFast_extDict_generic()
1442 if ((matchLongIndex > lowestIndex) && (ZSTD_read64(matchLong) == ZSTD_read64(ip))) { in ZSTD_compressBlock_doubleFast_extDict_generic()
1457 } else if ((matchIndex > lowestIndex) && (ZSTD_read32(match) == ZSTD_read32(ip))) { in ZSTD_compressBlock_doubleFast_extDict_generic()
1464 if ((matchIndex3 > lowestIndex) && (ZSTD_read64(match3) == ZSTD_read64(ip + 1))) { in ZSTD_compressBlock_doubleFast_extDict_generic()
1511 …if ((((U32)((dictLimit - 1) - repIndex2) >= 3) & (repIndex2 > lowestIndex)) /* intentional overflo… in ZSTD_compressBlock_doubleFast_extDict_generic()
2068 const U32 lowestIndex = ctx->lowLimit; in ZSTD_compressBlock_lazy_extDict_generic() local
2098 …if (((U32)((dictLimit - 1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */ in ZSTD_compressBlock_lazy_extDict_generic()
2132 …if (((U32)((dictLimit - 1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */ in ZSTD_compressBlock_lazy_extDict_generic()
2167 …if (((U32)((dictLimit - 1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */ in ZSTD_compressBlock_lazy_extDict_generic()
2222 …if (((U32)((dictLimit - 1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */ in ZSTD_compressBlock_lazy_extDict_generic()