Home
last modified time | relevance | path

Searched defs:mid_point (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/tests/vm/
H A Dvm_allocation.c2186 mach_vm_address_t mid_point = mach_vm_trunc_page(address + size / 2); in test_read_partially_deallocated_range() local
2206 mach_vm_address_t mid_point = mach_vm_trunc_page(address + size / 2); in test_read_partially_unreadable_range() local
2717 mach_vm_address_t mid_point = mach_vm_trunc_page(source + size / 2); in test_copy_partially_deallocated_range() local
2740 mach_vm_address_t mid_point = mach_vm_trunc_page(source + size / 2); in test_copy_partially_unreadable_range() local
2820 mach_vm_address_t mid_point = (mach_vm_address_t)mach_vm_trunc_page(source + size / 2); in test_copy_source_partially_unreadable_region() local
2847 mach_vm_address_t mid_point = (mach_vm_address_t)mach_vm_trunc_page(dest + size / 2); in test_copy_dest_partially_unwriteable_region() local