Searched refs:ml2 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 718 size_t const ml2 = searchMax(ms, ip, iend, &offsetFound); in ZSTD_compressBlock_lazy_generic() local 719 if (ml2 > matchLength) in ZSTD_compressBlock_lazy_generic() 720 matchLength = ml2, start = ip, offset=offsetFound; in ZSTD_compressBlock_lazy_generic() 756 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic() local 757 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic() 759 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 760 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 791 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic() local 792 … int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic() 794 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() [all …]
|
| /freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | merge.c | 285 mlist_t *ml1 = stdp->t_members, *ml2 = ttdp->t_members; in equiv_su() local 287 while (ml1 && ml2) { in equiv_su() 288 if (ml1->ml_offset != ml2->ml_offset || in equiv_su() 289 strcmp(ml1->ml_name, ml2->ml_name) != 0 || in equiv_su() 290 ml1->ml_size != ml2->ml_size || in equiv_su() 291 !equiv_node(ml1->ml_type, ml2->ml_type, ed)) in equiv_su() 295 ml2 = ml2->ml_next; in equiv_su() 298 if (ml1 || ml2) in equiv_su()
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 1568 size_t const ml2 = searchMax(ms, ip, iend, &offsetFound); in ZSTD_compressBlock_lazy_generic() local 1569 if (ml2 > matchLength) in ZSTD_compressBlock_lazy_generic() 1570 matchLength = ml2, start = ip, offcode=offsetFound; in ZSTD_compressBlock_lazy_generic() 1607 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic() local 1608 …int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx … in ZSTD_compressBlock_lazy_generic() 1610 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 1611 matchLength = ml2, offcode = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 1643 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic() local 1644 …int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx … in ZSTD_compressBlock_lazy_generic() 1646 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() [all …]
|
| /freebsd/sys/arm64/arm64/ |
| H A D | pmap.c | 8436 vm_page_t ml2; in pmap_demote_l1() local 8458 if ((ml2 = vm_page_alloc_noobj(VM_ALLOC_INTERRUPT | VM_ALLOC_WIRED)) == in pmap_demote_l1() 8466 l2phys = VM_PAGE_TO_PHYS(ml2); in pmap_demote_l1()
|