/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/ |
macros.c | 86 TOP_RIGHT_REDEF *ip = &i; local 115 LEFT_RIGHT_IDENTICAL *ip = &i; local
|
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/iptables/extensions/ |
libipt_SAME.c | 25 " Don't use destination-ip in\n" 43 const struct in_addr *ip; local 54 ip = xtables_numeric_to_ipaddr(arg); 55 if (!ip) 56 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n", 58 range->min_ip = ip->s_addr; 61 ip = xtables_numeric_to_ipaddr(dash+1); 62 if (!ip) 63 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n", 66 range->max_ip = ip->s_addr [all...] |
/external/kernel-headers/original/uapi/asm-x86/asm/ |
mce.h | 13 __u64 ip; member in struct:mce
|
/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/libpng/contrib/libtests/ |
timepng.c | 183 FILE *ip = fopen(name, "rb"); local 185 if (ip != NULL) 190 ch = getc(ip); 195 if (ferror(ip)) 202 (void)fclose(ip);
|
/external/libunwind/src/arm/ |
Gstep.c | 42 old_ip = c->dwarf.ip; 48 if ((ret = tdep_find_proc_info (&c->dwarf, c->dwarf.ip, 1)) < 0) 64 if (c->dwarf.ip == old_ip && c->dwarf.cfa == old_cfa) 66 Dprintf ("%s: ip and cfa unchanged; stopping here (ip=0x%lx)\n", 67 __FUNCTION__, (long) c->dwarf.ip); 73 return (c->dwarf.ip == 0) ? 0 : 1; 84 unw_word_t ip, value; local 85 ip = c->dwarf.ip; [all...] |
/external/libunwind/src/ptrace/ |
_UPT_access_reg.c | 98 unsigned long ip, psr; local 111 ip = *val & ~0xfUL; 117 ptrace (PTRACE_POKEUSER, pid, PT_CR_IIP, ip); 129 ip = ptrace (PTRACE_PEEKUSER, pid, PT_CR_IIP, 0); 133 *val = ip + ((psr >> 41) & 0x3);
|
/external/libunwind/src/x86/ |
Gos-linux.c | 33 unw_word_t w0, w1, ip; local 59 ip = c->dwarf.ip; 60 if ((*a->access_mem) (as, ip, &w0, 0, arg) < 0 61 || (*a->access_mem) (as, ip + 4, &w1, 0, arg) < 0) 298 Debug (8, "resuming at ip=%x via sigreturn(%p)\n", c->dwarf.ip, sc); 306 Debug (8, "resuming at ip=%x via setcontext()\n", c->dwarf.ip);
|
/external/libunwind/tests/ |
Gia64-test-rbs.c | 97 unw_word_t ip; local 112 if (unw_get_reg (&c, UNW_REG_IP, &ip) < 0 115 || unw_set_reg (&c, UNW_REG_EH + 1, ip)) 123 printf (" bsp=%lx, old ip=%lx, new ip=%p\n", bsp, 124 ip, &resumption_point_label);
|
Gia64-test-stack.c | 58 unw_word_t ip, sp, bsp, v0, v1, v2, v3, n0, n1, n2, n3, cfm, sof, sol, r32; local 74 if ((ret = unw_get_reg (&c, UNW_IA64_IP, &ip)) < 0 78 printf ("ip=0x%16lx sp=0x%16lx bsp=0x%16lx\n", ip, sp, bsp);
|
Gtest-bt.c | 60 unw_word_t ip, sp, off; local 73 unw_get_reg (&cursor, UNW_REG_IP, &ip); 85 printf ("%016lx %-32s (sp=%016lx)\n", (long) ip, buf, (long) sp); 108 unw_get_reg (&cursor, UNW_REG_IP, &ip); 109 printf ("FAILURE: unw_step() returned %d for ip=%lx\n", 110 ret, (long) ip); 125 printf ("[%d] ip=%p\n", i, buffer[i]); 183 uint64_t ip; local 186 __uc_get_ip (uc, &ip); 187 printf (" @ %lx (reason=%d)", ip, reason) [all...] |
Gtest-dyn1.c | 107 unw_word_t ip, offset; local 134 unw_get_reg (&cursor, UNW_REG_IP, &ip); 141 printf ("ip = %lx <%s%s>\n", (long) ip, name, off);
|
Gtest-resume-sig.c | 76 unw_word_t ip; local 118 if ((ret = unw_get_reg (&c, UNW_REG_IP, &ip)) < 0) 119 panic ("unw_get_reg(IP) failed: ret=%d\n", ret); 122 (unsigned long) ip);
|
Gtest-trace.c | 60 unw_word_t ip; local 74 unw_get_reg (&cursor, UNW_REG_IP, &ip); 75 addresses[0][depth] = (void *) ip; 81 unw_get_reg (&cursor, UNW_REG_IP, &ip); 82 printf ("FAILURE: unw_step() returned %d for ip=%lx\n", ret, (long) ip); 88 printf ("\t #%-3d ip=%p\n", i, addresses[0][i]); 97 printf ("\t #%-3d ip=%p\n", i, addresses[1][i]); 106 printf ("\t #%-3d ip=%p\n", i, addresses[2][i]); 195 uint64_t ip; local [all...] |
ppc64-test-altivec.c | 44 unw_word_t ip, sp; local 62 if ((ret = unw_get_reg (&cursor, UNW_REG_IP, &ip)) < 0) 88 printf ("ip = %016lx, sp=%016lx\n", (long) ip, (long) sp); 112 unw_get_reg (&cursor, UNW_REG_IP, &ip); 113 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", ret, 114 (long) ip);
|
test-async-sig.c | 71 unw_word_t ip, sp, off; local 88 unw_get_reg (&cursor, UNW_REG_IP, &ip); 111 printf ("%016lx %-32s (sp=%016lx)\n", (long) ip, buf, (long) sp); 116 unw_get_reg (&cursor, UNW_REG_IP, &ip); 117 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", 118 ret, (long) ip);
|
/external/libvpx/libvpx/test/ |
vp8_fdct4x4_test.cc | 30 const int16_t *ip = input; local 34 const int a1 = ip[0] + ip[8]; 35 const int b1 = ip[0] - ip[8]; 36 const int temp1 = (ip[4] * sinpi8sqrt2) >> 16; 37 const int temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); 39 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...] |