Searched refs:ml2 (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 970 size_t const ml2 = searchMax(ms, ip, iend, &offsetFound); in ZSTD_compressBlock_lazy_generic() local 971 if (ml2 > matchLength) in ZSTD_compressBlock_lazy_generic() 972 matchLength = ml2, start = ip, offset=offsetFound; in ZSTD_compressBlock_lazy_generic() 1011 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 1012 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 1046 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 1263 if (ml2 > matchLength) in ZSTD_compressBlock_lazy_extDict_generic() 1264 matchLength = ml2, start = ip, offset=offsetFound; in ZSTD_compressBlock_lazy_extDict_generic() 1299 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic() 1300 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_extDict_generic() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 19102 size_t const ml2 = searchMax(ms, ip, iend, &offsetFound); in ZSTD_compressBlock_lazy_generic() local 19103 if (ml2 > matchLength) in ZSTD_compressBlock_lazy_generic() 19104 matchLength = ml2, start = ip, offset=offsetFound; in ZSTD_compressBlock_lazy_generic() 19143 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 19144 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 19178 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 19374 if (ml2 > matchLength) in ZSTD_compressBlock_lazy_extDict_generic() 19375 matchLength = ml2, start = ip, offset=offsetFound; in ZSTD_compressBlock_lazy_extDict_generic() 19410 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic() 19411 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_extDict_generic() [all …]
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 6189 vm_page_t ml2; in pmap_demote_l1() local 6208 if ((ml2 = vm_page_alloc(NULL, 0, VM_ALLOC_INTERRUPT | in pmap_demote_l1() 6215 l2phys = VM_PAGE_TO_PHYS(ml2); in pmap_demote_l1()
|