Searched refs:ml2 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/lib/lz4/ |
H A D | lz4hc_compress.c | 358 int ml, ml2, ml3, ml0; in LZ4HC_compress_generic() local 393 ml2 = LZ4HC_InsertAndGetWiderMatch(ctx, in LZ4HC_compress_generic() 398 ml2 = ml; in LZ4HC_compress_generic() 400 if (ml2 == ml) { in LZ4HC_compress_generic() 420 ml = ml2; in LZ4HC_compress_generic() 438 if (ip + new_ml > start2 + ml2 - MINMATCH) in LZ4HC_compress_generic() 439 new_ml = (int)(start2 - ip) + ml2 - MINMATCH; in LZ4HC_compress_generic() 446 ml2 -= correction; in LZ4HC_compress_generic() 454 if (start2 + ml2 < mflimit) in LZ4HC_compress_generic() 456 start2 + ml2 - 3, start2, in LZ4HC_compress_generic() [all …]
|
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_lazy.c | 1566 …size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offsetFound, mls, rowLog, searchMethod, dictMode); in ZSTD_compressBlock_lazy_generic() local 1567 if (ml2 > matchLength) in ZSTD_compressBlock_lazy_generic() 1568 matchLength = ml2, start = ip, offcode=offsetFound; in ZSTD_compressBlock_lazy_generic() 1605 … size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offset2, mls, rowLog, searchMethod, dictMode); in ZSTD_compressBlock_lazy_generic() local 1606 …int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx … in ZSTD_compressBlock_lazy_generic() 1608 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 1609 matchLength = ml2, offcode = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 1641 … size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offset2, mls, rowLog, searchMethod, dictMode); in ZSTD_compressBlock_lazy_generic() local 1642 …int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx … in ZSTD_compressBlock_lazy_generic() 1644 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() [all …]
|
/openbmc/qemu/system/ |
H A D | memory.c | 3770 MemoryRegionList *ml, *ml2; in mtree_info_as() local 3802 QTAILQ_FOREACH_SAFE(ml, &ml_head, mrqueue, ml2) { in mtree_info_as()
|