Searched refs:ip (Results 1 - 25 of 1006) 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/libcxx/test/utilities/memory/temporary.buffer/
H A Dtemporary_buffer.pass.cpp25 std::pair<int*, std::ptrdiff_t> ip = std::get_temporary_buffer<int>(5); local
26 assert(ip.first);
27 assert(ip.second == 5);
28 std::return_temporary_buffer(ip.first);
/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...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddct.c18 short *ip = input; local
23 a1 = ((ip[0] + ip[3]) * 8);
24 b1 = ((ip[1] + ip[2]) * 8);
25 c1 = ((ip[1] - ip[2]) * 8);
26 d1 = ((ip[0] - ip[3]) * 8);
34 ip
69 short *ip = input; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Ddct.c18 short *ip = input; local
23 a1 = ((ip[0] + ip[3]) * 8);
24 b1 = ((ip[1] + ip[2]) * 8);
25 c1 = ((ip[1] - ip[2]) * 8);
26 d1 = ((ip[0] - ip[3]) * 8);
34 ip
69 short *ip = input; local
[all...]
/external/compiler-rt/lib/builtins/arm/
H A Dswitch16.S34 ldrh ip, [lr, #-1] // get first 16-bit word in table
35 cmp r0, ip // compare with index
37 add ip, lr, ip, lsl #1 // compute address of last element in table
40 ldrshhs r0, [ip, #1] // load 16-bit element if r0 out of range
41 add ip, lr, r0, lsl #1 // compute label = lr + element*2
42 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
37 add ip, lr, ip, lsl #2 // compute address of last element in table
40 ldrhs r0, [ip, #3] // load 32-bit element if r0 out of range
41 add ip, lr, r0 // compute label = lr + element
42 bx ip // jump to computed label
H A Dswitch8.S34 ldrb ip, [lr, #-1] // get first byte in table
35 cmp r0, ip // signed compare with index
38 ldrsbhs r0, [lr, ip] // if out of range, use last entry in table
39 add ip, lr, r0, lsl #1 // compute label = lr + element*2
40 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
38 ldrbhs r0, [lr, ip] // if out of range, use last entry in table
39 add ip, lr, r0, lsl #1 // compute label = lr + element*2
40 bx ip // jump to computed label
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c49 short *ip = input; local
59 prefetch_load_short(ip + 8);
62 a1 = ip[0] + ip[8];
63 b1 = ip[0] - ip[8];
65 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
66 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
69 temp1 = ip[
287 short *ip = input; local
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c49 short *ip = input; local
59 prefetch_load_short(ip + 8);
62 a1 = ip[0] + ip[8];
63 b1 = ip[0] - ip[8];
65 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
66 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
69 temp1 = ip[
287 short *ip = input; local
[all...]
/external/iproute2/man/man8/
H A DMakefile1 TARGETS = ip-address.8 ip-link.8 ip-route.8
3 MAN8PAGES = $(TARGETS) ip.8 arpd.8 lnstat.8 routel.8 rtacct.8 rtmon.8 ss.8 \
7 tc-sfb.8 tc-netem.8 tc-choke.8 ip-tunnel.8 ip-rule.8 ip-ntable.8 \
8 ip-monitor.8 tc-stab.8 tc-hfsc.8 ip-xfrm.8 ip
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
H A Dp5.cpp10 int* ip; local
11 float &fr1 = f(ip);
12 float &fr2 = g(ip);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Didctllm.c36 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[
146 short *ip = input; local
[all...]
/external/libvpx/libvpx/vp8/common/
H A Didctllm.c36 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[
146 short *ip = input; local
[all...]
/external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
H A Dsimple_dns.js6 var ip = dnsResolve(host);
7 return "PROXY " + ip + ':' + g_iteration;
/external/clang/test/CXX/over/over.match/over.match.best/
H A Dp1.cpp7 void test_f0(int* ip, void *vp) { argument
9 int &ir = f0(ip, 0);
/external/iproute2/ip/
H A Droutef4 exec ip -4 ro flush scope global type unicast
/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/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);
25 void test_f2(int *ip, float *fp) { argument
26 f2(ip, ConvToIntPtr()); // expected-error{{no matching function}}
27 f2(ip, ip); // okay
28 f2(ip, fp); // expected-error{{no matching function}}
/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...]
/external/clang/test/CXX/temp/temp.names/
H A Dp4.cpp14 void test_f(int *ip) { argument
15 f<meta, int>(ip);

Completed in 604 milliseconds

1234567891011>>