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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/jingle/glue/
utils.cc 39 value.SetString("ip", candidate.address().ipaddr().ToString());
64 std::string ip; local
73 if (!dic_value->GetString("ip", &ip) ||
84 candidate->set_address(rtc::SocketAddress(ip, port));
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
fd.c 177 int *ip; local
203 ip = (int *)ptr;
204 if (ip != NULL) {
205 *ip = b->num;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_cfg.h 92 int ip; member in class:fs_cfg
97 /** Ordered list (by ip) of basic blocks */
  /external/chromium_org/v8/src/ic/arm/
ic-compiler-arm.cc 75 __ mov(ip, Operand(map));
76 __ cmp(map_reg, ip);
105 __ mov(ip, Operand(receiver_maps->at(i)));
106 __ cmp(scratch1(), ip); local
  /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
  /external/clang/test/Modules/
macros2.c 39 LEFT_RIGHT_IDENTICAL *ip = &i; local
  /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/kernel-headers/original/uapi/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
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_among.h 36 __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/ltrace/sysdeps/linux-gnu/ppc/
trace.c 94 arch_addr_t ip = get_instruction_pointer(proc); local
95 struct breakpoint *other = address2bpstruct(proc->leader, ip);
98 proc->pid, ip, breakpoint_name(sbp), sbp->addr);
109 } else if (proc_read_32(proc, ip, &u.insn) < 0) {
110 fprintf(stderr, "couldn't read instruction at IP %p\n", ip);
119 debug(1, "singlestep over atomic block at %p", ip);
122 arch_addr_t addr = ip;
150 proc->pid, ip, addr);
158 " at %p\n", proc->pid, ip);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.h 92 int ip; member in class:fs_cfg
97 /** Ordered list (by ip) of basic blocks */
  /external/openssl/crypto/bio/
bss_fd.c 179 int *ip; local
201 ip=(int *)ptr;
202 if (ip != NULL) *ip=b->num;
  /external/qemu/slirp/
tftp.h 17 struct ip ip; member in struct:tftp_t
  /external/qemu/slirp-android/
tftp.h 17 struct ip ip; member in struct:tftp_t
  /external/tcpdump/
print-sl.c 40 #include "ip.h"
48 static void sliplink_print(const u_char *, const struct ip *, u_int);
49 static void compressed_sl_print(const u_char *, const struct ip *, u_int, int);
56 register const struct ip *ip; local
65 ip = (struct ip *)(p + SLIP_HDRLEN);
68 sliplink_print(p, ip, length);
70 switch (IP_V(ip)) {
72 ip_print(gndo, (u_char *)ip, length)
91 register const struct ip *ip; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.11-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 35 __be32 ip; member in struct:ebt_mac_wormhash_tuple

Completed in 399 milliseconds

1 2 34 5 6 7 8 91011>>