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

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c986 size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4; local
987 int const gain2 = (int)(mlRep * 3);
989 if ((mlRep >= 4) && (gain2 > gain1))
990 matchLength = mlRep, offset = 0, start = ip;
1000 size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4; local
1001 int const gain2 = (int)(mlRep * 3);
1003 if ((mlRep >= 4) && (gain2 > gain1))
1004 matchLength = mlRep, offset = 0, start = ip;
1021 size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4; local
1022 int const gain2 = (int)(mlRep *
1035 size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c19118 size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4; local
19119 int const gain2 = (int)(mlRep * 3);
19121 if ((mlRep >= 4) && (gain2 > gain1))
19122 matchLength = mlRep, offset = 0, start = ip;
19132 size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4; local
19133 int const gain2 = (int)(mlRep * 3);
19135 if ((mlRep >= 4) && (gain2 > gain1))
19136 matchLength = mlRep, offset = 0, start = ip;
19153 size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4; local
19154 int const gain2 = (int)(mlRep *
19167 size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4; local
[all...]

Completed in 145 milliseconds