/external/linux-tools-perf/util/ |
callchain.h | 54 u64 ip; member in struct:callchain_list 66 u64 ip; member in struct:callchain_cursor_node 117 int callchain_cursor_append(struct callchain_cursor *cursor, u64 ip,
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r500_fragprog_emit.c | 223 static void alu_nop(struct r300_fragment_program_compiler *c, int ip) 227 if ((code->inst[ip].inst0 & 0x3) != R500_INST_TYPE_TEX) { 228 code->inst[ip].inst0 |= R500_INST_NOP; 237 int ip; local 245 ip = ++code->inst_end; 250 if (ip > 0) { 251 alu_nop(c, ip - 1); 255 code->inst[ip].inst5 = translate_rgb_op(c, inst->RGB.Opcode); 256 code->inst[ip].inst4 = translate_alpha_op(c, inst->Alpha.Opcode); 259 code->inst[ip].inst0 = R500_INST_TYPE_OUT 373 int ip; local 663 int ip; local [all...] |
radeon_dataflow_deadcode.c | 155 struct instruction_state * insts = &s->Instructions[inst->IP]; 219 unsigned int ip; local 312 ip = 0; 315 inst = inst->Next, ++ip) { 324 inst->U.I.DstReg.WriteMask = s.Instructions[ip].WriteMask; 325 if (s.Instructions[ip].WriteMask) 328 if (s.Instructions[ip].WriteALUResult) 341 usemask = s.Instructions[ip].WriteMask;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_sf_emit.c | 169 struct brw_reg ip = brw_ip_reg(); local 187 brw_JMPI(p, ip, ip, c->pv); 191 brw_JMPI(p, ip, ip, brw_imm_d(jmpi*(nr*4+1))); 195 brw_JMPI(p, ip, ip, brw_imm_d(jmpi*nr*2)); 208 struct brw_reg ip = brw_ip_reg(); local 226 brw_JMPI(p, ip, ip, c->pv) 718 struct brw_reg ip = brw_ip_reg(); local [all...] |
brw_vec4.cpp | 284 int ip = 0; local 290 loop_start = ip; 300 use[i] = ip; 310 use[reg] = ip; 326 def[reg] = MIN2(def[reg], ip); 333 ip++; 707 int ip = next_ip; local 722 if (this->virtual_grf_use[inst->src[0].reg] > ip)
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_vertprog.c | 64 #define OPN(operator, ip) {#operator, OPCODE_##operator, ip} 69 unsigned long ip; /* number of input operands and flags */ member in struct:__anon25583 347 return op_names[i].ip; [all...] |
/external/mesa3d/src/mesa/main/ |
texparam.c | 1691 GLint ip[4]; local [all...] |
/external/opencv/cv/src/ |
cvgeometry.cpp | 179 CvPoint ip = {0,0}; local 208 if( !is_float && !measure_dist && (ip.x = cvRound(pt.x)) == pt.x && (ip.y = cvRound(pt.y)) == pt.y ) 220 if( (v0.y <= ip.y && v.y <= ip.y) || 221 (v0.y > ip.y && v.y > ip.y) || 222 (v0.x < ip.x && v.x < ip.x) ) 224 if( ip.y == v.y && (ip.x == v.x || (ip.y == v0.y & [all...] |
cvsamplers.cpp | 90 CvPoint ip, CvRect* pRect ) 95 if( ip.x >= 0 ) 97 src += ip.x*pix_size; 102 rect.x = -ip.x; 107 if( ip.x + win_size.width < src_size.width ) 111 rect.width = src_size.width - ip.x - 1; 120 if( ip.y >= 0 ) 122 src += ip.y * src_step; 126 rect.y = -ip.y; 128 if( ip.y + win_size.height < src_size.height 396 CvPoint ip; local [all...] |
/external/openssh/ |
canohost.c | 56 /* Get IP address of client. */ 80 /* Map the IP address to a host name. */ 83 /* Host name not found. Use ip address. */ 110 * Map it back to an IP address and check that the given 113 * define arbitrary names for an IP address. Mapping from 114 * name to IP address can be trusted better (but can still be 146 * If IP options are supported, make sure there are none (log and 149 * (ip-address) you are not. That itself may be "almost acceptable" 152 * source routing here, the other side could use IP spoofing to do 154 * exit here if we detect any IP options 166 struct protoent *ip; local [all...] |
/external/openssl/apps/ |
s_socket.c | 105 static int init_client_ip(int *sock,unsigned char ip[4], int port, int type); 107 static int init_server_long(int *sock, int port,char *ip, int type); 109 static int host_ip(char *str, unsigned char ip[4]); 239 unsigned char ip[4]; local 241 memset(ip, '\0', sizeof ip); 242 if (!host_ip(host,&(ip[0]))) 244 return init_client_ip(sock,ip,port,type); 247 static int init_client_ip(int *sock, unsigned char ip[4], int port, int type) 259 ((unsigned long)ip[0]<<24L) [all...] |
/external/openssl/crypto/bio/ |
b_sock.c | 115 static int get_ip(const char *str,unsigned char *ip); 120 int BIO_get_host_ip(const char *str, unsigned char *ip) 127 i=get_ip(str,ip); 139 /* If the string actually contained an IP address, we need not do 160 ip[i]=he->h_addr_list[0][i]; 587 static int get_ip(const char *str, unsigned char ip[4]) 615 ip[0]=tmp[0]; 616 ip[1]=tmp[1]; 617 ip[2]=tmp[2]; 618 ip[3]=tmp[3] 634 unsigned char ip[4]; local [all...] |
/external/oprofile/module/ia64/ |
op_syscalls.c | 71 void * ip; member in struct:fdesc 330 fdesc_clone.ip = sys_call_table[__NR_clone - __NR_ni_syscall]; 332 fdesc_clone2.ip = sys_call_table[__NR_clone2 - __NR_ni_syscall]; 334 fdesc_execve.ip = sys_call_table[__NR_execve - __NR_ni_syscall]; 336 fdesc_mmap.ip = sys_call_table[__NR_mmap - __NR_ni_syscall]; 338 fdesc_mmap2.ip = sys_call_table[__NR_mmap2 - __NR_ni_syscall]; 340 fdesc_init_module.ip = sys_call_table[__NR_init_module - __NR_ni_syscall]; 342 fdesc_exit.ip = sys_call_table[__NR_exit - __NR_ni_syscall]; 352 ((struct fdesc *)post_stub_clone)->ip; 354 ((struct fdesc *)post_stub_clone2)->ip; [all...] |
/external/qemu/slirp/ |
ip_input.c | 51 static struct ip *ip_reass(register struct ip *ip, 59 * IP initialization: fill in IP protocol switch table. 60 * All protocols not implemented in kernel go to raw IP protocol handler. 72 * Ip input routine. Checksum and byte swap header. If fragmented 78 register struct ip *ip; local 87 if (m->m_len < sizeof (struct ip)) { 503 register struct ip *ip = mtod(m, struct ip *); local [all...] |
tcp_input.c | 235 struct ip save_ip, *ip; local 275 * Get IP and TCP header together in first mbuf. 276 * Note: IP leaves IP header in first mbuf. 279 if (iphlen > sizeof(struct ip )) { 281 iphlen=sizeof(struct ip ); 287 * Save a copy of the IP header in case we want restore it 290 ip=mtod(m, struct ip *); [all...] |
udp.c | 70 /* m->m_data points at ip packet header 71 * m->m_len length ip packet 72 * ip->ip_len length data (IPDU) 77 register struct ip *ip; local 81 struct ip save_ip; 91 * Strip IP options, if any; should skip this, 96 if(iphlen > sizeof(struct ip)) { 98 iphlen = sizeof(struct ip); 102 * Get IP and UDP header together in first mbuf [all...] |
/external/qemu/slirp-android/ |
ip_input.c | 51 static struct ip *ip_reass(register struct ip *ip, 59 * IP initialization: fill in IP protocol switch table. 60 * All protocols not implemented in kernel go to raw IP protocol handler. 72 * Ip input routine. Checksum and byte swap header. If fragmented 78 register struct ip *ip; local 87 if (m->m_len < sizeof (struct ip)) { 503 register struct ip *ip = mtod(m, struct ip *); local [all...] |
tcp_input.c | 235 struct ip save_ip, *ip; local 275 * Get IP and TCP header together in first mbuf. 276 * Note: IP leaves IP header in first mbuf. 279 if (iphlen > sizeof(struct ip )) { 281 iphlen=sizeof(struct ip ); 287 * Save a copy of the IP header in case we want restore it 290 ip=mtod(m, struct ip *); [all...] |
udp.c | 77 /* m->m_data points at ip packet header 78 * m->m_len length ip packet 79 * ip->ip_len length data (IPDU) 84 register struct ip *ip; local 88 struct ip save_ip; 98 * Strip IP options, if any; should skip this, 103 if(iphlen > sizeof(struct ip)) { 105 iphlen = sizeof(struct ip); 109 * Get IP and UDP header together in first mbuf [all...] |
/external/regex-re2/re2/ |
nfa.cc | 69 const char* cap_j; // if j>=0, set capture[j] = cap_j before processing ip 223 Prog::Inst* ip = prog_->inst(id); local 224 switch (ip->opcode()) { 226 LOG(DFATAL) << "unhandled " << ip->opcode() << " in AddToThreadq"; 242 stk[nstk++] = AddState(ip->out1()); 243 stk[nstk++] = AddState(ip->out()); 248 stk[nstk++] = AddState(ip->out()); 252 if ((j=ip->cap()) < ncapture_) { 260 stk[nstk++] = AddState(ip->out()); 276 if (ip->empty() & ~flag 309 Prog::Inst* ip = prog_->inst(id); local 525 Prog::Inst* ip = prog_->inst(id); local 634 Prog::Inst* ip = prog_->inst(id); local [all...] |
onepass.cc | 81 // jumps to ip->out() and ip->out1() in parallel. Each of the 93 // kInstByteRange instruction (at ip->out()) and waits for 345 // If ip is not on workq, adds ip to work queue and returns true. 346 // If ip is already on work queue, does nothing and returns false. 347 // If ip is NULL, does nothing and returns true (pretends to add it). 365 // These conditions must be true for any instruction ip: 368 // path from ip to nip. 370 // ip that matches any particular byte c 430 Prog::Inst* ip = inst(id); local [all...] |
/external/tcpdump/ |
print-dccp.c | 29 #include "ip.h" 63 static int dccp_cksum(const struct ip *ip, 82 memcpy(&phu.ph.src, &ip->ip_src.s_addr, sizeof(u_int32_t)); 83 if (IP_HL(ip) == 5) 84 memcpy(&phu.ph.dst, &ip->ip_dst.s_addr, sizeof(u_int32_t)); 86 phu.ph.dst = ip_finddst(ip); 214 * @len - lenght of ip packet 219 const struct ip *ip; local [all...] |
print-esp.c | 47 #include "ip.h" 126 * decode the form: SPINUM@IP <tab> ALGONAME:0xsecret 215 (*ndo->ndo_warning)(ndo, "print_esp: can not decode IP# %s\n", spikey); 348 struct ip *ip; local 407 ip = (struct ip *)bp2; 408 switch (IP_V(ip)) { 432 if (EXTRACT_16BITS(&ip->ip_off) & IP_MF) 434 len = EXTRACT_16BITS(&ip->ip_len) [all...] |
print-ip.c | 24 "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.149.2.9 2007/09/14 01:30:02 guy Exp $ (LBL)"; 41 #include "ip.h" 58 * print the recorded route in an IP RR, LSRR or SSRR option. 85 * Otherwise, return IP destination. 91 ip_finddst(const struct ip *ip) 98 cp = (const u_char *)(ip + 1); 99 length = (IP_HL(ip) << 2) - sizeof(struct ip); 128 memcpy(&retval, &ip->ip_dst.s_addr, sizeof(u_int32_t)) 367 const struct ip *ip; member in struct:ip_print_demux_state 710 struct ip *ip, hdr; local [all...] |
/ndk/sources/cxx-stl/gabi++/src/ |
helper_func_internal.cc | 96 uintptr_t ip = _Unwind_GetIP(context) - 1; local 98 uintptr_t ipOffset = ip - funcStart; 274 // There is no call site for this ip
|