HomeSort by relevance Sort by last modified time
    Searched defs:ip (Results 426 - 450 of 571) sorted by null

<<11121314151617181920>>

  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 544 ALOGV("update_state: IP: 0x%x; restore IP: 0x%x", state->reg[DWARF_EIP], newstate.reg[DWARF_EIP]);
753 ALOGV("IP: %x, LOC: %x", state->reg[DWARF_EIP], dstate->loc);
768 ALOGV("IP: %x", state->reg[DWARF_EIP]);
778 uint32_t ip; local
780 if (!try_get_word(memory, state->reg[DWARF_EBP] + 4, &ip) ||
781 ip == state->reg[DWARF_EIP]) {
782 ALOGV("can't get IP from stack");
785 /* We've been able to get IP from stack so recording the frame before continue. */
790 state->reg[DWARF_EIP] = ip;
    [all...]
  /bionic/libc/include/netinet/
ip.h 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */
2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */
32 * @(#)ip.h 8.1 (Berkeley) 6/10/93
55 struct ip { struct
81 * Definitions for IP type of service (ip_tos)
94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
  /development/ndk/platforms/android-3/include/netinet/
ip.h 1 /* $OpenBSD: ip.h,v 1.12 2006/04/27 02:19:32 tedu Exp $ */
2 /* $NetBSD: ip.h,v 1.9 1995/05/15 01:22:44 cgd Exp $ */
32 * @(#)ip.h 8.1 (Berkeley) 6/10/93
55 struct ip { struct
81 * Definitions for IP type of service (ip_tos)
94 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
  /external/chromium/net/socket/
socket_test_util.cc 652 IPAddressNumber ip; local
653 if (!ParseIPLiteralToNumber("192.0.2.33", &ip))
655 *address = IPEndPoint(ip, 123);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 228 uint32 ip = ((a & 0xFF) << 24) | ((b & 0xFF) << 16) | ((c & 0xFF) << 8) | local
236 return !addr.IsUnresolved() && ((addr.ip() & mask) == (ip & mask));
1085 std::string ip = proxy->address.IPAsString(); local
    [all...]
  /external/chromium_org/base/
file_util_posix.cc 818 std::vector<FilePath::StringType>::const_iterator ib, ip; local
819 for (ib = base_components.begin(), ip = path_components.begin();
820 ib != base_components.end(); ++ib, ++ip) {
824 DCHECK(ip != path_components.end());
825 DCHECK(*ip == *ib);
832 for (; ip != path_components.end(); ++ip) {
833 current_path = current_path.Append(*ip);
  /external/chromium_org/net/dns/
host_resolver_impl_unittest.cc 182 IPAddressNumber ip; local
183 bool rv = ParseIPLiteralToNumber(address, &ip);
187 IPEndPoint(ip, port)) != list.end();
761 // Triggering an IP address change.
839 // Test that IP address changes flush the cache.
850 // Flush cache by triggering an IP address change.
861 // Test that IP address changes send ERR_NETWORK_CHANGED to pending requests.
867 // Triggering an IP address change.
876 // Obey pool constraints after IP address has changed.
885 // Triggering an IP address change
    [all...]
  /external/chromium_org/net/websockets/
websocket_job_unittest.cc 389 IPAddressNumber ip; local
390 ParseIPLiteralToNumber("127.0.0.1", &ip);
391 websocket_->addresses_ = AddressList::CreateFromIPAddress(ip, 80);
981 IPAddressNumber ip; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
proxydetect.cc 228 uint32 ip = ((a & 0xFF) << 24) | ((b & 0xFF) << 16) | ((c & 0xFF) << 8) | local
238 ((addr.ipaddr().v4AddressAsHostOrderInteger() & mask) == (ip & mask));
1089 std::string ip = proxy->address.ipaddr().ToString(); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.h 122 const talk_base::IPAddress& ip,
126 talk_base::Network* network, const talk_base::IPAddress& ip,
278 talk_base::IPAddress& ip() { return ip_; } function in class:cricket::Port
334 // Checks if the address in addr is compatible with the port's ip.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 190 fprintf(stderr,"%u (%d) [%u],", ptr->Instruction->IP, score,
249 DBG("%i is now ready\n", sinst->Instruction->IP);
428 DBG("%i: commit score = %d\n", sinst->Instruction->IP, sinst->Score);
462 DBG("%i: commit TEX reads\n", readytex->Instruction->IP);
482 DBG("%i: commit TEX writes\n", readytex->Instruction->IP);
1254 unsigned int ip; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.cpp 1681 int ip = next_ip; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c 1349 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local
1365 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state.c 1121 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local
1137 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; local
    [all...]
  /external/clang/test/SemaCXX/
functional-cast.cpp 269 int *ip = intp(icpcpp); local
270 (void)icp_t(ip);
overload-call.cpp 8 int* ip = f(iv); local
32 int* ip = h(cv); local
48 void test_j(int* ip) {
49 int* ip1 = j(ip);
73 int* ip = m("foo"); local
112 int* ip = p((short)1); local
125 int* ip = bitfields(bits.int_bitfield, 0); local
overloaded-operator.cpp 153 int* ip = &r; local
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 210 template <int* ip> struct A {
212 A() : p(ip) {}
324 template <int& I> struct PR10766 { static int *ip; }; member in struct:PR10766
325 template <int& I> int* PR10766<I>::ip = &I; member in class:PR10766
  /external/e2fsprogs/misc/
fsck.c 869 const char **ip; local
897 for(ip = ignored_types; *ip; ip++)
898 if (strcmp(fs->type, *ip) == 0) return 1;
901 for(ip = really_wanted; *ip; ip++)
902 if (strcmp(fs->type, *ip) == 0) {
  /external/freetype/src/cff/
cffgload.c 912 FT_Byte* ip; local
949 ip = zone->cursor = zone->base;
961 while ( ip < limit )
971 v = *ip++;
984 if ( ip + 1 >= limit )
986 val = (FT_Short)( ( (FT_UShort)ip[0] << 8 ) | ip[1] );
987 ip += 2;
993 if ( ip >= limit )
995 val = ( (FT_Int32)v - 247 ) * 256 + *ip++ + 108
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c 115 # include <linux/ip.h>
128 # include <netinet/ip.h>
208 sizeof(struct ip) +
248 struct iphdr *ip; local
252 ip = (struct iphdr *)(x.lbuf + sizeof(*udp));
253 extralen += sizeof(*udp) + ip->ihl;
256 struct ip *ip; local
260 ip = (struct ip *)(x.lbuf + sizeof(*udp))
    [all...]
  /external/linux-tools-perf/util/
session.c 256 u64 ip = chain->ips[i]; local
259 if (ip >= PERF_CONTEXT_MAX) {
260 switch (ip) {
275 MAP__FUNCTION, thread->pid, ip, &al, NULL);
285 ip, al.map, al.sym);
723 printf("(IP, %d): %d/%d: %#" PRIx64 " period: %" PRIu64 "\n",
724 event->header.misc, sample->pid, sample->tid, sample->ip,
    [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 143 // Special version of printf that knows how to print IP addresses, DNS-format name strings, etc.
239 mDNSv4Addr ip = entry->addr.ip.v4; local
241 // Note: This is reverse order compared to a normal dotted-decimal IP address, so we can't use our customary "%.4a" format code
242 mDNS_snprintf(buffer, sizeof(buffer), "%d.%d.%d.%d.in-addr.arpa.", ip.b[3], ip.b[2], ip.b[1], ip.b[0]);
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 1360 mDNSAddr *ip = (mDNSAddr*)a; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 190 fprintf(stderr,"%u (%d) [%u],", ptr->Instruction->IP, score,
249 DBG("%i is now ready\n", sinst->Instruction->IP);
428 DBG("%i: commit score = %d\n", sinst->Instruction->IP, sinst->Score);
462 DBG("%i: commit TEX reads\n", readytex->Instruction->IP);
482 DBG("%i: commit TEX writes\n", readytex->Instruction->IP);
1254 unsigned int ip; local
    [all...]

Completed in 69 milliseconds

<<11121314151617181920>>