HomeSort by relevance Sort by last modified time
    Searched refs:ip (Results 76 - 100 of 540) sorted by null

1 2 34 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
mount.S 11 mov ip, sp
14 ldmfd ip, {r4, r5, r6}
prctl.S 11 mov ip, sp
14 ldmfd ip, {r4, r5, r6}
recvfrom.S 11 mov ip, sp
14 ldmfd ip, {r4, r5, r6}
select.S 11 mov ip, sp
14 ldmfd ip, {r4, r5, r6}
sendto.S 11 mov ip, sp
14 ldmfd ip, {r4, r5, r6}
setsockopt.S 11 mov ip, sp
14 ldmfd ip, {r4, r5, r6}
waitid.S 11 mov ip, sp
14 ldmfd ip, {r4, r5, r6}
  /dalvik/vm/mterp/armv5te/
zcmp.S 25 GET_INST_OPCODE(ip) @ extract opcode from rINST
26 GOTO_OPCODE(ip) @ jump to next instruction
29 GET_INST_OPCODE(ip) @ extract opcode from rINST
30 GOTO_OPCODE(ip) @ jump to next instruction
OP_ARRAY_LENGTH.S 13 GET_INST_OPCODE(ip) @ extract opcode from rINST
15 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST.S 8 GET_INST_OPCODE(ip) @ extract opcode from rINST
10 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_HIGH16.S 8 GET_INST_OPCODE(ip) @ extract opcode from rINST
9 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_WIDE_16.S 8 GET_INST_OPCODE(ip) @ extract opcode from rINST
10 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_WIDE_32.S 10 GET_INST_OPCODE(ip) @ extract opcode from rINST
12 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_WIDE_HIGH16.S 9 GET_INST_OPCODE(ip) @ extract opcode from rINST
11 GOTO_OPCODE(ip) @ jump to next instruction
  /development/tools/axl/
udpEater.py 34 ip = socket.gethostbyname(hostname)
35 print 'Server is at IP adress: ', ip
udpServer.py 15 ip = socket.gethostbyname(hostname)
16 print 'Server is at IP adress: ', ip
  /external/iproute2/include/libiptc/
ipt_kernel_headers.h 1 /* This is the userspace/kernel interface for Generic IP Chains,
9 #include <netinet/ip.h>
17 #include <linux/ip.h>
  /external/iptables/include/libiptc/
ipt_kernel_headers.h 1 /* This is the userspace/kernel interface for Generic IP Chains,
9 #include <netinet/ip.h>
18 #include <linux/ip.h>
  /external/skia/src/core/asm/
s32a_d565_opaque.S 51 rsb ip, lr, #255 // 0xff
59 smulbb r1, r2, ip
64 smulbb r1, r1, ip
70 smulbb r3, r3, ip
72 mov ip, r2, lsr #2
77 mov r2, ip, lsl #5
79 orr ip, r2, r1, lsl #11
80 orr r1, ip, r3, lsr #3
  /external/iptables/libiptc/
libip4tc.c 133 printf("SRC IP: %u.%u.%u.%u/%u.%u.%u.%u\n",
134 IP_PARTS(e->ip.src.s_addr),IP_PARTS(e->ip.smsk.s_addr));
135 printf("DST IP: %u.%u.%u.%u/%u.%u.%u.%u\n",
136 IP_PARTS(e->ip.dst.s_addr),IP_PARTS(e->ip.dmsk.s_addr));
137 printf("Interface: `%s'/", e->ip.iniface);
139 printf("%c", e->ip.iniface_mask[i] ? 'X' : '.');
140 printf("to `%s'/", e->ip.outiface);
142 printf("%c", e->ip.outiface_mask[i] ? 'X' : '.')
    [all...]
  /dalvik/vm/mterp/arm-vfp/
fbinop2addr.S 19 GET_INST_OPCODE(ip) @ extract opcode from rINST
21 GOTO_OPCODE(ip) @ jump to next instruction
fbinopWide2addr.S 20 GET_INST_OPCODE(ip) @ extract opcode from rINST
22 GOTO_OPCODE(ip) @ jump to next instruction
funop.S 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
18 GOTO_OPCODE(ip) @ jump to next instruction
funopNarrower.S 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
18 GOTO_OPCODE(ip) @ jump to next instruction
funopWider.S 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
18 GOTO_OPCODE(ip) @ jump to next instruction

Completed in 353 milliseconds

1 2 34 5 6 7 8 91011>>