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

1 23 4 5 6 7 8 91011>>

  /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/libvncserver/libvncserver/
tabletranstemplate.c 61 IN_T *ip = (IN_T *)iptr; local
71 *(op++) = t[*(ip++)];
74 ip += ipextra;
92 IN_T *ip = (IN_T *)iptr; local
104 *(op++) = (redTable[(*ip >> in->redShift) & in->redMax] |
105 greenTable[(*ip >> in->greenShift) & in->greenMax] |
106 blueTable[(*ip >> in->blueShift) & in->blueMax]);
107 ip++;
109 ip += ipextra;
  /external/libvpx/libvpx/vp8/encoder/
dct.c 18 short *ip = input; local
22 a1 = ((ip[0] + ip[3]) * 8);
23 b1 = ((ip[1] + ip[2]) * 8);
24 c1 = ((ip[1] - ip[2]) * 8);
25 d1 = ((ip[0] - ip[3]) * 8);
33 ip += pitch / 2
64 short *ip = input; local
    [all...]
  /external/ltp/testcases/lib/
tst_net_ip_prefix.c 35 "Set IP variables without prefix and prefix for given IP.\n"
64 struct in_addr ip; local
86 /* checks for validity of IP string */
90 get_in_addr(ip_str, &ip);
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
BrowserDialog.h 63 CString ip; member in struct:BrowserDialog::BrowserEntry
  /external/mesa3d/src/gallium/drivers/r300/
r300_debug.c 66 unsigned count, ip, it_count, ic_count, i, j; local
82 ip = rs->inst[i] & 0xf;
83 fprintf(stderr, "texture: ip %d to psf %d\n",
84 ip, (rs->inst[i] >> 5) & 0x7f);
86 tex_ptr = rs->ip[ip] & 0xffffff;
103 ip = (rs->inst[i] >> 12) & 0xf;
104 fprintf(stderr, "color: ip %d to psf %d\n",
105 ip, (rs->inst[i] >> 18) & 0x7f);
107 col_ptr = (rs->ip[ip] >> 24) & 0x7
    [all...]
  /external/minijail/
signal_handler.c 24 void *ip; member in struct:local_sigsys
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
address.hpp 2 // ip/address.hpp
18 #include "asio/ip/address_v4.hpp"
19 #include "asio/ip/address_v6.hpp"
25 namespace ip { namespace in namespace:asio
27 /// Implements version-independent IP addresses.
29 * The asio::ip::address class provides the ability to use either IP
43 ASIO_DECL address(const asio::ip::address_v4& ipv4_address);
46 ASIO_DECL address(const asio::ip::address_v6& ipv6_address);
62 const asio::ip::address_v4& ipv4_address)
    [all...]
address_v4.hpp 2 // ip/address_v4.hpp
26 namespace ip { namespace in namespace:asio
28 /// Implements IP version 4 style addresses.
30 * The asio::ip::address_v4 class provides the ability to use and
31 * manipulate IP version 4 addresses.
97 /// Create an address from an IP address string in dotted decimal form.
100 /// Create an address from an IP address string in dotted decimal form.
104 /// Create an address from an IP address string in dotted decimal form.
107 /// Create an address from an IP address string in dotted decimal form.
198 } // namespace ip
    [all...]
address_v6.hpp 2 // ip/address_v6.hpp
21 #include "asio/ip/address_v4.hpp"
27 namespace ip { namespace in namespace:asio
29 /// Implements IP version 6 style addresses.
31 * The asio::ip::address_v6 class provides the ability to use and
32 * manipulate IP version 6 addresses.
94 /// Create an address from an IP address string.
97 /// Create an address from an IP address string.
101 /// Create an address from an IP address string.
104 /// Create an address from an IP address string
    [all...]
basic_resolver.hpp 2 // ip/basic_resolver.hpp
20 #include "asio/ip/basic_resolver_iterator.hpp"
21 #include "asio/ip/basic_resolver_query.hpp"
22 #include "asio/ip/resolver_service.hpp"
27 namespace ip { namespace in namespace:asio
260 } // namespace ip
basic_resolver_entry.hpp 2 // ip/basic_resolver_entry.hpp
21 namespace ip { namespace in namespace:asio
25 * The asio::ip::basic_resolver_entry class template describes an entry
86 } // namespace ip
basic_resolver_query.hpp 2 // ip/basic_resolver_query.hpp
18 #include "asio/ip/resolver_query_base.hpp"
23 namespace ip { namespace in namespace:asio
27 * The asio::ip::basic_resolver_query class template describes a query
236 } // namespace ip
  /external/parameter-framework/asio-1.10.6/include/asio/ip/detail/
endpoint.hpp 2 // ip/detail/endpoint.hpp
20 #include "asio/ip/address.hpp"
25 namespace ip { namespace in namespace:asio
28 // Helper class for implementating an IP endpoint.
39 ASIO_DECL endpoint(const asio::ip::address& addr,
91 // Get the IP address associated with the endpoint.
92 ASIO_DECL asio::ip::address address() const;
94 // Set the IP address associated with the endpoint.
95 ASIO_DECL void address(const asio::ip::address& addr);
113 // The underlying IP socket address
    [all...]
  /external/syslinux/core/fs/pxe/
url.h 22 uint32_t ip; /* Placeholder field not set by parse_url() */ member in struct:url_info
  /frameworks/base/services/net/java/android/net/ip/
IpReachabilityMonitor.java 17 package android.net.ip;
25 import android.net.ip.IpNeighborMonitor.NeighborEvent;
63 * Monitors on-link IP reachability and notifies callers whenever any on-link
67 * unreachable. Instead, it primarily reacts to the kernel's notion of IP
129 * - Since it can be non-trivial to reacquire certain IP provisioning
147 public void notifyLost(InetAddress ip, String logMsg);
202 if (!mNeighborWatchList.containsKey(event.ip)) return;
204 final NeighborEvent prev = mNeighborWatchList.put(event.ip, event);
248 private static boolean isOnLink(List<RouteInfo> routes, InetAddress ip) {
250 if (!route.hasGateway() && route.matches(ip)) {
    [all...]
  /frameworks/base/tests/net/java/android/net/ip/
IpReachabilityMonitorTest.java 17 package android.net.ip;
  /test/vts/runners/host/tcp_server/
callback_server.py 90 _ip: variable to hold the IP Address of the host.
91 _hostname: IP Address to which initial connection is made.
97 self._ip = "" # Used to store the IP address for the server
98 self._hostname = "localhost" # IP address to which initial connection is made
155 IP Address, port number
186 def ip(self): member in class:CallbackServer
  /bionic/libc/kernel/uapi/linux/
atmarp.h 40 __be32 ip; member in struct:atmarp_ctrl
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_among.h 26 __be32 ip; member in struct:ebt_mac_wormhash_tuple
  /external/clang/test/CXX/over/over.over/
p2-resolve-single-template-id.cpp 11 int *ip = f<int>(1); // calls #1 local
20 int*ip = (f2<int>)(1); // ok local

Completed in 176 milliseconds

1 23 4 5 6 7 8 91011>>