Searched refs:mlRep (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 987 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() 989 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 990 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic() 1001 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() 1003 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 1004 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic() 1022 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() 1024 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 1025 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic() 1036 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 19117 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() 19119 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 19120 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic() 19131 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() 19133 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 19134 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic() 19152 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() 19154 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 19155 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic() 19166 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() [all …]
|