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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program.c 213 unsigned int ip = 0; local
219 inst->IP = ip++;
222 c->Program.Instructions.IP = 0xcafedead;
224 return ip;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_live_variables.cpp 52 int ip = 0; local
57 assert(ip == block->start_ip);
59 assert(cfg->blocks[b - 1]->end_ip == ip - 1);
89 ip++;
184 int ip = 0; local
192 use[reg] = ip;
199 def[reg] = MIN2(def[reg], ip);
202 ip++;
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bf_buff.c 276 int r,i,*ip; local
334 ip=(int *)ptr;
335 if (*ip == 0)
340 else /* if (*ip == 1) */
  /external/chromium_org/third_party/re2/re2/testing/
backtrack.cc 58 // Explores from instruction ip at string position p looking for a match.
146 // Explores from instruction ip at string position p looking for a match.
165 Prog::Inst* ip = prog_->inst(id); local
166 switch (ip->opcode()) {
168 LOG(FATAL) << "Unexpected opcode: " << (int)ip->opcode();
174 if (Visit(ip->out(), p)) {
176 Visit(ip->out1(), p);
179 return Visit(ip->out1(), p);
182 if (ip->Matches(c))
183 return Visit(ip->out(), p+1)
    [all...]
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20.cpp 10 int *ip = I; // expected-error{{cannot initialize}} local
25 int *ip = I; // expected-error{{cannot initialize}} local
42 int *ip = I; // expected-error{{cannot initialize}} local
61 int *ip = &x; // expected-error{{cannot initialize}} local
78 int *ip = &x; // expected-error{{cannot initialize}} local
106 int *ip = I; // expected-error{{cannot initialize}} local
119 int *ip = &x; // expected-error{{cannot initialize}} local
133 int *ip = I; // okay, since it isn't instantiated.
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p5.cpp 12 int *ip; local
13 ip = a.operator int*();
  /external/clang/test/Modules/
module-private.cpp 22 int *ip = 0; local
23 f1(ip); // expected-error{{use of undeclared identifier 'f1'}}
  /external/clang/test/Sema/
overloadable.c 13 int *ip = f(iv); local
35 int *ip = accept_struct(x); local
  /external/clang/test/SemaTemplate/
instantiate-template-template-parm.cpp 18 apply<add_pointer, int>::type ip = &i; variable
  /external/dnsmasq/src/
bpf.c 161 the kernel IP stack */
164 struct ip ip; local
193 ip.ip_dst.s_addr = INADDR_BROADCAST;
198 ip.ip_dst.s_addr = mess->yiaddr.s_addr;
201 ip.ip_p = IPPROTO_UDP;
202 ip.ip_src.s_addr = iface_addr.s_addr;
203 ip.ip_len = htons(sizeof(struct ip) +
206 ip.ip_hl = sizeof(struct ip) / 4
    [all...]
  /external/liblzf/
lzf_c.c 109 const u8 *ip = (const u8 *)in_data; local
111 const u8 *in_end = ip + in_len;
139 hval = FRST (ip);
140 while (ip < in_end - 2)
144 hval = NEXT (hval, ip);
146 ref = *hslot + LZF_HSLOT_BIAS; *hslot = ip - LZF_HSLOT_BIAS;
150 && ref < ip /* the next test will actually take care of this, but this is faster */
152 && (off = ip - ref - 1) < MAX_OFF
154 && ref[2] == ip[2]
156 && ((ref[1] << 8) | ref[0]) == ((ip[1] << 8) | ip[0]
    [all...]
  /external/libppp/src/
slcompress.c 46 #include <netinet/ip.h>
158 struct ip * ip,
164 register u_int hlen = ip->ip_hl;
173 * Bail if this is an IP fragment or if the TCP packet isn't `compressible'
175 * the caller has already made sure the packet is IP proto TCP).
177 if ((ip->ip_off & htons(0x3fff)) || m->m_len < 40) {
179 ip->ip_off, (unsigned long)m->m_len);
183 th = (struct tcphdr *) & ((int *) ip)[hlen];
198 if (ip->ip_src.s_addr != cs->cs_ip.ip_src.s_addr |
437 register struct ip *ip; local
    [all...]
  /external/libvpx/libvpx/test/
vp8_fdct4x4_test.cc 35 const int16_t *ip = input; local
39 const int a1 = ip[0] + ip[8];
40 const int b1 = ip[0] - ip[8];
41 const int temp1 = (ip[4] * sinpi8sqrt2) >> 16;
42 const int temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
44 const int temp3 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16)
    [all...]
  /external/libvpx/libvpx/vp8/common/
idctllm.c 36 short *ip = input; local
43 a1 = ip[0] + ip[8];
44 b1 = ip[0] - ip[8];
46 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
47 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
50 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16)
146 short *ip = input; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.c 213 unsigned int ip = 0; local
219 inst->IP = ip++;
222 c->Program.Instructions.IP = 0xcafedead;
224 return ip;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_live_variables.cpp 52 int ip = 0; local
57 assert(ip == block->start_ip);
59 assert(cfg->blocks[b - 1]->end_ip == ip - 1);
89 ip++;
184 int ip = 0; local
192 use[reg] = ip;
199 def[reg] = MIN2(def[reg], ip);
202 ip++;
  /external/opencv/cvaux/src/
cvsubdiv2.cpp 143 CvPoint ip = cvPoint( cvRound( pt->pt.x ), cvRound( pt->pt.y )); local
146 //printf("count = %d, (%d,%d)\n", ip.x, ip.y );
148 if( 0 <= ip.x && ip.x < src->width && 0 <= ip.y && ip.y < src->height )
150 uchar *ptr = (uchar*)(src->imageData + ip.y * src->widthStep + ip.x * 3);
  /external/openssl/crypto/bio/
bf_buff.c 276 int r,i,*ip; local
334 ip=(int *)ptr;
335 if (*ip == 0)
340 else /* if (*ip == 1) */
  /external/qemu/slirp/
ip_icmp.c 74 register struct ip *ip=mtod(m, struct ip *); local
75 int icmplen=ip->ip_len;
112 ip->ip_len += hlen; /* since ip_input subtracts this */
113 if (ip->ip_dst.s_addr == alias_addr.s_addr) {
127 so->so_faddr = ip->ip_dst;
129 so->so_laddr = ip->ip_src;
131 so->so_iptos = ip->ip_tos;
159 } /* if ip->ip_dst.s_addr == alias_addr.s_addr *
208 register struct ip *ip; local
322 register struct ip *ip = mtod(m, struct ip *); local
    [all...]
  /external/qemu/slirp-android/
helper.h 44 /* return ip address in network order */
46 ip_getn( ipaddr_t ip )
48 return ip.addr;
51 /* return ip address in host order */
53 ip_geth( ipaddr_t ip )
55 return ntohl(ip.addr);
58 /* set ip address in network order */
62 ipaddr_t ip; local
63 ip.addr = val;
64 return ip;
71 ipaddr_t ip; local
79 ipaddr_t ip; local
    [all...]
ip_icmp.c 75 register struct ip *ip=mtod(m, struct ip *); local
76 int icmplen=ip->ip_len;
113 ip->ip_len += hlen; /* since ip_input subtracts this */
114 if (ip_geth(ip->ip_dst) == alias_addr_ip) {
131 so->so_faddr_ip = ip_geth(ip->ip_dst);
133 so->so_laddr_ip = ip_geth(ip->ip_src);
135 so->so_iptos = ip->ip_tos;
161 } /* if ip->ip_dst.s_addr == alias_addr.s_addr *
210 register struct ip *ip; local
324 register struct ip *ip = mtod(m, struct ip *); local
    [all...]
  /external/regex-re2/re2/testing/
backtrack.cc 58 // Explores from instruction ip at string position p looking for a match.
146 // Explores from instruction ip at string position p looking for a match.
165 Prog::Inst* ip = prog_->inst(id); local
166 switch (ip->opcode()) {
168 LOG(FATAL) << "Unexpected opcode: " << (int)ip->opcode();
174 if (Visit(ip->out(), p)) {
176 Visit(ip->out1(), p);
179 return Visit(ip->out1(), p);
182 if (ip->Matches(c))
183 return Visit(ip->out(), p+1)
    [all...]
  /external/srec/srec/clib/
matrix_i.c 178 int ii, ix = -1, ip, jj; local
184 ip = index[ii];
185 sum = b[ip];
186 b[ip] = b[ii];
  /external/tcpdump/
print-sctp.c 57 #include "ip.h"
64 u_int sctpPacketLength) /* ip packet */
67 const struct ip *ip; local
83 ip = (struct ip *)bp2;
85 if (IP_V(ip) == 6)
116 ipaddr_string(&ip->ip_src),
118 ipaddr_string(&ip->ip_dst),
  /external/valgrind/main/none/tests/
tls.c 54 int *ip = (*test->func)(); local
59 int a = (*ip)++;
62 printf("tls_ptr: case \"%s\" has mismatch: *ip=%d here=%d\n",

Completed in 1054 milliseconds

1 2 34 5 6 7 8 91011>>