Searched refs:ml2 (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/lib/lz4/ |
| H A D | lz4hc_compress.c | 397 ml2 = ml; in LZ4HC_compress_generic() 399 if (ml2 == ml) { in LZ4HC_compress_generic() 419 ml = ml2; in LZ4HC_compress_generic() 445 ml2 -= correction; in LZ4HC_compress_generic() 459 ml3 = ml2; in LZ4HC_compress_generic() 461 if (ml3 == ml2) { in LZ4HC_compress_generic() 493 ml2 = ml3; in LZ4HC_compress_generic() 506 ml0 = ml2; in LZ4HC_compress_generic() 512 ml2 = ml3; in LZ4HC_compress_generic() 544 ml = ml2; in LZ4HC_compress_generic() [all …]
|
| /linux-6.15/lib/zstd/compress/ |
| H A D | zstd_lazy.c | 1610 if (ml2 > matchLength) in ZSTD_compressBlock_lazy_generic() 1611 matchLength = ml2, start = ip, offBase = offbaseFound; in ZSTD_compressBlock_lazy_generic() 1660 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 1661 matchLength = ml2, offBase = ofbCandidate, start = ip; in ZSTD_compressBlock_lazy_generic() 1696 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 1697 matchLength = ml2, offBase = ofbCandidate, start = ip; in ZSTD_compressBlock_lazy_generic() 2002 if (ml2 > matchLength) in ZSTD_compressBlock_lazy_extDict_generic() 2003 matchLength = ml2, start = ip, offBase = ofbCandidate; in ZSTD_compressBlock_lazy_extDict_generic() 2048 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic() 2049 matchLength = ml2, offBase = ofbCandidate, start = ip; in ZSTD_compressBlock_lazy_extDict_generic() [all …]
|