Searched refs:temp_addr (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/memory/ |
D | platform_shared_memory_region_mac.cc | 82 void* temp_addr = mapped_addr; in ConvertToReadOnly() local 84 if (!temp_addr) { in ConvertToReadOnly() 87 mach_task_self(), reinterpret_cast<mach_vm_address_t*>(&temp_addr), in ConvertToReadOnly() 94 scoped_memory.reset(reinterpret_cast<vm_address_t>(temp_addr), in ConvertToReadOnly() 103 reinterpret_cast<memory_object_offset_t>(temp_addr), VM_PROT_READ, in ConvertToReadOnly() 197 mach_vm_address_t temp_addr = 0; in CheckPlatformHandlePermissionsCorrespondToMode() local 199 mach_vm_map(mach_task_self(), &temp_addr, size, 0, VM_FLAGS_ANYWHERE, in CheckPlatformHandlePermissionsCorrespondToMode() 204 mach_vm_deallocate(mach_task_self(), temp_addr, size); in CheckPlatformHandlePermissionsCorrespondToMode()
|
D | platform_shared_memory_region_unittest.cc | 215 void* temp_addr = ro_mapping.memory(); in TEST_F() local 218 reinterpret_cast<mach_vm_address_t*>(&temp_addr), &basic_info); in TEST_F()
|
/external/u-boot/test/py/tests/ |
D | test_avb.py | 23 temp_addr = 0x90000000 variable 103 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr) 115 (temp_addr, temp_addr2))
|
/external/toybox/toys/pending/ |
D | dhcp.c | 1236 struct in_addr temp_addr; in release() local 1241 temp_addr.s_addr = htonl(server); in release() 1242 xstrncpy(buffer, inet_ntoa(temp_addr), sizeof(buffer)); in release() 1243 temp_addr.s_addr = state->ipaddr.s_addr; in release() 1244 infomsg( infomode, "Unicasting a release of %s to %s", inet_ntoa(temp_addr), buffer); in release()
|