Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_fast.c646 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_dictMatchState_generic() local
647 const BYTE* repMatch2 = repIndex2 < prefixStartIndex ? in ZSTD_compressBlock_fast_dictMatchState_generic()
648 dictBase - dictIndexDelta + repIndex2 : in ZSTD_compressBlock_fast_dictMatchState_generic()
649 base + repIndex2; in ZSTD_compressBlock_fast_dictMatchState_generic()
650 if ( (ZSTD_index_overlap_check(prefixStartIndex, repIndex2)) in ZSTD_compressBlock_fast_dictMatchState_generic()
652 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_fast_dictMatchState_generic()
942 U32 const repIndex2 = (U32)(ip0-base) - offset_2; in ZSTD_compressBlock_fast_extDict_generic() local
943 …const BYTE* const repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repInde… in ZSTD_compressBlock_fast_extDict_generic()
944 if ( ((ZSTD_index_overlap_check(prefixStartIndex, repIndex2)) & (offset_2 > 0)) in ZSTD_compressBlock_fast_extDict_generic()
946 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_fast_extDict_generic()
H A Dzstd_double_fast.c521 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
522 const BYTE* repMatch2 = repIndex2 < prefixLowestIndex ? in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
523 dictBase + repIndex2 - dictIndexDelta : in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
524 base + repIndex2; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
525 if ( (ZSTD_index_overlap_check(prefixLowestIndex, repIndex2)) in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
527 const BYTE* const repEnd2 = repIndex2 < prefixLowestIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
729 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_extDict_generic() local
730 … const BYTE* repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repIndex2; in ZSTD_compressBlock_doubleFast_extDict_generic()
731 if ( ((ZSTD_index_overlap_check(prefixStartIndex, repIndex2)) in ZSTD_compressBlock_doubleFast_extDict_generic()
734 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic()