Home
last modified time | relevance | path

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

/third_party/node/test/internet/
Dtest-dgram-multicast-set-interface-lo.js69 newAddr: interfaceAddress }, property
73 newAddr: LOOPBACK[FAM] }, property
227 if (msg.newAddr) {
228 console.error(`changing outgoing multicast ${msg.newAddr}`);
229 sendSocket.setMulticastInterface(msg.newAddr);
/third_party/musl/Benchmark/musl/
Dlibc_mman.cpp224 void *newAddr = MAP_FAILED; in Bm_function_Mremap() local
226 void *newAddr = mremap(oldAddr, oldLength, newLength, MREMAP_MAYMOVE); in Bm_function_Mremap()
228 if (newAddr != MAP_FAILED) { in Bm_function_Mremap()
230 munmap(newAddr, newLength); in Bm_function_Mremap()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp833 VkDeviceSize newAddr = vk.getBufferDeviceAddress(device, &bufferDeviceAddressInfo); in iterate() local
835 if (newAddr != gpuAddrs[i]) in iterate()
1563 VkDeviceSize newAddr = vk.getBufferDeviceAddress(device, &bufferDeviceAddressInfo); in iterate() local
1565 if (newAddr != gpuAddrs[i]) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp833 VkDeviceSize newAddr = vk.getBufferDeviceAddress(device, &bufferDeviceAddressInfo); in iterate() local
835 if (newAddr != gpuAddrs[i]) in iterate()
1563 VkDeviceSize newAddr = vk.getBufferDeviceAddress(device, &bufferDeviceAddressInfo); in iterate() local
1565 if (newAddr != gpuAddrs[i]) in iterate()