Searched defs:repLength2 (Results 1 - 2 of 2) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dzstd_fast.c500 size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixStart) + 4; local
634 size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixStart) + 4; local
H A Dzstd_double_fast.c449 size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixLowest) + 4; local
654 size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixStart) + 4; local

Completed in 342 milliseconds