HomeSort by relevance Sort by last modified time
    Searched refs:ip (Results 176 - 200 of 761) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/PCH/
chain-conversion-lookup.cpp 20 int *ip = x.operator int*(); local
  /external/iproute2/ip/
Android.mk 4 LOCAL_SRC_FILES := ip.c ipaddress.c ipaddrlabel.c iproute.c iprule.c \
10 LOCAL_MODULE := ip
  /external/kernel-headers/original/linux/
irqflags.h 17 extern void trace_softirqs_on(unsigned long ip);
18 extern void trace_softirqs_off(unsigned long ip);
31 # define trace_softirqs_on(ip) do { } while (0)
32 # define trace_softirqs_off(ip) do { } while (0)
  /external/libvpx/vp8/encoder/arm/neon/
fastfdct8x4_neon.asm 39 ;transpose d2, d4, d6, d8. Then, d2=ip[0], d4=ip[1], d6=ip[2], d8=ip[3]
40 ;transpose d3, d5, d7, d9. Then, d3=ip[0], d5=ip[1], d7=ip[2], d9=ip[3]
50 vadd.s16 d10, d2, d8 ;ip[0]+ip[3
    [all...]
  /external/tcpdump/
print-sunrpc.c 47 #include "ip.h"
74 register const struct ip *ip; local
93 switch (IP_V((struct ip *)bp2)) {
95 ip = (struct ip *)bp2;
97 ipaddr_string(&ip->ip_src), srcid,
98 ipaddr_string(&ip->ip_dst), dstid, length);
  /external/grub/netboot/
main.c 50 /* Set if an ethernet card is probed and IP addresses are set. */
110 static unsigned short ipchksum (unsigned short *ip, int len);
131 DEFAULT_NETMASK - Return default netmask for IP address
147 ifconfig (char *ip, char *sm, char *gw, char *svr)
159 if (ip)
161 if (! inet_aton (ip, &arptable[ARP_CLIENT].ipaddr))
180 if (ip || sm)
201 struct iphdr *ip; local
207 ip = (struct iphdr *) buf;
209 ip->verhdrlen = 0x45
538 struct bootpip_t ip; local
742 struct iphdr *ip; local
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_MUL_LONG.S 28 mul ip, r2, r1 @ ip<- ZxW
30 mla r2, r0, r3, ip @ r2<- YxX + (ZxW)
39 GET_INST_OPCODE(ip) @ extract opcode from rINST
41 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHL_LONG.S 22 subs ip, r2, #32 @ ip<- r2 - 32
23 movpl r1, r0, asl ip @ if r2 >= 32, r1<- r0 << (r2-32)
30 GET_INST_OPCODE(ip) @ extract opcode from rINST
32 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHL_LONG_2ADDR.S 18 subs ip, r2, #32 @ ip<- r2 - 32
20 movpl r1, r0, asl ip @ if r2 >= 32, r1<- r0 << (r2-32)
26 GET_INST_OPCODE(ip) @ extract opcode from rINST
28 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHR_LONG.S 22 subs ip, r2, #32 @ ip<- r2 - 32
23 movpl r0, r1, asr ip @ if r2 >= 32, r0<-r1 >> (r2-32)
30 GET_INST_OPCODE(ip) @ extract opcode from rINST
32 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHR_LONG_2ADDR.S 18 subs ip, r2, #32 @ ip<- r2 - 32
20 movpl r0, r1, asr ip @ if r2 >= 32, r0<-r1 >> (r2-32)
26 GET_INST_OPCODE(ip) @ extract opcode from rINST
28 GOTO_OPCODE(ip) @ jump to next instruction
OP_USHR_LONG.S 22 subs ip, r2, #32 @ ip<- r2 - 32
23 movpl r0, r1, lsr ip @ if r2 >= 32, r0<-r1 >>> (r2-32)
30 GET_INST_OPCODE(ip) @ extract opcode from rINST
32 GOTO_OPCODE(ip) @ jump to next instruction
OP_USHR_LONG_2ADDR.S 18 subs ip, r2, #32 @ ip<- r2 - 32
20 movpl r0, r1, lsr ip @ if r2 >= 32, r0<-r1 >>> (r2-32)
26 GET_INST_OPCODE(ip) @ extract opcode from rINST
28 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/armv6t2/
OP_SHL_LONG_2ADDR.S 17 subs ip, r2, #32 @ ip<- r2 - 32
19 movpl r1, r0, asl ip @ if r2 >= 32, r1<- r0 << (r2-32)
25 GET_INST_OPCODE(ip) @ extract opcode from rINST
27 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHR_LONG_2ADDR.S 17 subs ip, r2, #32 @ ip<- r2 - 32
19 movpl r0, r1, asr ip @ if r2 >= 32, r0<-r1 >> (r2-32)
25 GET_INST_OPCODE(ip) @ extract opcode from rINST
27 GOTO_OPCODE(ip) @ jump to next instruction
OP_USHR_LONG_2ADDR.S 17 subs ip, r2, #32 @ ip<- r2 - 32
19 movpl r0, r1, lsr ip @ if r2 >= 32, r0<-r1 >>> (r2-32)
25 GET_INST_OPCODE(ip) @ extract opcode from rINST
27 GOTO_OPCODE(ip) @ jump to next instruction
  /external/iproute2/examples/diffserv/
Edge1 13 IP=$IPROUTE/ip/ip
50 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
51 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
52 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
  /external/libvpx/vp8/common/ppc/
idctllm_altivec.asm 36 lvx v0, 0, r3 ;# input ip[0], ip[ 4]
37 lvx v1, r10, r3 ;# input ip[8], ip[12]
42 vaddsws v6, v2, v3 ;# a1 = ip[0]+ip[8]
43 vsubsws v7, v2, v3 ;# b1 = ip[0]-ip[8]
48 vaddsws v4, v4, v0 ;# ip[ 4] * sin(pi/8) * sqrt(2)
52 vsraw v5, v5, v12 ;# ip[12] * cos(pi/8) * sqrt(2
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
socketaddress.cc 32 #include <netinet/ip.h>
69 SocketAddress::SocketAddress(uint32 ip, int port) {
70 SetIP(ip);
99 void SocketAddress::SetIP(uint32 ip) {
101 ip_ = ip;
109 void SocketAddress::SetResolvedIP(uint32 ip) {
110 ip_ = ip;
118 uint32 SocketAddress::ip() const { function in class:talk_base::SocketAddress
304 std::string SocketAddress::IPToString(uint32 ip) {
306 ost << ((ip >> 24) & 0xff)
325 uint32 ip = 0; local
347 uint32 ip = local
    [all...]
  /external/openssl/apps/
s_socket.c 105 static int init_client_ip(int *sock,unsigned char ip[4], int port, int type);
107 static int init_server_long(int *sock, int port,char *ip, int type);
109 static int host_ip(char *str, unsigned char ip[4]);
239 unsigned char ip[4]; local
241 if (!host_ip(host,&(ip[0])))
245 return(init_client_ip(sock,ip,port,type));
248 static int init_client_ip(int *sock, unsigned char ip[4], int port, int type)
260 ((unsigned long)ip[0]<<24L)|
261 ((unsigned long)ip[1]<<16L)|
262 ((unsigned long)ip[2]<< 8L)
    [all...]
  /external/dhcpcd/
net.c 43 #include <netinet/ip.h>
641 struct ip ip; member in struct:udp_dhcp_packet
675 struct ip *ip; local
679 ip = &udpp->ip;
684 * ip structure and an invalid ip_len (basically udp length).
687 * Finally we complete the ip structure and ip checksum
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
GeneralName.java 102 * specific-part must include a fully qualified domain name or IP
109 * address. For IP Version 4, as specified in RFC 791, the octet string
110 * MUST contain exactly four octets. For IP Version 6, as specified in
172 throw new IllegalArgumentException("IP Address is invalid");
271 private byte[] toGeneralNameEncoding(String ip)
273 if (IPAddress.isValidIPv6WithNetmask(ip) || IPAddress.isValidIPv6(ip))
275 int slashIndex = ip.indexOf('/');
280 int[] parsedIp = parseIPv6(ip);
288 int[] parsedIp = parseIPv6(ip.substring(0, slashIndex))
    [all...]
  /external/iptables/extensions/
libipt_SAME.c 24 " Don't use destination-ip in\n"
42 const struct in_addr *ip; local
53 ip = xtables_numeric_to_ipaddr(arg);
54 if (!ip)
55 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
57 range->min_ip = ip->s_addr;
60 ip = xtables_numeric_to_ipaddr(dash+1);
61 if (!ip)
62 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
65 range->max_ip = ip->s_addr
    [all...]
libipt_DNAT.c 71 const struct in_addr *ip; local
117 /* Starts with a colon? No IP info...*/
133 ip = xtables_numeric_to_ipaddr(arg);
134 if (!ip)
135 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
137 range.min_ip = ip->s_addr;
139 ip = xtables_numeric_to_ipaddr(dash+1);
140 if (!ip)
141 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
143 range.max_ip = ip->s_addr
    [all...]
libipt_SNAT.c 71 const struct in_addr *ip; local
117 /* Starts with a colon? No IP info...*/
133 ip = xtables_numeric_to_ipaddr(arg);
134 if (!ip)
135 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
137 range.min_ip = ip->s_addr;
139 ip = xtables_numeric_to_ipaddr(dash+1);
140 if (!ip)
141 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n",
143 range.max_ip = ip->s_addr
    [all...]

Completed in 1543 milliseconds

1 2 3 4 5 6 78 91011>>