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

<<11121314151617181920>>

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
AnalyticsTests.java 117 IndentingPrintWriter ip = new IndentingPrintWriter(sr, " "); local
118 Analytics.dump(ip);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
mce.h 22 #define MCG_STATUS_RIPV (1ULL<<0) /* restart ip valid */
23 #define MCG_STATUS_EIPV (1ULL<<1) /* ip points to correct instruction */
64 __u64 ip; member in struct:mce
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
mce.h 22 #define MCG_STATUS_RIPV (1ULL<<0) /* restart ip valid */
23 #define MCG_STATUS_EIPV (1ULL<<1) /* ip points to correct instruction */
64 __u64 ip; member in struct:mce
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_personality.cpp 57 | Beginning of Call Site Table The current ip lies within the |
71 | Beginning of Call Site Table The current ip is a 1-based index into |
606 uintptr_t ip = _Unwind_GetIP(context) - 1; local
611 if (ip == uintptr_t(-1))
617 else if (ip == 0)
619 // ip is 1-based index into call site table
621 uintptr_t ipOffset = ip - funcStart;
663 // ip is 1-based index into this table
666 if (--ip == 0)
669 // Found the call site containing ip
    [all...]
  /system/extras/simpleperf/
cmd_report_sample.cpp 96 bool GetCallEntry(const ThreadEntry* thread, bool in_kernel, uint64_t ip, bool omit_unknown_dso,
438 bool ret = GetCallEntry(thread, in_kernel, r.ip_data.ip, false, &node.vaddr_in_file,
445 uint64_t ip = r.callchain_data.ips[i]; local
446 if (ip >= PERF_CONTEXT_MAX) {
447 switch (ip) {
456 << ip << std::dec;
461 // Remove duplication with sample ip.
462 if (ip == r.ip_data.ip) {
466 if (!GetCallEntry(thread, in_kernel, ip, true, &node.vaddr_in_file, &node.dso
625 uint64_t ip = r.callchain_data.ips[i]; local
636 << ip; local
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter_ipv4/
ip_tables.h 76 struct ipt_ip ip; member in struct:ipt_entry
  /external/brotli/c/enc/
compress_fragment.c 460 const uint8_t* ip; local
490 /* "ip" is the input pointer. */
491 ip = input;
505 for (next_hash = Hash(++ip, shift); ; ) {
523 const uint8_t* next_ip = ip;
525 assert(next_emit < ip);
531 ip = next_ip;
532 next_ip = ip + bytes_between_hash_lookups;
537 candidate = ip - last_distance;
538 if (IsMatch(ip, candidate))
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 500 _("DHCP, IP range %s -- %s, lease time %s"),
1132 struct ip ip; member in struct:__anon18979
  /external/iproute2/include/uapi/linux/netfilter_ipv4/
ip_tables.h 3 * 25-Jul-1998 Major changes to allow for ip chain table
9 * Format of an IP firewall descriptor
70 /* Source and destination IP addr */
72 /* Mask for src and dest IP addr */
86 /* Values for "flag" field in struct ipt_ip (general ip structure). */
95 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
102 parts which are 1) general IP header stuff 2) match specific
105 struct ipt_ip ip; member in struct:ipt_entry
126 * New IP firewall options for [gs]etsockopt at the RAW IP level
    [all...]
  /external/iptables/extensions/
libxt_conntrack.c 24 __be32 ip; member in struct:ip_conntrack_old_tuple::__anon22325
31 __be32 ip; member in struct:ip_conntrack_old_tuple::__anon22327
362 sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip = cb->val.haddr.ip;
368 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip = cb->val.haddr.ip;
374 sinfo->tuple[IP_CT_DIR_REPLY].src.ip = cb->val.haddr.ip;
380 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip = cb->val.haddr.ip;
    [all...]
  /external/iptables/include/linux/netfilter_ipv4/
ip_tables.h 2 * 25-Jul-1998 Major changes to allow for ip chain table
8 * Format of an IP firewall descriptor
68 /* Source and destination IP addr */
70 /* Mask for src and dest IP addr */
84 /* Values for "flag" field in struct ipt_ip (general ip structure). */
93 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
100 parts which are 1) general IP header stuff 2) match specific
103 struct ipt_ip ip; member in struct:ipt_entry
124 * New IP firewall options for [gs]etsockopt at the RAW IP level
    [all...]
  /external/iputils/
ping.c 63 #include <netinet/ip.h>
100 static void pr_iph(struct iphdr *ip);
712 * Compose and transmit an ICMP ECHO REQUEST packet. The IP packet
788 struct iphdr *ip; local
796 /* Check the IP header */
797 ip = (struct iphdr *)buf;
799 hlen = ip->ihl*4;
800 if (cc < hlen + 8 || ip->ihl < 5) {
806 ttl = ip->ttl;
1284 * Print an IP header with options
    [all...]
  /external/kernel-headers/original/uapi/linux/netfilter_ipv4/
ip_tables.h 3 * 25-Jul-1998 Major changes to allow for ip chain table
9 * Format of an IP firewall descriptor
72 /* Source and destination IP addr */
74 /* Mask for src and dest IP addr */
88 /* Values for "flag" field in struct ipt_ip (general ip structure). */
97 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
104 parts which are 1) general IP header stuff 2) match specific
107 struct ipt_ip ip; member in struct:ipt_entry
128 * New IP firewall options for [gs]etsockopt at the RAW IP level
    [all...]
  /external/libpcap/
pcap-dlpi.c 307 #define DL_IPATM 0x12 /* ATM Classical IP interface */
1559 register dl_hp_ppa_info_t *ipstart, *ip; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 24 const tran_low_t *ip = input; local
28 a1 = ip[0] >> UNIT_QUANT_SHIFT;
29 c1 = ip[1] >> UNIT_QUANT_SHIFT;
30 d1 = ip[2] >> UNIT_QUANT_SHIFT;
31 b1 = ip[3] >> UNIT_QUANT_SHIFT;
43 ip += 4;
47 ip = output;
49 a1 = ip[4 * 0];
50 c1 = ip[4 * 1];
51 d1 = ip[4 * 2]
74 const tran_low_t *ip = in; local
1299 const tran_low_t *ip = input; local
1354 const tran_low_t *ip = in; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/net/
psock_tpacket.c 55 #include <netinet/ip.h>
160 struct iphdr *ip = pay + sizeof(*eth); local
171 for (i = 0; i < sizeof(*ip); ++i)
174 ip->ihl = 5;
175 ip->version = 4;
176 ip->protocol = 0x11;
177 ip->frag_off = 0;
178 ip->ttl = 64;
179 ip->tot_len = htons((uint16_t) *len - sizeof(*eth));
181 ip->saddr = htonl(INADDR_LOOPBACK)
    [all...]
  /external/ltp/testcases/lib/
tst_net_vars.c 119 static struct in_addr calc_network(const struct in_addr *ip,
126 network.s_addr = ip->s_addr & mask->s_addr;
131 const struct in_addr *mask, const struct in_addr *ip)
133 return (ip->s_addr & mask->s_addr) ==
199 static char *get_ipv4_broadcast(struct in_addr ip, unsigned int prefix)
206 broadcast.s_addr = (ip.s_addr & mask.s_addr) | ~mask.s_addr;
217 * {DEFAULT_IPV4_UNUSED_PART1}.XY, when there is a collision with IP.
219 static char *get_ipv4_net16_unused(const struct in_addr *ip,
226 network = calc_network(ip, &mask);
234 if (!is_in_subnet_ipv4(ip, &mask, &network)
591 struct in_addr ip; local
    [all...]
  /external/lz4/lib/
lz4hc.c 110 /* Update chains up to ip (excluded) */
111 FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE* ip)
116 U32 const target = (U32)(ip - base);
133 const BYTE* ip, const BYTE* const iLimit,
142 const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) - (64 KB - 1);
148 LZ4HC_Insert(hc4, ip);
149 matchIndex = HashTable[LZ4HC_hashPtr(ip)];
155 if (*(match+ml) == *(ip+ml)
156 && (LZ4_read32(match) == LZ4_read32(ip)))
320 const BYTE* ip = (const BYTE*) source; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_generator.cpp 148 ip_record(int ip)
150 this->ip = ip;
153 int ip; member in class:ip_record
179 int ip = p->nr_insn; local
182 brw_inst *patch = &p->store[patch_ip->ip];
185 /* HALT takes a half-instruction distance from the pre-incremented IP. */
186 brw_inst_set_uip(p->devinfo, patch, (ip - patch_ip->ip) * scale);
    [all...]
  /external/perf_data_converter/src/
perf_data_converter.cc 561 uint64 ip = sample.sample_mapping != nullptr ? sample.sample.ip() : 0; local
562 if (ip != 0) {
565 if (ip < start || ip >= limit) {
566 std::cerr << "IP is out of bound of mapping." << std::endl
567 << "IP: " << ip << std::endl
575 AddOrGetLocation(event_pid, ip, sample.sample_mapping, builder));
583 if (lbr_sample && frame.ip == PERF_CONTEXT_USER)
    [all...]
  /external/python/cpython3/Lib/
ipaddress.py 28 """Take an IP string/int and return an object of the correct type.
31 address: A string or integer, the IP address. Either IPv4 or
58 """Take an IP string/int and return an object of the correct type.
61 address: A string or integer, the IP network. Either IPv4 or
88 """Take an IP string/int and return an object of the correct type.
91 address: A string or integer, the IP address. Either IPv4 or
126 address: An integer representation of an IPv4 IP address.
133 IPv4 IP address.
146 address: An integer representation of an IPv6 IP address.
173 A tuple containing the first and last IP addresses in the sequence
1425 def ip(self): member in class:IPv4Interface
2115 def ip(self): member in class:IPv6Interface
    [all...]
  /external/speex/libspeex/
smallft.c 46 int ld, ii, ip, is, nq, nr; local
87 ip=ifac[k1+2];
89 l2=l1*ip;
91 ipm=ip-1;
273 static void dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1,
284 arg=tpi/(float)ip;
287 ipph=(ip+1)>>1;
288 ipp2=ip;
292 t10=ip*ido;
298 for(j=1;j<ip;j++)
578 int ip,iw,ido,idl1,ix2,ix3; local
1159 int nf,ip,iw,ix2,ix3,ido,idl1; local
    [all...]
  /external/syslinux/com32/include/syslinux/
linux.h 184 struct initramfs *ip; local
190 for (ip = initramfs->next; ip->len; ip = ip->next) {
191 size = (size + ip->align - 1) & ~(ip->align - 1); /* Alignment */
192 size += ip->len;
  /external/syslinux/core/lwip/src/include/lwip/
stats.h 27 * This file is part of the lwIP TCP/IP stack.
124 struct stats_proto ip; member in struct:stats_
201 #define IP_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip, "IP")
  /external/tcpdump/
print-nfs.c 40 #include "ip.h"
205 const struct ip *ip; local
210 switch (IP_V((const struct ip *)bp)) {
212 ip = (const struct ip *)bp;
213 strlcpy(srcaddr, ipaddr_string(ndo, &ip->ip_src), sizeof(srcaddr));
214 strlcpy(dstaddr, ipaddr_string(ndo, &ip->ip_dst), sizeof(dstaddr));
845 int ipver; /* IP version (4 or 6) */
846 struct in6_addr client; /* client IP address (net order) *
869 const struct ip *ip = NULL; local
918 const struct ip *ip = (const struct ip *)bp; local
    [all...]

Completed in 1371 milliseconds

<<11121314151617181920>>