Searched refs:ip (Results 1 - 25 of 602) sorted by relevance

1234567891011>>

/external/clang/test/Parser/
H A Dpointer_promotion.c5 int *ip; local
11 if (ip < cp) {} // expected-warning {{comparison of distinct pointer types ('int *' and 'char *')}}
14 if (ip < 7) {} // expected-warning {{comparison between pointer and integer ('int *' and 'int')}}
15 if (sint < ip) {} // expected-warning {{comparison between pointer and integer ('int' and 'int *')}}
16 if (ip == cp) {} // expected-warning {{comparison of distinct pointer types ('int *' and 'char *')}}
/external/clang/test/SemaTemplate/
H A Dambiguous-ovl-print.cpp7 void test_f(int *ip, int i) { argument
8 f(ip, i); // expected-error{{ambiguous}}
/external/liblzf/
H A Dlzf_d.c59 u8 const *ip = (const u8 *)in_data; local
61 u8 const *const in_end = ip + in_len;
66 unsigned int ctrl = *ip++;
79 if (ip + ctrl > in_end)
87 lzf_movsb (op, ip, ctrl);
91 case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++;
92 case 28: *op++ = *ip
[all...]
H A Dlzf_c.c109 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[
[all...]
/external/compiler-rt/lib/arm/
H A Dswitch8.S34 ldrb ip, [lr, #-1] // get first byte in table
35 cmp r0, ip // signed compare with index
37 ldrsbhs r0, [lr, ip] // if out of range, use last entry in table
38 add ip, lr, r0, lsl #1 // compute label = lr + element*2
39 bx ip // jump to computed label
H A Dswitchu8.S34 ldrb ip, [lr, #-1] // get first byte in table
35 cmp r0, ip // compare with index
37 ldrbhs r0, [lr, ip] // if out of range, use last entry in table
38 add ip, lr, r0, lsl #1 // compute label = lr + element*2
39 bx ip // jump to computed label
H A Dswitch16.S34 ldrh ip, [lr, #-1] // get first 16-bit word in table
35 cmp r0, ip // compare with index
38 add ip, lr, ip, lsl #1 // compute address of last element in table
39 ldrshhs r0, [ip, #1] // load 16-bit element if r0 out of range
40 add ip, lr, r0, lsl #1 // compute label = lr + element*2
41 bx ip // jump to computed label
H A Dswitch32.S34 ldr ip, [lr, #-1] // get first 32-bit word in table
35 cmp r0, ip // compare with index
38 add ip, lr, ip, lsl #2 // compute address of last element in table
39 ldrcs r0, [ip, #3] // load 32-bit element if r0 out of range
40 add ip, lr, r0 // compute label = lr + element
41 bx ip // jump to computed label
/external/libvpx/vp8/encoder/
H A Ddct.c18 short *ip = input; local
23 a1 = ((ip[0] + ip[3])<<3);
24 b1 = ((ip[1] + ip[2])<<3);
25 c1 = ((ip[1] - ip[2])<<3);
26 d1 = ((ip[0] - ip[3])<<3);
34 ip
69 short *ip = input; local
[all...]
/external/libvpx/vp8/common/mips/
H A Didct_mips.c34 short *ip = input; local
39 prefetch_load_short(ip + 8);
42 a1 = ip[0] + ip[8];
43 b1 = ip[0] - ip[8];
45 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
46 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
49 temp1 = ip[
260 short *ip = input; local
[all...]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dbasic.cpp7 void test_f0(int *ip, float const *cfp) { argument
8 A<int> a0 = f0(ip);
14 void test_f1(int *ip, float fv) { argument
15 f1(ip, fv);
26 void test_f2(int *ip, float *fp) { argument
27 f2(ip, ConvToIntPtr()); // expected-error{{no matching function}}
28 f2(ip, ip); // okay
29 f2(ip, fp); // expected-error{{no matching function}}
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
H A Dp5.cpp9 int* ip; local
10 float &fr1 = f(ip);
11 float &fr2 = g(ip);
/external/chromium/net/tools/fetch/
H A Dhttp_server.cc8 HttpServer::HttpServer(std::string ip, int port) argument
9 : ALLOW_THIS_IN_INITIALIZER_LIST(session_(new HttpSession(ip, port))) {
/external/clang/test/CXX/over/over.match/over.match.best/
H A Dp1.cpp6 void test_f0(int* ip, void *vp) { argument
8 int &ir = f0(ip, 0);
/external/iproute2/ip/
H A Droutef4 exec ip -4 ro flush scope global type unicast
/external/libvpx/vp8/common/
H A Didctllm.c33 short *ip = input; local
40 a1 = ip[0] + ip[8];
41 b1 = ip[0] - ip[8];
43 temp1 = (ip[4] * sinpi8sqrt2 + rounding) >> 16;
44 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1 + rounding) >> 16);
47 temp1 = ip[4] + ((ip[
138 short *ip = input; local
[all...]
/external/clang/test/Misc/
H A Dmessage-length.c21 void a_very_long_line(int *ip, float *FloatPointer) { argument
22 for (int ALongIndexName = 0; ALongIndexName < 100; ALongIndexName++) if (ip[ALongIndexName] == 17) a_func_to_call(ip == FloatPointer, ip[ALongIndexName], FloatPointer[ALongIndexName]);
/external/valgrind/main/memcheck/tests/
H A Dfprw.c13 int* ip = (int*)0x1234567; local
22 free(ip);
23 ip = malloc(sizeof(int));
24 * ((double*)ip) = 1.2 + d;
/external/valgrind/main/helgrind/tests/
H A Dhg03_inherit.c15 volatile int *ip = (int *)v; local
17 *ip += 44;
18 *ip *= 2;
25 volatile int *ip = (int *)v; local
28 *ip += 88;
29 *ip *= 3;
/external/qemu/slirp-android/
H A Dhelper.h44 /* 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
85 ip_write( ipaddr_t ip, void* buf ) argument
98 ip_write32h( uint32_t ip, void* buf ) argument
[all...]
H A Dip_output.c58 register struct ip *ip; local
60 register int hlen = sizeof(struct ip );
73 ip = mtod(m, struct ip *);
77 ip->ip_v = IPVERSION;
78 ip->ip_off &= IP_DF;
79 ip->ip_id = htons(ip_id++);
80 ip->ip_hl = hlen >> 2;
97 if ((u_int16_t)ip
[all...]
/external/clang/test/CXX/temp/temp.names/
H A Dp4.cpp13 void test_f(int *ip) { argument
14 f<meta, int>(ip);
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp9-linkage.cpp31 int *&test(X0<int*> xi, int *ip) { argument
33 xi.f(ip);
35 xi.g(ip);
37 xi.h(ip);
54 void test_f0(int *ip, float *fp) { argument
56 f0(ip);
61 void test_f1(int *ip, float *fp) { argument
63 f1(ip);
H A Dp9.cpp31 int *&test(X0<int*> xi, int *ip) { argument
32 xi.f(ip); // expected-note{{instantiation}}
33 xi.g(ip); // expected-note{{instantiation}}
34 xi.h(ip);
51 void test_f0(int *ip, float *fp) { argument
52 f0(ip);
56 void test_f1(int *ip, float *fp) { argument
57 f1(ip); // expected-note{{instantiation}}
/external/qemu/slirp/
H A Dip_output.c58 register struct ip *ip; local
60 register int hlen = sizeof(struct ip );
73 ip = mtod(m, struct ip *);
77 ip->ip_v = IPVERSION;
78 ip->ip_off &= IP_DF;
79 ip->ip_id = htons(ip_id++);
80 ip->ip_hl = hlen >> 2;
97 if ((u_int16_t)ip
[all...]

Completed in 549 milliseconds

1234567891011>>