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

1 2 34 5 6 7 8 91011>>

  /external/clang/test/Modules/
macros2.c 36 LEFT_RIGHT_IDENTICAL *ip = &i; local
  /external/clang/test/SemaCXX/
delete-and-function-templates.cpp 20 int *ip = g(3); local
32 int *ip = g(3.14); // this is OK - because the explicit specialization is deleted and sfinae's out one of the template candidates local
46 double *ip = g(3.14); //expected-error{{ambiguous}} local
64 int *ip = g(3); //expected-error{{ambiguous}} local
80 int *ip = g(3); //expected-error{{ambiguous}} local
102 int *ip = g1(3, 3); //expected-error{{ambiguous}} local
121 int *IP = foo(2); //expected-error{{deleted}}
  /external/curl/lib/
if2ip.c 139 char *ip; local
179 ip = (char *) Curl_inet_ntop(af, addr, ipstr, sizeof(ipstr));
180 snprintf(buf, buf_size, "%s%s", ip, scope);
  /external/eigen/bench/btl/libs/blitz/
blitz_LU_solve_interface.hh 161 int ip = pivot( i ) ; local
162 theSum = X( ip ) ;
163 // theSum = B( ip ) ;
164 X( ip ) = X( i ) ;
165 // B( ip ) = B( i ) ;
  /external/eigen/bench/btl/libs/gmm/
gmm_LU_solve_interface.hh 161 int ip = pivot( i ) ; local
162 theSum = X( ip ) ;
163 // theSum = B( ip ) ;
164 X( ip ) = X( i ) ;
165 // B( ip ) = B( i ) ;
  /external/eigen/bench/btl/libs/mtl4/
mtl4_LU_solve_interface.hh 161 int ip = pivot( i ) ; local
162 theSum = X( ip ) ;
163 // theSum = B( ip ) ;
164 X( ip ) = X( i ) ;
165 // B( ip ) = B( i ) ;
  /external/google-breakpad/src/google_breakpad/processor/
stackwalker.h 165 InstructionType ip; local
166 if (!memory_->GetMemoryAtAddress(location, &ip))
169 if (modules_ && modules_->GetModuleForAddress(ip) &&
170 InstructionAddressSeemsValid(ip)) {
171 *ip_found = ip;
  /external/iproute2/include/uapi/linux/
atmarp.h 23 #define ATMARP_MKIP _IO('a',ATMIOC_CLIP+2) /* attach socket to IP */
39 __be32 ip; /* IP address (act_need only) */ member in struct:atmarp_ctrl
  /external/kernel-headers/original/uapi/linux/
atmarp.h 23 #define ATMARP_MKIP _IO('a',ATMIOC_CLIP+2) /* attach socket to IP */
39 __be32 ip; /* IP address (act_need only) */ member in struct:atmarp_ctrl
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_among.h 37 __be32 ip; member in struct:ebt_mac_wormhash_tuple
  /external/libunwind/src/arm/
Gis_signal_frame.c 56 unw_word_t w0, ip; local
66 ip = c->dwarf.ip;
68 if ((ret = (*a->access_mem) (as, ip, &w0, 0, arg)) < 0)
73 /* Return 1 if the IP points to a non-RT sigreturn sequence. */
76 /* Return 2 if the IP points to a RT sigreturn sequence. */
  /external/libunwind/src/ia64/
Gstep.c 224 unw_word_t prev_ip, prev_sp, prev_bsp, ip, num_regs; local
229 prev_ip = c->ip;
233 /* Update the IP cache (do this first: if we reach the end of the
236 ret = ia64_get (c, c->loc[IA64_REG_IP], &ip);
239 c->ip = ip;
241 if ((ip & 0xc) != 0)
244 Debug (1, "rejecting bad ip=0x%lx\n", (long) c->ip);
302 /* update the IP cache: *
    [all...]
  /external/libunwind/src/unwind/
unwind-internal.h 71 unw_word_t ip; local
126 if (unw_get_reg (&context->cursor, UNW_REG_IP, &ip) < 0)
129 if ((unsigned long) stop_parameter == ip)
  /external/libunwind/src/x86_64/
Gos-freebsd.c 41 unw_word_t w0, w1, w2, b0, ip; local
60 ip = c->dwarf.ip;
62 if ((ret = (*a->access_mem) (as, ip, &w0, 0, arg)) < 0
63 || (ret = (*a->access_mem) (as, ip + 8, &w1, 0, arg)) < 0
64 || (ret = (*a->access_mem) (as, ip + 16, &w2, 0, arg)) < 0)
78 if ((ret = (*a->access_mem) (as, ip - 5, &b0, 0, arg)) < 0)
137 ret = dwarf_get (&c->dwarf, c->dwarf.loc[RIP], &c->dwarf.ip);
140 (unsigned long long) c->dwarf.ip);
194 Debug (8, "resuming at ip=%llx via sigreturn(%p)\n"
    [all...]
  /external/libunwind/tests/
Gtest-concurrent.c 53 unw_word_t ip; local
62 unw_get_reg (&c, UNW_REG_IP, &ip);
64 printf ("%lx: IP=%lx\n", (long) pthread_self (), (unsigned long) ip);
Gtest-init.cxx 52 unw_word_t ip, offset; local
62 unw_get_reg (&cursor, UNW_REG_IP, &ip);
69 printf (" [%lx] <%s%s>\n", (long) ip, name, off);
  /external/libvncserver/libvncserver/
tabletrans24template.c 56 uint8_t *ip = (uint8_t *)iptr; local
68 *(uint32_t*)op = t[((*(uint32_t *)ip)>>shift)&0x00ffffff];
75 ip += 3;
78 ip += ipextra;
95 uint8_t *ip = (uint8_t *)iptr; local
109 inValue = ((*(uint32_t *)ip)>>shift)&0x00ffffff;
115 ip+=3;
117 ip += ipextra;
147 uint8_t *ip = (uint8_t *)iptr; local
158 *(op++) = t[((*(uint32_t *)ip)>>shift)&0x00ffffff]
180 uint8_t *ip = (uint8_t *)iptr; local
217 IN_T *ip = (IN_T *)iptr; local
249 IN_T *ip = (IN_T *)iptr; local
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
resolver_service.hpp 2 // ip/resolver_service.hpp
19 #include "asio/ip/basic_resolver_iterator.hpp"
20 #include "asio/ip/basic_resolver_query.hpp"
27 namespace ip { namespace in namespace:asio
147 } // namespace ip
tcp.hpp 2 // ip/tcp.hpp
21 #include "asio/ip/basic_endpoint.hpp"
22 #include "asio/ip/basic_resolver.hpp"
23 #include "asio/ip/basic_resolver_iterator.hpp"
24 #include "asio/ip/basic_resolver_query.hpp"
29 namespace ip { namespace in namespace:asio
33 * The asio::ip::tcp class contains flags necessary for TCP sockets.
95 * asio::ip::tcp::socket socket(io_service);
97 * asio::ip::tcp::no_delay option(true);
104 * asio::ip::tcp::socket socket(io_service);
    [all...]
  /external/syslinux/com32/include/syslinux/
bootrm.h 63 uint16_t ip; /* Offset 44 */ member in struct:syslinux_rm_regs
  /external/v8/src/base/debug/
stack_trace_android.cc 37 uintptr_t ip = _Unwind_GetIP(context); local
40 if (ip != 0 && !state->have_skipped_self) {
45 state->frames[state->frame_count++] = ip;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmarp.h 22 #define ATMARP_MKIP _IO('a',ATMIOC_CLIP+2) /* attach socket to IP */
38 __be32 ip; /* IP address (act_need only) */ member in struct:atmarp_ctrl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 36 __be32 ip; member in struct:ebt_mac_wormhash_tuple
  /system/extras/simpleperf/
CallChainJoiner_test.cpp 41 std::vector<uint64_t> ip = {0x1}; local
43 ASSERT_TRUE(JoinCallChain(cache, 0, ip, sp, ip, sp));
44 ASSERT_TRUE(JoinCallChain(cache, 1, ip, sp, ip, sp));
47 ASSERT_NE(cache.FindNode(0, ip[0], sp[0]), nullptr);
48 ASSERT_NE(cache.FindNode(1, ip[0], sp[0]), nullptr);
55 ASSERT_EQ(cache.FindNode(0, ip[0], sp[0]), nullptr);
57 ASSERT_NE(cache.FindNode(1, ip[0], sp[0]), nullptr);
61 ASSERT_TRUE(JoinCallChain(cache, 1, ip, sp2, ip, sp2))
99 std::vector<uint64_t> ip = {0xa, 0xb}; local
111 std::vector<uint64_t> ip; local
134 std::vector<uint64_t> ip = {1, 2, 3, 4}; local
    [all...]
  /art/runtime/interpreter/mterp/arm64/
header.S 78 x16 ip scratch reg
108 #define ip x16 define

Completed in 1148 milliseconds

1 2 34 5 6 7 8 91011>>