Home
last modified time | relevance | path

Searched refs:lowestIndex (Results 1 – 2 of 2) sorted by relevance

/lib/zstd/
Dcompress.c1017 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()
[all …]
Dzstd_opt.h709 const U32 lowestIndex = ctx->lowLimit; in ZSTD_compressBlock_opt_extDict_generic() local
754 … (((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()