Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dcompress.c1188 const BYTE *repMatch2 = repIndex2 < dictLimit ? dictBase + repIndex2 : base + repIndex2; in ZSTD_compressBlock_fast_extDict_generic() local
1190 && (ZSTD_read32(repMatch2) == ZSTD_read32(ip))) { in ZSTD_compressBlock_fast_extDict_generic()
1193 …ZSTD_count_2segments(ip + EQUAL_READ32, repMatch2 + EQUAL_READ32, iend, repEnd2, lowPrefixPtr) + E… in ZSTD_compressBlock_fast_extDict_generic()
1510 const BYTE *repMatch2 = repIndex2 < dictLimit ? dictBase + repIndex2 : base + repIndex2; in ZSTD_compressBlock_doubleFast_extDict_generic() local
1512 && (ZSTD_read32(repMatch2) == ZSTD_read32(ip))) { in ZSTD_compressBlock_doubleFast_extDict_generic()
1515 …ZSTD_count_2segments(ip + EQUAL_READ32, repMatch2 + EQUAL_READ32, iend, repEnd2, lowPrefixPtr) + E… in ZSTD_compressBlock_doubleFast_extDict_generic()