Lines Matching refs:repMatch

1144 		const BYTE *repMatch = repBase + repIndex;  in ZSTD_compressBlock_fast_extDict_generic()  local
1149 (ZSTD_read32(repMatch) == ZSTD_read32(ip + 1))) { in ZSTD_compressBlock_fast_extDict_generic()
1151 …mLength = ZSTD_count_2segments(ip + 1 + EQUAL_READ32, repMatch + EQUAL_READ32, iend, repMatchEnd, … in ZSTD_compressBlock_fast_extDict_generic()
1431 const BYTE *repMatch = repBase + repIndex; in ZSTD_compressBlock_doubleFast_extDict_generic() local
1436 (ZSTD_read32(repMatch) == ZSTD_read32(ip + 1))) { in ZSTD_compressBlock_doubleFast_extDict_generic()
1438 mLength = ZSTD_count_2segments(ip + 1 + 4, repMatch + 4, iend, repMatchEnd, lowPrefixPtr) + 4; in ZSTD_compressBlock_doubleFast_extDict_generic()
2097 const BYTE *const repMatch = repBase + repIndex; in ZSTD_compressBlock_lazy_extDict_generic() local
2099 if (ZSTD_read32(ip + 1) == ZSTD_read32(repMatch)) { in ZSTD_compressBlock_lazy_extDict_generic()
2103 …ZSTD_count_2segments(ip + 1 + EQUAL_READ32, repMatch + EQUAL_READ32, iend, repEnd, prefixStart) + … in ZSTD_compressBlock_lazy_extDict_generic()
2131 const BYTE *const repMatch = repBase + repIndex; in ZSTD_compressBlock_lazy_extDict_generic() local
2133 if (ZSTD_read32(ip) == ZSTD_read32(repMatch)) { in ZSTD_compressBlock_lazy_extDict_generic()
2137 … ZSTD_count_2segments(ip + EQUAL_READ32, repMatch + EQUAL_READ32, iend, repEnd, prefixStart) + in ZSTD_compressBlock_lazy_extDict_generic()
2166 const BYTE *const repMatch = repBase + repIndex; in ZSTD_compressBlock_lazy_extDict_generic() local
2168 if (ZSTD_read32(ip) == ZSTD_read32(repMatch)) { in ZSTD_compressBlock_lazy_extDict_generic()
2171 size_t repLength = ZSTD_count_2segments(ip + EQUAL_READ32, repMatch + EQUAL_READ32, iend, in ZSTD_compressBlock_lazy_extDict_generic()
2221 const BYTE *const repMatch = repBase + repIndex; in ZSTD_compressBlock_lazy_extDict_generic() local
2223 if (ZSTD_read32(ip) == ZSTD_read32(repMatch)) { in ZSTD_compressBlock_lazy_extDict_generic()
2227 …ZSTD_count_2segments(ip + EQUAL_READ32, repMatch + EQUAL_READ32, iend, repEnd, prefixStart) + EQUA… in ZSTD_compressBlock_lazy_extDict_generic()