Searched refs:mlRep (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/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 …]
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 19119 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() 19121 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 19122 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic() 19133 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() 19135 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 19136 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic() 19154 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() 19156 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 19157 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic() 19168 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() [all …]
|