/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_debug.c | 64 unsigned count, ip, it_count, ic_count, i, j; local 80 ip = rs->inst[i] & 0xf; 81 fprintf(stderr, "texture: ip %d to psf %d\n", 82 ip, (rs->inst[i] >> 5) & 0x7f); 84 tex_ptr = rs->ip[ip] & 0xffffff; 101 ip = (rs->inst[i] >> 12) & 0xf; 102 fprintf(stderr, "color: ip %d to psf %d\n", 103 ip, (rs->inst[i] >> 18) & 0x7f); 105 col_ptr = (rs->ip[ip] >> 24) & 0x7 [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bss_sock.c | 171 int *ip; local 184 ip=(int *)ptr; 185 if (ip != NULL) *ip=b->num;
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
stacktrace_android-inl.h | 75 uintptr_t ip = 0; local 76 _Unwind_VRS_Get(context, _UVRSC_CORE, 15, _UVRSD_UINT32, &ip); 77 ip &= ~(uintptr_t)0x1; // remove thumb mode bit 79 uintptr_t ip = _Unwind_GetIP(context); local 83 if (ip != 0 && !state->have_skipped_self) { 93 state->frames[state->frame_count++] = ip;
|
/external/clang/test/CXX/expr/expr.unary/expr.new/ |
p19.cpp | 14 int *ip = I; // expected-error{{cannot initialize}} local 36 int *ip = I; // expected-error{{cannot initialize}} local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/ |
p3.cpp | 11 int* const ip = ap; local 18 const int* const &ip = ap; local
|
p4.cpp | 27 int * const * const * const ip = a3; local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/ |
p11.cpp | 7 int *ip = f<int>(1); // calls #1 local 21 int* ip = f2<int>(1); local
|
/external/clang/test/Index/ |
complete-macros.c | 13 int *ip = nil; local 14 ip = nil;
|
/external/clang/test/PCH/ |
chain-conversion-lookup.cpp | 20 int *ip = x.operator int*(); local
|
/external/clang/test/Sema/ |
overloadable-complex.c | 17 int *ip = foo(fc); local 26 int *ip = foo(fc); local
|
/external/clang/test/SemaCXX/ |
complex-overload.cpp | 17 int *ip = foo(fc); local 26 int *ip = foo(fc); local
|
condition.cpp | 41 float *ip; local 42 if (int *ip = ip) {
|
/external/clang/test/SemaTemplate/ |
metafun-apply.cpp | 30 apply1<add_pointer, int>::type ip = &i; variable
|
typename-specifier-2.cpp | 16 // FIXME: if we make the declarator below a pointer (e.g., with *ip), 20 bind_metafun<add_pointer, int>::type::type ip = &i; variable
|
/external/libppp/src/ |
iplist.h | 30 struct in_addr ip; member in struct:iplist_cur
|
/external/libvpx/libvpx/vp8/encoder/ |
dct.c | 18 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 += pitch / 2 69 short *ip = input; local [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_debug.c | 64 unsigned count, ip, it_count, ic_count, i, j; local 80 ip = rs->inst[i] & 0xf; 81 fprintf(stderr, "texture: ip %d to psf %d\n", 82 ip, (rs->inst[i] >> 5) & 0x7f); 84 tex_ptr = rs->ip[ip] & 0xffffff; 101 ip = (rs->inst[i] >> 12) & 0xf; 102 fprintf(stderr, "color: ip %d to psf %d\n", 103 ip, (rs->inst[i] >> 18) & 0x7f); 105 col_ptr = (rs->ip[ip] >> 24) & 0x7 [all...] |
/external/openssl/crypto/bio/ |
bss_sock.c | 171 int *ip; local 184 ip=(int *)ptr; 185 if (ip != NULL) *ip=b->num;
|
/external/qemu/slirp/ |
ip_output.c | 50 * IP output. The packet in mbuf chain m contains a skeletal IP 58 register struct ip *ip; local 60 register int hlen = sizeof(struct ip ); 73 ip = mtod(m, struct ip *); 75 * Fill in IP header. 77 ip->ip_v = IPVERSION; 78 ip->ip_off &= IP_DF [all...] |
tcp_timer.c | 74 register struct socket *ip, *ipnxt; local 83 ip = tcb.so_next; 84 if (ip == 0) 86 for (; ip != &tcb; ip = ipnxt) { 87 ipnxt = ip->so_next; 88 tp = sototcpcb(ip); 94 if (ipnxt->so_prev != ip)
|
/external/qemu/slirp-android/ |
ip_output.c | 50 * IP output. The packet in mbuf chain m contains a skeletal IP 58 register struct ip *ip; local 60 register int hlen = sizeof(struct ip ); 73 ip = mtod(m, struct ip *); 75 * Fill in IP header. 77 ip->ip_v = IPVERSION; 78 ip->ip_off &= IP_DF [all...] |
tcp_timer.c | 74 register struct socket *ip, *ipnxt; local 83 ip = tcb.so_next; 84 if (ip == 0) 86 for (; ip != &tcb; ip = ipnxt) { 87 ipnxt = ip->so_next; 88 tp = sototcpcb(ip); 94 if (ipnxt->so_prev != ip)
|
/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/chromium_org/jingle/glue/ |
utils.cc | 39 value.SetString("ip", candidate.address().ipaddr().ToString()); 64 std::string ip; local 73 if (!dic_value->GetString("ip", &ip) || 84 candidate->set_address(talk_base::SocketAddress(ip, port));
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_cfg.h | 92 int ip; member in class:fs_cfg 97 /** Ordered list (by ip) of basic blocks */
|