HomeSort by relevance Sort by last modified time
    Searched defs:ip (Results 51 - 75 of 816) sorted by null

1 23 4 5 6 7 8 91011>>

  /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/libpng/contrib/tools/
checksum-icc.c 19 read_one_file(FILE *ip, const char *name)
28 int ch = getc(ip);
43 if (ferror(ip))
76 FILE *ip = fopen(argv[i], "rb"); local
78 if (ip == NULL || !read_one_file(ip, argv[i]))
86 (void)fclose(ip);
  /external/libunwind/src/hppa/
Gis_signal_frame.c 33 unw_word_t w0, w1, w2, w3, ip; local
43 /* Check if IP points at sigreturn() sequence. On Linux, this normally is:
55 ip = c->dwarf.ip;
56 if (!ip)
58 if ((ret = (*a->access_mem) (as, ip, &w0, 0, arg)) < 0
59 || (ret = (*a->access_mem) (as, ip + 4, &w1, 0, arg)) < 0
60 || (ret = (*a->access_mem) (as, ip + 8, &w2, 0, arg)) < 0
61 || (ret = (*a->access_mem) (as, ip + 12, &w3, 0, arg)) < 0)
68 Debug (1, "(cursor=%p, ip=0x%08lx) -> %d\n", c, (unsigned) ip, ret)
    [all...]
  /external/libunwind/tests/
Gtest-nomalloc.c 56 unw_word_t ip, sp; local
68 unw_get_reg (&cursor, UNW_REG_IP, &ip);
test-init-remote.c 51 unw_word_t ip, sp, off; local
62 unw_get_reg (&cursor, UNW_REG_IP, &ip);
73 printf ("%016lx %-32s (sp=%016lx)\n", (long) ip, buf, (long) sp);
78 unw_get_reg (&cursor, UNW_REG_IP, &ip);
79 printf ("FAILURE: unw_step() returned %d for ip=%lx\n",
80 ret, (long) ip);
test-mem.c 47 unw_word_t ip, sp; local
57 unw_get_reg (&cursor, UNW_REG_IP, &ip);
61 printf ("%016lx (sp=%016lx)\n", (long) ip, (long) sp);
66 unw_get_reg (&cursor, UNW_REG_IP, &ip);
67 panic ("FAILURE: unw_step() returned %d for ip=%lx\n",
68 ret, (long) ip);
  /external/libvpx/libvpx/vp8/encoder/
dct.c 18 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 += 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 62 #include "ip.h"
89 register const struct ip *ip; local
108 switch (IP_V((struct ip *)bp2)) {
110 ip = (struct ip *)bp2;
112 ipaddr_string(&ip->ip_src), srcid,
113 ipaddr_string(&ip->ip_dst), dstid, length);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
dct.c 18 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 += pitch / 2
69 short *ip = input; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
atmarp.h 45 __be32 ip; member in struct:atmarp_ctrl
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_among.h 27 __be32 ip; member in struct:ebt_mac_wormhash_tuple
  /development/ndk/platforms/android-L/include/linux/
atmarp.h 45 __be32 ip; member in struct:atmarp_ctrl
  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_among.h 27 __be32 ip; member in struct:ebt_mac_wormhash_tuple

Completed in 536 milliseconds

1 23 4 5 6 7 8 91011>>