Home
last modified time | relevance | path

Searched refs:temp_addr (Results 1 – 25 of 142) sorted by relevance

123456

/dports/devel/z80ex/z80ex-1.1.21/opcodes/
H A Dopcodes_ed.c30 temp_addr.b.l=READ_OP(); in op_ED_0x43()
31 temp_addr.b.h=READ_OP(); in op_ED_0x43()
98 temp_addr.b.l=READ_OP(); in op_ED_0x4b()
99 temp_addr.b.h=READ_OP(); in op_ED_0x4b()
166 temp_addr.b.l=READ_OP(); in op_ED_0x53()
167 temp_addr.b.h=READ_OP(); in op_ED_0x53()
234 temp_addr.b.l=READ_OP(); in op_ED_0x5b()
235 temp_addr.b.h=READ_OP(); in op_ED_0x5b()
302 temp_addr.b.l=READ_OP(); in op_ED_0x63()
303 temp_addr.b.h=READ_OP(); in op_ED_0x63()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/capture/
H A Dcapture_ifinfo.c38 if_addr_t *if_addr, *temp_addr; in append_remote_list() local
48 temp_addr = g_new0(if_addr_t, 1); in append_remote_list()
52 if (temp_addr->ifat_type == IF_AT_IPv4) { in append_remote_list()
58 g_free(temp_addr); in append_remote_list()
59 temp_addr = NULL; in append_remote_list()
61 if (temp_addr) { in append_remote_list()
332 if_addr_t *if_addr, *temp_addr; in add_interface_to_remote_list() local
339 temp_addr = g_new0(if_addr_t, 1); in add_interface_to_remote_list()
349 g_free(temp_addr); in add_interface_to_remote_list()
350 temp_addr = NULL; in add_interface_to_remote_list()
[all …]
/dports/net/wireshark/wireshark-3.6.1/capture/
H A Dcapture_ifinfo.c38 if_addr_t *if_addr, *temp_addr; in append_remote_list() local
48 temp_addr = g_new0(if_addr_t, 1); in append_remote_list()
52 if (temp_addr->ifat_type == IF_AT_IPv4) { in append_remote_list()
58 g_free(temp_addr); in append_remote_list()
59 temp_addr = NULL; in append_remote_list()
61 if (temp_addr) { in append_remote_list()
332 if_addr_t *if_addr, *temp_addr; in add_interface_to_remote_list() local
339 temp_addr = g_new0(if_addr_t, 1); in add_interface_to_remote_list()
349 g_free(temp_addr); in add_interface_to_remote_list()
350 temp_addr = NULL; in add_interface_to_remote_list()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/capture/
H A Dcapture_ifinfo.c38 if_addr_t *if_addr, *temp_addr; in append_remote_list() local
48 temp_addr = g_new0(if_addr_t, 1); in append_remote_list()
52 if (temp_addr->ifat_type == IF_AT_IPv4) { in append_remote_list()
58 g_free(temp_addr); in append_remote_list()
59 temp_addr = NULL; in append_remote_list()
61 if (temp_addr) { in append_remote_list()
332 if_addr_t *if_addr, *temp_addr; in add_interface_to_remote_list() local
339 temp_addr = g_new0(if_addr_t, 1); in add_interface_to_remote_list()
349 g_free(temp_addr); in add_interface_to_remote_list()
350 temp_addr = NULL; in add_interface_to_remote_list()
[all …]
/dports/net/tshark/wireshark-3.6.1/capture/
H A Dcapture_ifinfo.c38 if_addr_t *if_addr, *temp_addr; in append_remote_list() local
48 temp_addr = g_new0(if_addr_t, 1); in append_remote_list()
52 if (temp_addr->ifat_type == IF_AT_IPv4) { in append_remote_list()
58 g_free(temp_addr); in append_remote_list()
59 temp_addr = NULL; in append_remote_list()
61 if (temp_addr) { in append_remote_list()
332 if_addr_t *if_addr, *temp_addr; in add_interface_to_remote_list() local
339 temp_addr = g_new0(if_addr_t, 1); in add_interface_to_remote_list()
349 g_free(temp_addr); in add_interface_to_remote_list()
350 temp_addr = NULL; in add_interface_to_remote_list()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/memory/
H A Dplatform_shared_memory_region_mac.cc87 void* temp_addr = mapped_addr; in ConvertToReadOnly() local
89 if (!temp_addr) { in ConvertToReadOnly()
92 mach_task_self(), reinterpret_cast<mach_vm_address_t*>(&temp_addr), in ConvertToReadOnly()
99 scoped_memory.reset(reinterpret_cast<vm_address_t>(temp_addr), in ConvertToReadOnly()
108 reinterpret_cast<memory_object_offset_t>(temp_addr), VM_PROT_READ, in ConvertToReadOnly()
193 mach_vm_address_t temp_addr = 0; in CheckPlatformHandlePermissionsCorrespondToMode() local
195 mach_vm_map(mach_task_self(), &temp_addr, size, 0, VM_FLAGS_ANYWHERE, in CheckPlatformHandlePermissionsCorrespondToMode()
200 mach_vm_deallocate(mach_task_self(), temp_addr, size); in CheckPlatformHandlePermissionsCorrespondToMode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/memory/
H A Dplatform_shared_memory_region_mac.cc87 void* temp_addr = mapped_addr; in ConvertToReadOnly() local
89 if (!temp_addr) { in ConvertToReadOnly()
92 mach_task_self(), reinterpret_cast<mach_vm_address_t*>(&temp_addr), in ConvertToReadOnly()
99 scoped_memory.reset(reinterpret_cast<vm_address_t>(temp_addr), in ConvertToReadOnly()
108 reinterpret_cast<memory_object_offset_t>(temp_addr), VM_PROT_READ, in ConvertToReadOnly()
193 mach_vm_address_t temp_addr = 0; in CheckPlatformHandlePermissionsCorrespondToMode() local
195 mach_vm_map(mach_task_self(), &temp_addr, size, 0, VM_FLAGS_ANYWHERE, in CheckPlatformHandlePermissionsCorrespondToMode()
200 mach_vm_deallocate(mach_task_self(), temp_addr, size); in CheckPlatformHandlePermissionsCorrespondToMode()
/dports/emulators/hugo/hugo-2.12/
H A Dh6280.c521 put_8bit_addr(temp_addr,temp); in asl_abs()
535 put_8bit_addr(temp_addr,temp); in asl_absx()
1173 put_8bit_addr(temp_addr, temp); in dec_abs()
1183 put_8bit_addr(temp_addr, temp); in dec_absx()
1373 put_8bit_addr(temp_addr, temp); in inc_abs()
1383 put_8bit_addr(temp_addr, temp); in inc_absx()
1606 put_8bit_addr(temp_addr, temp); in lsr_abs()
1620 put_8bit_addr(temp_addr, temp); in lsr_absx()
1950 put_8bit_addr(temp_addr, temp); in rol_abs()
1965 put_8bit_addr(temp_addr, temp); in rol_absx()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/osc/ucx/
H A Dosc_ucx_comm.c546 void *temp_addr = NULL; in ompi_osc_ucx_accumulate() local
563 temp_addr = malloc(temp_extent * temp_count); in ompi_osc_ucx_accumulate()
564 if (temp_addr == NULL) { in ompi_osc_ucx_accumulate()
568 ret = ompi_osc_ucx_get(temp_addr, (int)temp_count, temp_dt, in ompi_osc_ucx_accumulate()
598 char *curr_temp_addr = (char *)temp_addr; in ompi_osc_ucx_accumulate()
640 free(temp_addr); in ompi_osc_ucx_accumulate()
798 void *temp_addr = NULL; in ompi_osc_ucx_get_accumulate() local
815 temp_addr = malloc(temp_extent * temp_count); in ompi_osc_ucx_get_accumulate()
816 if (temp_addr == NULL) { in ompi_osc_ucx_get_accumulate()
850 char *curr_temp_addr = (char *)temp_addr; in ompi_osc_ucx_get_accumulate()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/test/py/tests/
H A Dtest_avb.py23 temp_addr = 0x90000000 variable
105 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr)
117 (temp_addr, temp_addr2))
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/test/py/tests/
H A Dtest_avb.py23 temp_addr = 0x90000000 variable
105 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr)
117 (temp_addr, temp_addr2))
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/test/py/tests/
H A Dtest_avb.py23 temp_addr = 0x90000000 variable
105 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr)
117 (temp_addr, temp_addr2))
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/test/py/tests/
H A Dtest_avb.py23 temp_addr = 0x90000000 variable
105 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr)
117 (temp_addr, temp_addr2))
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/test/py/tests/
H A Dtest_avb.py23 temp_addr = 0x90000000 variable
105 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr)
117 (temp_addr, temp_addr2))
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Diface_lists.c136 if_addr_t *addr, *temp_addr; in scan_local_interfaces() local
230 temp_addr = g_new0(if_addr_t, 1); in scan_local_interfaces()
238 temp_addr->ifat_type = addr->ifat_type; in scan_local_interfaces()
241 temp_addr->addr.ip4_addr = addr->addr.ip4_addr; in scan_local_interfaces()
247 memcpy(temp_addr->addr.ip6_addr, addr->addr.ip6_addr, sizeof(addr->addr)); in scan_local_interfaces()
258 g_free(temp_addr); in scan_local_interfaces()
259 temp_addr = NULL; in scan_local_interfaces()
261 if (temp_addr) { in scan_local_interfaces()
262 temp.addrs = g_slist_append(temp.addrs, temp_addr); in scan_local_interfaces()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Diface_lists.c136 if_addr_t *addr, *temp_addr; in scan_local_interfaces() local
230 temp_addr = g_new0(if_addr_t, 1); in scan_local_interfaces()
238 temp_addr->ifat_type = addr->ifat_type; in scan_local_interfaces()
241 temp_addr->addr.ip4_addr = addr->addr.ip4_addr; in scan_local_interfaces()
247 memcpy(temp_addr->addr.ip6_addr, addr->addr.ip6_addr, sizeof(addr->addr)); in scan_local_interfaces()
258 g_free(temp_addr); in scan_local_interfaces()
259 temp_addr = NULL; in scan_local_interfaces()
261 if (temp_addr) { in scan_local_interfaces()
262 temp.addrs = g_slist_append(temp.addrs, temp_addr); in scan_local_interfaces()
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Diface_lists.c136 if_addr_t *addr, *temp_addr; in scan_local_interfaces() local
230 temp_addr = g_new0(if_addr_t, 1); in scan_local_interfaces()
238 temp_addr->ifat_type = addr->ifat_type; in scan_local_interfaces()
241 temp_addr->addr.ip4_addr = addr->addr.ip4_addr; in scan_local_interfaces()
247 memcpy(temp_addr->addr.ip6_addr, addr->addr.ip6_addr, sizeof(addr->addr)); in scan_local_interfaces()
258 g_free(temp_addr); in scan_local_interfaces()
259 temp_addr = NULL; in scan_local_interfaces()
261 if (temp_addr) { in scan_local_interfaces()
262 temp.addrs = g_slist_append(temp.addrs, temp_addr); in scan_local_interfaces()
/dports/net/tshark/wireshark-3.6.1/ui/
H A Diface_lists.c136 if_addr_t *addr, *temp_addr; in scan_local_interfaces() local
230 temp_addr = g_new0(if_addr_t, 1); in scan_local_interfaces()
238 temp_addr->ifat_type = addr->ifat_type; in scan_local_interfaces()
241 temp_addr->addr.ip4_addr = addr->addr.ip4_addr; in scan_local_interfaces()
247 memcpy(temp_addr->addr.ip6_addr, addr->addr.ip6_addr, sizeof(addr->addr)); in scan_local_interfaces()
258 g_free(temp_addr); in scan_local_interfaces()
259 temp_addr = NULL; in scan_local_interfaces()
261 if (temp_addr) { in scan_local_interfaces()
262 temp.addrs = g_slist_append(temp.addrs, temp_addr); in scan_local_interfaces()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/test/py/tests/test_android/
H A Dtest_avb.py23 temp_addr = 0x90000000 variable
108 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr)
120 (temp_addr, temp_addr2))
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/test/py/tests/test_android/
H A Dtest_avb.py23 temp_addr = 0x90000000 variable
108 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr)
120 (temp_addr, temp_addr2))
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/test/py/tests/test_android/
H A Dtest_avb.py23 temp_addr = 0x90000000 variable
108 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr)
120 (temp_addr, temp_addr2))
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/test/py/tests/test_android/
H A Dtest_avb.py23 temp_addr = 0x90000000 variable
108 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr)
120 (temp_addr, temp_addr2))
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/test/py/tests/test_android/
H A Dtest_avb.py23 temp_addr = 0x90000000 variable
108 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr)
120 (temp_addr, temp_addr2))
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/test/py/tests/test_android/
H A Dtest_avb.py23 temp_addr = 0x90000000 variable
108 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr)
120 (temp_addr, temp_addr2))
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/test/py/tests/test_android/
H A Dtest_avb.py23 temp_addr = 0x90000000 variable
108 response = u_boot_console.run_command('mmc read 0x%x 0x100 0x1' % temp_addr)
120 (temp_addr, temp_addr2))

123456