Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c220 …size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, lowPrefixPtr) + 4; in ZSTD_compressBlock_fast_extDict_generic() local
222 ZSTD_storeSeq(seqStore, 0, anchor, 0, repLength2-MINMATCH); in ZSTD_compressBlock_fast_extDict_generic()
224 ip += repLength2; in ZSTD_compressBlock_fast_extDict_generic()
H A Dzstd_double_fast.c289 …size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, lowPrefixPtr) + 4; in ZSTD_compressBlock_doubleFast_extDict_generic() local
291 ZSTD_storeSeq(seqStore, 0, anchor, 0, repLength2-MINMATCH); in ZSTD_compressBlock_doubleFast_extDict_generic()
294 ip += repLength2; in ZSTD_compressBlock_doubleFast_extDict_generic()