Home
last modified time | relevance | path

Searched refs:repIndex2 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_fast.c326 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_dictMatchState_generic() local
327 const BYTE* repMatch2 = repIndex2 < prefixStartIndex ? in ZSTD_compressBlock_fast_dictMatchState_generic()
328 dictBase - dictIndexDelta + repIndex2 : in ZSTD_compressBlock_fast_dictMatchState_generic()
329 base + repIndex2; in ZSTD_compressBlock_fast_dictMatchState_generic()
330 if ( ((U32)((prefixStartIndex-1) - (U32)repIndex2) >= 3 /* intentional overflow */) in ZSTD_compressBlock_fast_dictMatchState_generic()
332 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_fast_dictMatchState_generic()
454 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_extDict_generic() local
455 …const BYTE* const repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repInde… in ZSTD_compressBlock_fast_extDict_generic()
456 …if ( (((U32)((prefixStartIndex-1) - repIndex2) >= 3) & (repIndex2 > dictStartIndex)) /* intention… in ZSTD_compressBlock_fast_extDict_generic()
458 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_fast_extDict_generic()
H A Dzstd_double_fast.c274 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_generic() local
276 && repIndex2 < prefixLowestIndex ? in ZSTD_compressBlock_doubleFast_generic()
277 dictBase + repIndex2 - dictIndexDelta : in ZSTD_compressBlock_doubleFast_generic()
278 base + repIndex2; in ZSTD_compressBlock_doubleFast_generic()
279 … if ( ((U32)((prefixLowestIndex-1) - (U32)repIndex2) >= 3 /* intentional overflow */) in ZSTD_compressBlock_doubleFast_generic()
281 const BYTE* const repEnd2 = repIndex2 < prefixLowestIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_generic()
477 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_extDict_generic() local
478 … const BYTE* repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repIndex2; in ZSTD_compressBlock_doubleFast_extDict_generic()
479 …if ( (((U32)((prefixStartIndex-1) - repIndex2) >= 3) /* intentional overflow : ensure repIndex2 … in ZSTD_compressBlock_doubleFast_extDict_generic()
480 & (repIndex2 > dictStartIndex)) in ZSTD_compressBlock_doubleFast_extDict_generic()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17638 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_generic() local
17640 && repIndex2 < prefixLowestIndex ? in ZSTD_compressBlock_doubleFast_generic()
17642 base + repIndex2; in ZSTD_compressBlock_doubleFast_generic()
17841 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_extDict_generic() local
17842 … const BYTE* repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repIndex2; in ZSTD_compressBlock_doubleFast_extDict_generic()
17844 & (repIndex2 > dictStartIndex)) in ZSTD_compressBlock_doubleFast_extDict_generic()
18213 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_dictMatchState_generic() local
18216 base + repIndex2; in ZSTD_compressBlock_fast_dictMatchState_generic()
18341 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_extDict_generic() local
18342 …const BYTE* const repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repInde… in ZSTD_compressBlock_fast_extDict_generic()
[all …]