Searched refs:ml2 (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/lz4/ |
| A D | lz4hc_compress.c | 398 ml2 = ml; in LZ4HC_compress_generic() 400 if (ml2 == ml) { in LZ4HC_compress_generic() 420 ml = ml2; in LZ4HC_compress_generic() 446 ml2 -= correction; in LZ4HC_compress_generic() 460 ml3 = ml2; in LZ4HC_compress_generic() 462 if (ml3 == ml2) { in LZ4HC_compress_generic() 494 ml2 = ml3; in LZ4HC_compress_generic() 507 ml0 = ml2; in LZ4HC_compress_generic() 513 ml2 = ml3; in LZ4HC_compress_generic() 545 ml = ml2; in LZ4HC_compress_generic() [all …]
|
| /linux/lib/zstd/compress/ |
| A D | zstd_lazy.c | 972 size_t const ml2 = searchMax(ms, ip, iend, &offsetFound); in ZSTD_compressBlock_lazy_generic() local 973 if (ml2 > matchLength) in ZSTD_compressBlock_lazy_generic() 974 matchLength = ml2, start = ip, offset=offsetFound; in ZSTD_compressBlock_lazy_generic() 1013 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 1014 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 1048 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 1265 if (ml2 > matchLength) in ZSTD_compressBlock_lazy_extDict_generic() 1266 matchLength = ml2, start = ip, offset=offsetFound; in ZSTD_compressBlock_lazy_extDict_generic() 1301 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic() 1302 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_extDict_generic() [all …]
|
Completed in 9 milliseconds