Searched refs:lowestIndex (Results 1 – 2 of 2) sorted by relevance
1017 const U32 lowestIndex = cctx->dictLimit; in ZSTD_compressBlock_fast_generic() local1018 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() local1127 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() local1266 const BYTE *const lowest = base + lowestIndex; in ZSTD_compressBlock_doubleFast_generic()[all …]
709 const U32 lowestIndex = ctx->lowLimit; in ZSTD_compressBlock_opt_extDict_generic() local754 … (((U32)((dictLimit - 1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */ in ZSTD_compressBlock_opt_extDict_generic()867 … (((U32)((dictLimit - 1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */ in ZSTD_compressBlock_opt_extDict_generic()