Searched refs:repLength2 (Results 1 – 2 of 2) sorted by relevance
/linux/lib/zstd/compress/ |
H A D | zstd_fast.c | 500 … size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixStart) + 4; in ZSTD_compressBlock_fast_dictMatchState_generic() local 502 ZSTD_storeSeq(seqStore, 0, anchor, iend, STORE_REPCODE_1, repLength2); in ZSTD_compressBlock_fast_dictMatchState_generic() 504 ip += repLength2; in ZSTD_compressBlock_fast_dictMatchState_generic() 634 … size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixStart) + 4; in ZSTD_compressBlock_fast_extDict_generic() local 636 … ZSTD_storeSeq(seqStore, 0 /*litlen*/, anchor, iend, STORE_REPCODE_1, repLength2); in ZSTD_compressBlock_fast_extDict_generic() 638 ip += repLength2; in ZSTD_compressBlock_fast_extDict_generic()
|
H A D | zstd_double_fast.c | 449 …size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixLowest) + 4; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local 451 ZSTD_storeSeq(seqStore, 0, anchor, iend, STORE_REPCODE_1, repLength2); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 454 ip += repLength2; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 654 … size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixStart) + 4; in ZSTD_compressBlock_doubleFast_extDict_generic() local 656 ZSTD_storeSeq(seqStore, 0, anchor, iend, STORE_REPCODE_1, repLength2); in ZSTD_compressBlock_doubleFast_extDict_generic() 659 ip += repLength2; in ZSTD_compressBlock_doubleFast_extDict_generic()
|