Home
last modified time | relevance | path

Searched refs:ml2 (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c717 size_t const ml2 = searchMax(ms, ip, iend, &offsetFound); in ZSTD_compressBlock_lazy_generic() local
718 if (ml2 > matchLength) in ZSTD_compressBlock_lazy_generic()
719 matchLength = ml2, start = ip, offset=offsetFound; in ZSTD_compressBlock_lazy_generic()
758 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
759 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic()
793 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
990 if (ml2 > matchLength) in ZSTD_compressBlock_lazy_extDict_generic()
991 matchLength = ml2, start = ip, offset=offsetFound; in ZSTD_compressBlock_lazy_extDict_generic()
1027 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
1028 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c285 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-14.2/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1568 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
1610 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1611 matchLength = ml2, offcode = offset2, start = ip; in ZSTD_compressBlock_lazy_generic()
1646 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1929 if (ml2 > matchLength) in ZSTD_compressBlock_lazy_extDict_generic()
1930 matchLength = ml2, start = ip, offcode=offsetFound; in ZSTD_compressBlock_lazy_extDict_generic()
1966 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/freebsd-14.2/sys/arm64/arm64/
H A Dpmap.c6890 vm_page_t ml2; in pmap_demote_l1() local
6912 if ((ml2 = vm_page_alloc_noobj(VM_ALLOC_INTERRUPT | VM_ALLOC_WIRED)) == in pmap_demote_l1()
6920 l2phys = VM_PAGE_TO_PHYS(ml2); in pmap_demote_l1()