Searched refs:lowestIndex (Results 1 – 4 of 4) sorted by relevance
62 const U32 lowestIndex = ms->window.dictLimit; in ZSTD_compressBlock_doubleFast_generic() local63 const BYTE* const lowest = base + lowestIndex; in ZSTD_compressBlock_doubleFast_generic()96 if ( (matchIndexL > lowestIndex) && (MEM_read64(matchLong) == MEM_read64(ip)) ) { in ZSTD_compressBlock_doubleFast_generic()100 } else if ( (matchIndexS > lowestIndex) && (MEM_read32(match) == MEM_read32(ip)) ) { in ZSTD_compressBlock_doubleFast_generic()105 if ( (matchIndexL3 > lowestIndex) && (MEM_read64(matchL3) == MEM_read64(ip+1)) ) { in ZSTD_compressBlock_doubleFast_generic()195 const U32 lowestIndex = ms->window.lowLimit; in ZSTD_compressBlock_doubleFast_extDict_generic() local196 const BYTE* const dictStart = dictBase + lowestIndex; in ZSTD_compressBlock_doubleFast_extDict_generic()223 …f ( (((U32)((dictLimit-1) - repIndex) >= 3) /* intentional underflow */ & (repIndex > lowestIndex)) in ZSTD_compressBlock_doubleFast_extDict_generic()230 if ((matchLongIndex > lowestIndex) && (MEM_read64(matchLong) == MEM_read64(ip))) { in ZSTD_compressBlock_doubleFast_extDict_generic()241 } else if ((matchIndex > lowestIndex) && (MEM_read32(match) == MEM_read32(ip))) { in ZSTD_compressBlock_doubleFast_extDict_generic()[all …]
52 const U32 lowestIndex = ms->window.dictLimit; in ZSTD_compressBlock_fast_generic() local53 const BYTE* const lowest = base + lowestIndex; in ZSTD_compressBlock_fast_generic()80 if ( (matchIndex <= lowestIndex) in ZSTD_compressBlock_fast_generic()158 const U32 lowestIndex = ms->window.lowLimit; in ZSTD_compressBlock_fast_extDict_generic() local159 const BYTE* const dictStart = dictBase + lowestIndex; in ZSTD_compressBlock_fast_extDict_generic()180 …f ( (((U32)((dictLimit-1) - repIndex) >= 3) /* intentional underflow */ & (repIndex > lowestIndex)) in ZSTD_compressBlock_fast_extDict_generic()187 if ( (matchIndex < lowestIndex) || in ZSTD_compressBlock_fast_extDict_generic()217 …if ( (((U32)((dictLimit-1) - repIndex2) >= 3) & (repIndex2 > lowestIndex)) /* intentional overflo… in ZSTD_compressBlock_fast_extDict_generic()
640 const U32 lowestIndex = ms->window.lowLimit; in ZSTD_compressBlock_lazy_extDict_generic() local644 const BYTE* const dictStart = dictBase + lowestIndex; in ZSTD_compressBlock_lazy_extDict_generic()668 …if (((U32)((dictLimit-1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */ in ZSTD_compressBlock_lazy_extDict_generic()698 … if (((U32)((dictLimit-1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */ in ZSTD_compressBlock_lazy_extDict_generic()728 … if (((U32)((dictLimit-1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */ in ZSTD_compressBlock_lazy_extDict_generic()772 … if (((U32)((dictLimit-1) - repIndex) >= 3) & (repIndex > lowestIndex)) /* intentional overflow */ in ZSTD_compressBlock_lazy_extDict_generic()
305 U32 const lowestIndex = extDict ? ldmState->window.lowLimit : dictLimit; in ZSTD_ldm_generateSequences_internal() local308 BYTE const* const dictStart = extDict ? dictBase + lowestIndex : NULL; in ZSTD_ldm_generateSequences_internal()355 if (cur->checksum != checksum || cur->offset <= lowestIndex) { in ZSTD_ldm_generateSequences_internal()