Searched refs:repLength (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c1015 size_t const repLength = ZSTD_count_2segments(ip+4, repMatch+4, iend, repEnd, prefixStart) + 4; local
1016 int const gain2 = (int)(repLength * 3);
1018 if ((repLength >= 4) && (gain2 > gain1))
1019 matchLength = repLength, offset = 0, start = ip;
1047 size_t const repLength = ZSTD_count_2segments(ip+4, repMatch+4, iend, repEnd, prefixStart) + 4; local
1048 int const gain2 = (int)(repLength * 4);
1050 if ((repLength >= 4) && (gain2 > gain1))
1051 matchLength = repLength, offset = 0, start = ip;
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1954 size_t const repLength = ZSTD_count_2segments(ip+4, repMatch+4, iend, repEnd, prefixStart) + 4; local
1955 int const gain2 = (int)(repLength * 3);
1957 if ((repLength >= 4) && (gain2 > gain1))
1958 matchLength = repLength, offcode = STORE_REPCODE_1, start = ip;
1986 size_t const repLength = ZSTD_count_2segments(ip+4, repMatch+4, iend, repEnd, prefixStart) + 4; local
1987 int const gain2 = (int)(repLength * 4);
1989 if ((repLength >= 4) && (gain2 > gain1))
1990 matchLength = repLength, offcode = STORE_REPCODE_1, start = ip;

Completed in 177 milliseconds