Home
last modified time | relevance | path

Searched refs:gain2 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_lazy.c987 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
989 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1001 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1003 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1011 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1022 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1024 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1036 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1046 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1299 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c19119 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
19121 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
19133 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
19135 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
19143 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
19154 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
19156 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
19168 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
19178 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
19410 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]