Searched refs:repLength2 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_fast.c | 220 …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 D | zstd_double_fast.c | 289 …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()
|