Searched refs:repMatch2 (Results 1 – 2 of 2) sorted by relevance
216 … const BYTE* repMatch2 = repIndex2 < dictLimit ? dictBase + repIndex2 : base + repIndex2; in ZSTD_compressBlock_fast_extDict_generic() local218 && (MEM_read32(repMatch2) == MEM_read32(ip)) ) { in ZSTD_compressBlock_fast_extDict_generic()220 …size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, lowPrefixPtr) + 4; in ZSTD_compressBlock_fast_extDict_generic()
285 … const BYTE* repMatch2 = repIndex2 < dictLimit ? dictBase + repIndex2 : base + repIndex2; in ZSTD_compressBlock_doubleFast_extDict_generic() local287 && (MEM_read32(repMatch2) == MEM_read32(ip)) ) { in ZSTD_compressBlock_doubleFast_extDict_generic()289 …size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, lowPrefixPtr) + 4; in ZSTD_compressBlock_doubleFast_extDict_generic()