Home
last modified time | relevance | path

Searched refs:tmpaddr (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/dports/emulators/gxemul/gxemul-0.6.3/src/promemul/
H A Dps2_bios.cc135 uint32_t tmpaddr; in playstation2_sifbios_emul() local
137 tmpaddr = load_32bit_word(cpu, in playstation2_sifbios_emul()
140 tmpaddr = load_32bit_word(cpu, in playstation2_sifbios_emul()
143 tmpaddr = load_32bit_word(cpu, in playstation2_sifbios_emul()
146 tmpaddr = load_32bit_word(cpu, in playstation2_sifbios_emul()
151 tmpaddr = load_32bit_word(cpu, in playstation2_sifbios_emul()
178 uint32_t tmpaddr; in playstation2_sifbios_emul() local
183 tmpaddr = load_32bit_word(cpu, in playstation2_sifbios_emul()
186 tmpaddr); in playstation2_sifbios_emul()
187 tmpaddr = load_32bit_word(cpu, in playstation2_sifbios_emul()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/ar7/
H A Dmemory.c25 u32 *tmpaddr = addr; in memsize() local
27 while (tmpaddr > kernel_end) { in memsize()
28 *tmpaddr = (u32)tmpaddr; in memsize()
30 tmpaddr -= size >> 2; in memsize()
34 tmpaddr += size >> 2; in memsize()
35 if (*tmpaddr != (u32)tmpaddr) in memsize()
40 writel((u32)tmpaddr, &addr); in memsize()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/ar7/
H A Dmemory.c25 u32 *tmpaddr = addr; in memsize() local
27 while (tmpaddr > kernel_end) { in memsize()
28 *tmpaddr = (u32)tmpaddr; in memsize()
30 tmpaddr -= size >> 2; in memsize()
34 tmpaddr += size >> 2; in memsize()
35 if (*tmpaddr != (u32)tmpaddr) in memsize()
40 writel((u32)tmpaddr, &addr); in memsize()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/ar7/
H A Dmemory.c25 u32 *tmpaddr = addr; in memsize() local
27 while (tmpaddr > kernel_end) { in memsize()
28 *tmpaddr = (u32)tmpaddr; in memsize()
30 tmpaddr -= size >> 2; in memsize()
34 tmpaddr += size >> 2; in memsize()
35 if (*tmpaddr != (u32)tmpaddr) in memsize()
40 writel((u32)tmpaddr, &addr); in memsize()
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/gibber/
H A Dgibber-tcp-transport.c52 struct addrinfo *tmpaddr; member
120 priv->tmpaddr = NULL; in clean_all_connect_attempts()
173 ret = connect (fd, priv->tmpaddr->ai_addr, priv->tmpaddr->ai_addrlen); in try_to_connect()
191 priv->tmpaddr = priv->tmpaddr->ai_next; in try_to_connect()
214 if (priv->tmpaddr == NULL) in new_connect_attempt()
221 getnameinfo (priv->tmpaddr->ai_addr, priv->tmpaddr->ai_addrlen, in new_connect_attempt()
227 fd = socket (priv->tmpaddr->ai_family, priv->tmpaddr->ai_socktype, in new_connect_attempt()
228 priv->tmpaddr->ai_protocol); in new_connect_attempt()
275 g_assert (priv->tmpaddr == NULL); in gibber_tcp_transport_connect()
288 priv->tmpaddr = priv->ans; in gibber_tcp_transport_connect()
/dports/emulators/gxemul/gxemul-0.6.3/src/cpus/
H A Dcpu_mips_instr_unaligned.cc51 uint64_t result_value, tmpaddr; in mips_unaligned_loadstore() local
105 tmpaddr = addr + i*dir; in mips_unaligned_loadstore()
107 if ( (tmpaddr & ~(wlen-1)) != (addr & ~(wlen-1)) ) in mips_unaligned_loadstore()
115 aligned_word[tmpaddr & (wlen-1)] = in mips_unaligned_loadstore()
135 tmpaddr = addr + i*dir; in mips_unaligned_loadstore()
137 if ( (tmpaddr & ~(wlen-1)) != (addr & ~(wlen-1)) ) in mips_unaligned_loadstore()
145 databyte = aligned_word[tmpaddr & (wlen-1)]; in mips_unaligned_loadstore()
H A Dcpu_m88k.cc928 tmpaddr, &offset); in m88k_cpu_disassemble_instr()
981 tmpaddr, &offset); in m88k_cpu_disassemble_instr()
1044 tmpaddr, &offset); in m88k_cpu_disassemble_instr()
1049 debug("0x%08" PRIx32, tmpaddr); in m88k_cpu_disassemble_instr()
1243 uint32_t tmpaddr = cpu->cd.m88k.r[s1]; in m88k_cpu_disassemble_instr() local
1247 tmpaddr += cpu->cd.m88k.r[s2]; in m88k_cpu_disassemble_instr()
1249 symbol_context, tmpaddr, &offset); in m88k_cpu_disassemble_instr()
1332 uint32_t tmpaddr = cpu->cd.m88k.r[s1]; in m88k_cpu_disassemble_instr() local
1336 tmpaddr += cpu->cd.m88k.r[s2]; in m88k_cpu_disassemble_instr()
1338 symbol_context, tmpaddr, &offset); in m88k_cpu_disassemble_instr()
[all …]
/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/nssov/
H A Dether.c56 tmpaddr.ether_addr_octet[0] = ao[0]; \
57 tmpaddr.ether_addr_octet[1] = ao[1]; \
58 tmpaddr.ether_addr_octet[2] = ao[2]; \
59 tmpaddr.ether_addr_octet[3] = ao[3]; \
60 tmpaddr.ether_addr_octet[4] = ao[4]; \
61 tmpaddr.ether_addr_octet[5] = ao[5]; } \
62 WRITE(fp,&tmpaddr,sizeof(uint8_t[6]));
67 struct ether_addr tmpaddr; in write_ether() local
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/nssov/
H A Dether.c56 tmpaddr.ether_addr_octet[0] = ao[0]; \
57 tmpaddr.ether_addr_octet[1] = ao[1]; \
58 tmpaddr.ether_addr_octet[2] = ao[2]; \
59 tmpaddr.ether_addr_octet[3] = ao[3]; \
60 tmpaddr.ether_addr_octet[4] = ao[4]; \
61 tmpaddr.ether_addr_octet[5] = ao[5]; } \
62 WRITE(fp,&tmpaddr,sizeof(uint8_t[6]));
67 struct ether_addr tmpaddr; in write_ether() local
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/nssov/
H A Dether.c56 tmpaddr.ether_addr_octet[0] = ao[0]; \
57 tmpaddr.ether_addr_octet[1] = ao[1]; \
58 tmpaddr.ether_addr_octet[2] = ao[2]; \
59 tmpaddr.ether_addr_octet[3] = ao[3]; \
60 tmpaddr.ether_addr_octet[4] = ao[4]; \
61 tmpaddr.ether_addr_octet[5] = ao[5]; } \
62 WRITE(fp,&tmpaddr,sizeof(uint8_t[6]));
67 struct ether_addr tmpaddr; in write_ether() local
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/nssov/
H A Dether.c56 tmpaddr.ether_addr_octet[0] = ao[0]; \
57 tmpaddr.ether_addr_octet[1] = ao[1]; \
58 tmpaddr.ether_addr_octet[2] = ao[2]; \
59 tmpaddr.ether_addr_octet[3] = ao[3]; \
60 tmpaddr.ether_addr_octet[4] = ao[4]; \
61 tmpaddr.ether_addr_octet[5] = ao[5]; } \
62 WRITE(fp,&tmpaddr,sizeof(uint8_t[6]));
67 struct ether_addr tmpaddr; in write_ether() local
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/nssov/
H A Dether.c56 tmpaddr.ether_addr_octet[0] = ao[0]; \
57 tmpaddr.ether_addr_octet[1] = ao[1]; \
58 tmpaddr.ether_addr_octet[2] = ao[2]; \
59 tmpaddr.ether_addr_octet[3] = ao[3]; \
60 tmpaddr.ether_addr_octet[4] = ao[4]; \
61 tmpaddr.ether_addr_octet[5] = ao[5]; } \
62 WRITE(fp,&tmpaddr,sizeof(uint8_t[6]));
67 struct ether_addr tmpaddr; in write_ether() local
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/nssov/
H A Dether.c56 tmpaddr.ether_addr_octet[0] = ao[0]; \
57 tmpaddr.ether_addr_octet[1] = ao[1]; \
58 tmpaddr.ether_addr_octet[2] = ao[2]; \
59 tmpaddr.ether_addr_octet[3] = ao[3]; \
60 tmpaddr.ether_addr_octet[4] = ao[4]; \
61 tmpaddr.ether_addr_octet[5] = ao[5]; } \
62 WRITE(fp,&tmpaddr,sizeof(uint8_t[6]));
67 struct ether_addr tmpaddr; in write_ether() local
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dio_helper.c169 struct addrinfo hints, *res = NULL, *tmpaddr; in _x_io_tcp_handshake_connect()
203 for (tmpaddr = res; tmpaddr; tmpaddr = tmpaddr->ai_next) in _x_io_tcp_handshake_connect()
204 reportIP (stream, "found IP", tmpaddr); in _x_io_tcp_handshake_connect()
219 tmpaddr = res; in _x_io_tcp_handshake_connect()
228 if (!tmpaddr) { in _x_io_tcp_handshake_connect()
231 tmpaddr = res; in _x_io_tcp_handshake_connect()
238 tmpaddr = tmpaddr->ai_next; in _x_io_tcp_handshake_connect()
291 reportIP (stream, "connecting", tmpaddr); in _x_io_tcp_handshake_connect()
292 r = connect (s, tmpaddr->ai_addr, tmpaddr->ai_addrlen); in _x_io_tcp_handshake_connect()
311 if (stream && (handshake_cb || tmpaddr->ai_next)) in _x_io_tcp_handshake_connect()
[all …]
/dports/databases/db18/db-18.1.40/src/os/
H A Dos_addrinfo.c54 u_int32_t tmpaddr;
74 else if ((tmpaddr = inet_addr(CHAR_STAR_CAST nodename)) !=
76 sin.sin_addr.s_addr = tmpaddr;
166 ADDRINFO *next, *tmpaddr;
168 for (next = ai; next != NULL; next = tmpaddr) {
175 tmpaddr = next->ai_next;
/dports/databases/db5/db-5.3.28/src/os/
H A Dos_addrinfo.c54 u_int32_t tmpaddr;
74 else if ((tmpaddr = inet_addr(CHAR_STAR_CAST nodename)) !=
76 sin.sin_addr.s_addr = tmpaddr;
166 ADDRINFO *next, *tmpaddr;
168 for (next = ai; next != NULL; next = tmpaddr) {
175 tmpaddr = next->ai_next;
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/xtensa/kernel/
H A Dsetup.c450 unsigned long tmpaddr = vaddr + SZ_512M; in cpu_reset() local
460 while (((tmpaddr ^ paddr) & -SZ_512M) == 0) in cpu_reset()
461 tmpaddr += SZ_512M; in cpu_reset()
464 if (itlb_probe(tmpaddr) & BIT(ITLB_HIT_BIT)) in cpu_reset()
465 invalidate_itlb_entry(itlb_probe(tmpaddr)); in cpu_reset()
466 if (itlb_probe(tmpaddr + PAGE_SIZE) & BIT(ITLB_HIT_BIT)) in cpu_reset()
467 invalidate_itlb_entry(itlb_probe(tmpaddr + PAGE_SIZE)); in cpu_reset()
477 tmpaddr & PAGE_MASK); in cpu_reset()
482 (tmpaddr & PAGE_MASK) + PAGE_SIZE); in cpu_reset()
533 : "a"(tmpaddr - vaddr), in cpu_reset()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/xtensa/kernel/
H A Dsetup.c450 unsigned long tmpaddr = vaddr + SZ_512M; in cpu_reset() local
460 while (((tmpaddr ^ paddr) & -SZ_512M) == 0) in cpu_reset()
461 tmpaddr += SZ_512M; in cpu_reset()
464 if (itlb_probe(tmpaddr) & BIT(ITLB_HIT_BIT)) in cpu_reset()
465 invalidate_itlb_entry(itlb_probe(tmpaddr)); in cpu_reset()
466 if (itlb_probe(tmpaddr + PAGE_SIZE) & BIT(ITLB_HIT_BIT)) in cpu_reset()
467 invalidate_itlb_entry(itlb_probe(tmpaddr + PAGE_SIZE)); in cpu_reset()
477 tmpaddr & PAGE_MASK); in cpu_reset()
482 (tmpaddr & PAGE_MASK) + PAGE_SIZE); in cpu_reset()
533 : "a"(tmpaddr - vaddr), in cpu_reset()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/xtensa/kernel/
H A Dsetup.c450 unsigned long tmpaddr = vaddr + SZ_512M; in cpu_reset() local
460 while (((tmpaddr ^ paddr) & -SZ_512M) == 0) in cpu_reset()
461 tmpaddr += SZ_512M; in cpu_reset()
464 if (itlb_probe(tmpaddr) & BIT(ITLB_HIT_BIT)) in cpu_reset()
465 invalidate_itlb_entry(itlb_probe(tmpaddr)); in cpu_reset()
466 if (itlb_probe(tmpaddr + PAGE_SIZE) & BIT(ITLB_HIT_BIT)) in cpu_reset()
467 invalidate_itlb_entry(itlb_probe(tmpaddr + PAGE_SIZE)); in cpu_reset()
477 tmpaddr & PAGE_MASK); in cpu_reset()
482 (tmpaddr & PAGE_MASK) + PAGE_SIZE); in cpu_reset()
533 : "a"(tmpaddr - vaddr), in cpu_reset()
[all …]
/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/lib/
H A Dlibrfc5569.c36 uint8_t tmpaddr[16]; in librfc5569_calc_6rd_local_prefix() local
59 ipv6addr_to_bytes(sixrd_prefix, tmpaddr); in librfc5569_calc_6rd_local_prefix()
63 tmpaddr[i>>3] |= 0x80 >> (i&0x7); in librfc5569_calc_6rd_local_prefix()
67 ipv6addr_from_bytes(sixrd_prefix, tmpaddr); in librfc5569_calc_6rd_local_prefix()
/dports/dns/totd/totd-1.5.1/
H A Dconv_trick.c290 u_char *qname6, tmpaddr[8]; in conv_trick_ptr_rq() local
299 strncpy ((char *) tmpaddr + len, (char *) qname6 + 1, (int) *qname6); in conv_trick_ptr_rq()
304 if (isdigit (tmpaddr[i])) in conv_trick_ptr_rq()
305 tmpaddr[i] -= '0'; in conv_trick_ptr_rq()
306 else if (isalpha (tmpaddr[i])) in conv_trick_ptr_rq()
307 tmpaddr[i] -= isupper (tmpaddr[i]) ? 'A' - 10 : 'a' - 10; in conv_trick_ptr_rq()
310 tmp = tmpaddr[i] + 16 * tmpaddr[i + 1]; in conv_trick_ptr_rq()
/dports/net/quagga/quagga-1.2.4/zebra/
H A Drtread_getmsg.c75 struct in_addr tmpaddr, gateway; in handle_route_entry() local
86 tmpaddr.s_addr = routeEntry->ipRouteDest; in handle_route_entry()
87 prefix.prefix = tmpaddr; in handle_route_entry()
89 tmpaddr.s_addr = routeEntry->ipRouteMask; in handle_route_entry()
90 prefix.prefixlen = ip_masklen (tmpaddr); in handle_route_entry()
/dports/net-im/libnice-gst1/libnice-0.1.18/stun/
H A Dstunmessage.c489 struct sockaddr_storage tmpaddr; in stun_message_append_xor_addr() local
491 if ((size_t) addrlen > sizeof (tmpaddr)) in stun_message_append_xor_addr()
492 addrlen = sizeof (tmpaddr); in stun_message_append_xor_addr()
493 memcpy (&tmpaddr, addr, addrlen); in stun_message_append_xor_addr()
495 val = stun_xor_address (msg, &tmpaddr, addrlen, in stun_message_append_xor_addr()
500 return stun_message_append_addr (msg, type, (struct sockaddr *) &tmpaddr, in stun_message_append_xor_addr()
511 struct sockaddr_storage tmpaddr; in stun_message_append_xor_addr_full() local
513 if ((size_t) addrlen > sizeof (tmpaddr)) in stun_message_append_xor_addr_full()
514 addrlen = sizeof (tmpaddr); in stun_message_append_xor_addr_full()
515 memcpy (&tmpaddr, addr, addrlen); in stun_message_append_xor_addr_full()
[all …]
/dports/net-im/libnice/libnice-0.1.18/stun/
H A Dstunmessage.c489 struct sockaddr_storage tmpaddr; in stun_message_append_xor_addr() local
491 if ((size_t) addrlen > sizeof (tmpaddr)) in stun_message_append_xor_addr()
492 addrlen = sizeof (tmpaddr); in stun_message_append_xor_addr()
493 memcpy (&tmpaddr, addr, addrlen); in stun_message_append_xor_addr()
495 val = stun_xor_address (msg, &tmpaddr, addrlen, in stun_message_append_xor_addr()
500 return stun_message_append_addr (msg, type, (struct sockaddr *) &tmpaddr, in stun_message_append_xor_addr()
511 struct sockaddr_storage tmpaddr; in stun_message_append_xor_addr_full() local
513 if ((size_t) addrlen > sizeof (tmpaddr)) in stun_message_append_xor_addr_full()
514 addrlen = sizeof (tmpaddr); in stun_message_append_xor_addr_full()
515 memcpy (&tmpaddr, addr, addrlen); in stun_message_append_xor_addr_full()
[all …]
/dports/net/pwhois/pwhois-2.2.1.0/
H A DIPV4.c70 struct in_addr tmpaddr; in ipv4_decimal_to_quaddot() local
71 tmpaddr.s_addr=htonl(network); in ipv4_decimal_to_quaddot()
77 return own_inet_ntoa_r(tmpaddr, str, sz); in ipv4_decimal_to_quaddot()
82 struct in_addr tmpaddr; in ipv4_quaddot_to_decimal() local
83 if(!inet_aton(quaddot, &tmpaddr) ) in ipv4_quaddot_to_decimal()
87 result[0]=ntohl(tmpaddr.s_addr); in ipv4_quaddot_to_decimal()

12345678910>>...12