/external/clang/test/SemaCXX/ |
nullptr.cpp | 70 int *ip = *pn; local
|
/external/clang/test/SemaTemplate/ |
nested-template.cpp | 14 S::A<int>::Nested::type *ip = &i; variable
|
/external/honggfuzz/linux/ |
unwind.c | 49 "UNW_EINVALIDIP", /* invalid IP */ 148 unw_word_t ip; local 150 ret = unw_get_reg(&c, UNW_REG_IP, &ip); 152 LOG_E("[pid='%d'] [%zd] failed to read IP (%s)", pid, num_frames, UNW_ER[-ret]); 155 funcs[num_frames].pc = (void*)(uintptr_t)ip; 157 if (mapsCnt > 0 && (mapName = arch_searchMaps(ip, mapsCnt, mapsList)) != NULL) { 201 LOG_E("[pid='%d'] [%zd] failed to read IP (%s)", pid, num_frames, UNW_ER[-ret]); 202 // We don't want to try to extract info from an arbitrary IP
|
/external/iptables/extensions/ |
libip6t_DNAT.c | 50 const struct in6_addr *ip; local 113 /* Starts with colon or [] colon? No IP info...*/ 129 ip = xtables_numeric_to_ip6addr(start); 130 if (!ip) 131 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n", 133 range->min_addr.in6 = *ip; 135 ip = xtables_numeric_to_ip6addr(dash + 1); 136 if (!ip) 137 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n", 139 range->max_addr.in6 = *ip; [all...] |
libip6t_SNAT.c | 53 const struct in6_addr *ip; local 116 /* Starts with colon or [] colon? No IP info...*/ 132 ip = xtables_numeric_to_ip6addr(start); 133 if (!ip) 134 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n", 136 range->min_addr.in6 = *ip; 138 ip = xtables_numeric_to_ip6addr(dash + 1); 139 if (!ip) 140 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n", 142 range->max_addr.in6 = *ip; [all...] |
libipt_DNAT.c | 71 const struct in_addr *ip; local 117 /* Starts with a colon? No IP info...*/ 133 ip = xtables_numeric_to_ipaddr(arg); 134 if (!ip) 135 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n", 137 range.min_ip = ip->s_addr; 139 ip = xtables_numeric_to_ipaddr(dash+1); 140 if (!ip) 141 xtables_error(PARAMETER_PROBLEM, "Bad IP address \"%s\"\n", 143 range.max_ip = ip->s_addr [all...] |
/external/iptables/include/linux/ |
netfilter.h | 63 __be32 ip; member in union:nf_inet_addr
|
/external/libcups/cups/ |
http-addr.c | 678 httpGetHostByName(const char *name) /* I - Hostname or IP address */ 681 unsigned ip[4]; /* IP address components */ local 699 * IP addresses. If the first character of the name string is a 700 * number, then sscanf() is used to extract the IP components. 739 if (sscanf(name, "%u.%u.%u.%u", ip, ip + 1, ip + 2, ip + 3) != 4) 742 if (ip[0] > 255 || ip[1] > 255 || ip[2] > 255 || ip[3] > 255 [all...] |
/external/libnl/include/linux-private/linux/ |
netfilter.h | 51 __be32 ip; member in union:nf_inet_addr
|
/external/libunwind/include/tdep-ia64/ |
script.h | 48 unw_word_t ip; /* ip this script is for */ member in struct:ia64_script
|
/external/libunwind/src/x86/ |
Gos-freebsd.c | 42 unw_word_t w0, w1, w2, w3, w4, w5, ip; local 75 ip = c->dwarf.ip; 78 if ((*a->access_mem) (as, ip, &w0, 0, arg) < 0 || 79 (*a->access_mem) (as, ip + 4, &w1, 0, arg) < 0 || 80 (*a->access_mem) (as, ip + 8, &w2, 0, arg) < 0 || 81 (*a->access_mem) (as, ip + 12, &w3, 0, arg) < 0) 87 if ((*a->access_mem) (as, ip + 16, &w4, 0, arg) < 0 || 88 (*a->access_mem) (as, ip + 20, &w5, 0, arg) < 0) 347 Debug (8, "resuming at ip=%x via setcontext()\n", c->dwarf.ip) [all...] |
/external/libunwind/tests/ |
test-ptrace.c | 78 unw_word_t ip, sp, start_ip = 0, off; local 91 if ((ret = unw_get_reg (&c, UNW_REG_IP, &ip)) < 0 96 start_ip = ip; 111 printf ("%016lx %-32s (sp=%016lx)\n", (long) ip, buf, (long) sp); 115 panic ("unw_get_proc_info(ip=0x%lx) failed: ret=%d\n", (long) ip, ret); 137 unw_get_reg (&c, UNW_REG_IP, &ip); 138 panic ("FAILURE: unw_step() returned %d for ip=%lx (start ip=%lx)\n", 139 ret, (long) ip, (long) start_ip) [all...] |
/external/libvpx/libvpx/test/ |
vp8_fdct4x4_test.cc | 34 const int16_t *ip = input; local 38 const int a1 = ip[0] + ip[8]; 39 const int b1 = ip[0] - ip[8]; 40 const int temp1 = (ip[4] * sinpi8sqrt2) >> 16; 41 const int temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); 43 const int temp3 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16) [all...] |
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
idctllm_dspr2.c | 43 short *ip = input; local 53 prefetch_load_short(ip + 8); 56 a1 = ip[0] + ip[8]; 57 b1 = ip[0] - ip[8]; 59 temp1 = (ip[4] * sinpi8sqrt2) >> 16; 60 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); 63 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16) 269 short *ip = input; local [all...] |
/external/linux-kselftest/tools/testing/selftests/x86/ |
unwind_vdso.c | 92 unsigned long ip; /* trap source */ member in struct:unwind_state 99 unsigned long ip = _Unwind_GetIP(ctx); local 102 if (ip == state->ip) 107 printf("\t 0x%lx\n", ip); 109 if (ip == return_address) { 139 unsigned long ip = ctx->uc_mcontext.gregs[REG_EIP]; local 141 if (!got_sysinfo && ip == sysinfo) { 148 ip, return_address); 154 if (ip == return_address) [all...] |
/external/ltp/testcases/lib/ |
tst_net_iface_prefix.c | 38 "Set prefix and interface name for given IP.\n" 122 struct in_addr ip; local 141 "IP address '%s' contains prefix %d, using it and don't search for iface.\n", 149 /* checks for validity of IP string */ 153 get_in_addr(ip_str, &ip);
|
/external/ltp/testcases/network/stress/ns-tools/ |
ns-igmp_querier.c | 161 struct in_addr ip; local 197 if (inet_pton(AF_INET, maddr, &ip) <= 0) { 202 query->group = ip.s_addr; 214 if (inet_pton(AF_INET, sp, &ip) <= 0) { 219 query->srcs[idx] = ip.s_addr;
|
/external/mdnsresponder/mDNSPosix/ |
ProxyResponder.c | 48 mDNSv4Addr ip; member in struct:__anon28847 79 // Note: This is reverse order compared to a normal dotted-decimal IP address, so we can't use our customary "%.4a" format code 80 mDNS_snprintf(buffer, sizeof(buffer), "%d.%d.%d.%d.in-addr.arpa.", p->ip.b[3], p->ip.b[2], p->ip.b[1], p->ip.b[0]); 84 p->RR_A. resrec.rdata->u.ipv4 = p->ip; 255 proxyhost.ip.NotAnInteger = inet_addr(argv[1]); 256 if (proxyhost.ip.NotAnInteger == INADDR_NONE) // INADDR_NONE is 0xFFFFFFFF 259 if (h) proxyhost.ip.NotAnInteger = *(long*)h->h_addr [all...] |
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/ |
BrowserDialog.cpp | 147 // Build the URL from the IP and optional TXT record. 150 url += "http://" + entry->ip; 205 char ip[ 64 ]; local 207 sprintf( ip, "%u.%u.%u.%u:%u", 220 UTF8StringToStringObject( ip, entry->ip ); 294 mBrowserEntries[ mid ].ip = entry->ip;
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r300_fragprog_emit.c | 153 int ip; local 162 ip = code->alu.length++; 164 code->alu.inst[ip].rgb_inst = translate_rgb_opcode(c, inst->RGB.Opcode); 165 code->alu.inst[ip].alpha_inst = translate_alpha_opcode(c, inst->Alpha.Opcode); 172 code->alu.inst[ip].r400_ext_addr |= R400_ADDR_EXT_RGB_MSB_BIT(j); 174 code->alu.inst[ip].rgb_addr |= src << (6*j); 179 code->alu.inst[ip].r400_ext_addr |= R400_ADDR_EXT_A_MSB_BIT(j); 181 code->alu.inst[ip].alpha_addr |= src << (6*j); 186 code->alu.inst[ip].rgb_inst |= arg << (7*j); 191 code->alu.inst[ip].alpha_inst |= arg << (7*j) [all...] |
/external/mesa3d/src/gallium/drivers/vc4/ |
vc4_qir_live_variables.c | 59 qir_setup_use(struct vc4_compile *c, struct qblock *block, int ip, 66 c->temp_start[var] = MIN2(c->temp_start[var], ip); 67 c->temp_end[var] = MAX2(c->temp_end[var], ip); 96 qir_setup_def(struct vc4_compile *c, struct qblock *block, int ip, 107 c->temp_start[var] = MIN2(c->temp_start[var], ip); 108 c->temp_end[var] = MAX2(c->temp_end[var], ip); 200 int ip = 0; local 203 block->start_ip = ip; 209 qir_setup_use(c, block, ip, inst->src[i]); 211 qir_setup_def(c, block, ip, partial_update_ht, inst) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_combine_constants.cpp | 171 * We sort by basic block number, then last use IP, then first use IP (least 204 unsigned ip = -1; local 211 ip++; 233 imm->last_use_ip = ip; 243 imm->first_use_ip = ip; 244 imm->last_use_ip = ip; 312 "IP: %4d to %4d, length %4d\n",
|
brw_fs_cse.cpp | 248 int ip = block->start_ip; local 349 if (src_reg->file == VGRF && virtual_grf_end[src_reg->nr] < ip) { 357 ip++;
|
/external/perf_data_converter/src/ |
perf_data_handler.h | 57 Location() : ip(0), mapping(nullptr) {} 59 uint64 ip; member in struct:perftools::PerfDataHandler::Location 86 // The mapping in which event.ip is found.
|
/external/perfetto/src/base/ |
debug_crash_stack_trace.cc | 95 uintptr_t ip = _Unwind_GetIP(context); local 97 if (ip != 0 && state->skip_count) { 102 state->frames[state->frame_count++] = ip;
|