Home
last modified time | relevance | path

Searched refs:ip (Results 1 – 25 of 1365) sorted by relevance

12345678910>>...55

/external/libvpx/libvpx/vp8/common/mips/dspr2/
Didctllm_dspr2.c43 short *ip = input; in vp8_short_idct4x4llm_dspr2() local
53 prefetch_load_short(ip + 8); in vp8_short_idct4x4llm_dspr2()
56 a1 = ip[0] + ip[8]; in vp8_short_idct4x4llm_dspr2()
57 b1 = ip[0] - ip[8]; in vp8_short_idct4x4llm_dspr2()
59 temp1 = (ip[4] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2()
60 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2()
63 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2()
64 temp2 = (ip[12] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2()
67 temp3 = (ip[5] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2()
68 temp4 = ip[13] + ((ip[13] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2()
[all …]
/external/liblzf/
Dlzf_d.c59 u8 const *ip = (const u8 *)in_data; in lzf_decompress() local
61 u8 const *const in_end = ip + in_len; in lzf_decompress()
66 unsigned int ctrl = *ip++; in lzf_decompress()
79 if (ip + ctrl > in_end) in lzf_decompress()
87 lzf_movsb (op, ip, ctrl); in lzf_decompress()
91 … case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; in lzf_decompress()
92 … case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; in lzf_decompress()
93 … case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; in lzf_decompress()
94 … case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; in lzf_decompress()
95 … case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; in lzf_decompress()
[all …]
Dlzf_c.c109 const u8 *ip = (const u8 *)in_data; in lzf_compress() local
111 const u8 *in_end = ip + in_len; in lzf_compress()
139 hval = FRST (ip); in lzf_compress()
140 while (ip < in_end - 2) in lzf_compress()
144 hval = NEXT (hval, ip); in lzf_compress()
146 ref = *hslot + LZF_HSLOT_BIAS; *hslot = ip - LZF_HSLOT_BIAS; in lzf_compress()
150 && ref < ip /* the next test will actually take care of this, but this is faster */ in lzf_compress()
152 && (off = ip - ref - 1) < MAX_OFF in lzf_compress()
154 && ref[2] == ip[2] in lzf_compress()
156 && ((ref[1] << 8) | ref[0]) == ((ip[1] << 8) | ip[0]) in lzf_compress()
[all …]
/external/libvpx/libvpx/vp8/encoder/
Ddct.c18 short *ip = input; in vp8_short_fdct4x4_c() local
22 a1 = ((ip[0] + ip[3]) * 8); in vp8_short_fdct4x4_c()
23 b1 = ((ip[1] + ip[2]) * 8); in vp8_short_fdct4x4_c()
24 c1 = ((ip[1] - ip[2]) * 8); in vp8_short_fdct4x4_c()
25 d1 = ((ip[0] - ip[3]) * 8); in vp8_short_fdct4x4_c()
33 ip += pitch / 2; in vp8_short_fdct4x4_c()
36 ip = output; in vp8_short_fdct4x4_c()
39 a1 = ip[0] + ip[12]; in vp8_short_fdct4x4_c()
40 b1 = ip[4] + ip[8]; in vp8_short_fdct4x4_c()
41 c1 = ip[4] - ip[8]; in vp8_short_fdct4x4_c()
[all …]
/external/libvpx/libvpx/vp8/common/
Didctllm.c36 short *ip = input; in vp8_short_idct4x4llm_c() local
42 a1 = ip[0] + ip[8]; in vp8_short_idct4x4llm_c()
43 b1 = ip[0] - ip[8]; in vp8_short_idct4x4llm_c()
45 temp1 = (ip[4] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_c()
46 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_c()
49 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_c()
50 temp2 = (ip[12] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_c()
59 ip++; in vp8_short_idct4x4llm_c()
63 ip = output; in vp8_short_idct4x4llm_c()
67 a1 = ip[0] + ip[2]; in vp8_short_idct4x4llm_c()
[all …]
/external/iptables/iptables/
Dnft-ipv4.c36 if (cs->fw.ip.iniface[0] != '\0') { in nft_ipv4_add()
37 op = nft_invflags2cmp(cs->fw.ip.invflags, IPT_INV_VIA_IN); in nft_ipv4_add()
38 add_iniface(r, cs->fw.ip.iniface, op); in nft_ipv4_add()
41 if (cs->fw.ip.outiface[0] != '\0') { in nft_ipv4_add()
42 op = nft_invflags2cmp(cs->fw.ip.invflags, IPT_INV_VIA_OUT); in nft_ipv4_add()
43 add_outiface(r, cs->fw.ip.outiface, op); in nft_ipv4_add()
46 if (cs->fw.ip.proto != 0) { in nft_ipv4_add()
47 op = nft_invflags2cmp(cs->fw.ip.invflags, XT_INV_PROTO); in nft_ipv4_add()
49 cs->fw.ip.proto, op); in nft_ipv4_add()
52 if (cs->fw.ip.src.s_addr != 0) { in nft_ipv4_add()
[all …]
/external/webrtc/webrtc/base/
Dipaddress.cc46 static bool IsPrivateV4(uint32_t ip);
118 std::ostream& operator<<(std::ostream& os, const IPAddress& ip) { in operator <<() argument
119 os << ip.ToString(); in operator <<()
214 std::ostream& operator<<(std::ostream& os, const InterfaceAddress& ip) { in operator <<() argument
215 os << static_cast<const IPAddress&>(ip); in operator <<()
217 if (ip.family() == AF_INET6) in operator <<()
218 os << "|flags:0x" << std::hex << ip.ipv6_flags(); in operator <<()
273 IPAddress ip; in IPFromString() local
274 if (!IPFromString(str, &ip)) { in IPFromString()
278 *out = InterfaceAddress(ip, flags); in IPFromString()
[all …]
/external/syslinux/lzo/src/
Dlzo1x_oo.ch29 #define TEST_IP (ip < ip_end)
40 static void copy2(lzo_bytep ip, const lzo_bytep m_pos, lzo_uint off)
43 ip[0] = m_pos[0];
45 ip[1] = m_pos[0];
47 ip[1] = m_pos[1];
51 static void copy3(lzo_bytep ip, const lzo_bytep m_pos, lzo_uint off)
54 ip[0] = m_pos[0];
57 ip[2] = ip[1] = m_pos[0];
61 ip[1] = m_pos[1];
62 ip[2] = m_pos[0];
[all …]
Dlzo1x_d.ch44 const lzo_bytep ip;
83 ip = in;
86 if (*ip > 17)
88 t = *ip++ - 17;
92 do *op++ = *ip++; while (--t > 0);
99 t = *ip++;
105 while (*ip == 0)
108 ip++;
112 t += 15 + *ip++;
120 UA_COPY8(op,ip);
[all …]
Dlzo1x_c.ch45 const lzo_bytep ip;
53 ip = in;
54 ii = ip;
56 ip += ti < 4 ? 4 - ti : 0;
65 if __lzo_unlikely(ip >= ip_end)
67 DINDEX1(dindex,ip);
69 if (LZO_CHECK_MPOS_NON_DET(m_pos,m_off,in,ip,M4_MAX_OFFSET))
72 if (m_off <= M2_MAX_OFFSET || m_pos[3] == ip[3])
74 DINDEX2(dindex,ip);
77 if (LZO_CHECK_MPOS_NON_DET(m_pos,m_off,in,ip,M4_MAX_OFFSET))
[all …]
/external/iproute2/man/man8/
DMakefile1 TARGETS = ip-address.8 ip-link.8 ip-route.8
3 MAN8PAGES = $(TARGETS) ip.8 arpd.8 lnstat.8 routel.8 rtacct.8 rtmon.8 rtpr.8 ss.8 \
10 ip-addrlabel.8 ip-fou.8 ip-gue.8 ip-l2tp.8 \
11 ip-maddress.8 ip-monitor.8 ip-mroute.8 ip-neighbour.8 \
12 ip-netns.8 ip-ntable.8 ip-rule.8 ip-tunnel.8 ip-xfrm.8 \
13 ip-tcp_metrics.8 ip-netconf.8 ip-token.8 \
21 ip-address.8: ip-address.8.in
24 ip-link.8: ip-link.8.in
27 ip-route.8: ip-route.8.in
/external/tcpdump/
Dprint-ip.c90 const struct ip *ip) in ip_finddst() argument
97 cp = (const u_char *)(ip + 1); in ip_finddst()
98 length = (IP_HL(ip) << 2) - sizeof(struct ip); in ip_finddst()
127 UNALIGNED_MEMCPY(&retval, &ip->ip_dst, sizeof(uint32_t)); in ip_finddst()
136 const struct ip *ip, const uint8_t *data, in nextproto4_cksum() argument
152 UNALIGNED_MEMCPY(&ph.src, &ip->ip_src, sizeof(uint32_t)); in nextproto4_cksum()
153 if (IP_HL(ip) == 5) in nextproto4_cksum()
154 UNALIGNED_MEMCPY(&ph.dst, &ip->ip_dst, sizeof(uint32_t)); in nextproto4_cksum()
156 ph.dst = ip_finddst(ndo, ip); in nextproto4_cksum()
316 const struct ip *ip; member
[all …]
Dprint-sl.c55 static void sliplink_print(netdissect_options *, const u_char *, const struct ip *, u_int);
56 static void compressed_sl_print(netdissect_options *, const u_char *, const struct ip *, u_int, int…
64 register const struct ip *ip; in sl_if_print() local
74 ip = (const struct ip *)(p + SLIP_HDRLEN); in sl_if_print()
77 sliplink_print(ndo, p, ip, length); in sl_if_print()
84 switch (IP_V(ip)) { in sl_if_print()
86 ip_print(ndo, (const u_char *)ip, length); in sl_if_print()
89 ip6_print(ndo, (const u_char *)ip, length); in sl_if_print()
92 ND_PRINT((ndo, "ip v%d", IP_V(ip))); in sl_if_print()
104 register const struct ip *ip; in sl_bsdos_if_print() local
[all …]
/external/iproute2/examples/diffserv/
DEdge32-ca-u3216 IP=$IPROUTE/ip/ip
57 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
58 match ip tos 0x88 0xfc \
61 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
62 match ip tos 0x88 0xfc \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
71 match ip tos 0x88 0xfc \
74 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
75 match ip tos 0x88 0xfc \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
[all …]
/external/guava/guava/src/com/google/common/net/
DInetAddresses.java354 public static String toAddrString(InetAddress ip) { in toAddrString() argument
355 Preconditions.checkNotNull(ip); in toAddrString()
356 if (ip instanceof Inet4Address) { in toAddrString()
358 return ip.getHostAddress(); in toAddrString()
360 Preconditions.checkArgument(ip instanceof Inet6Address); in toAddrString()
361 byte[] bytes = ip.getAddress(); in toAddrString()
462 public static String toUriString(InetAddress ip) { in toUriString() argument
463 if (ip instanceof Inet6Address) { in toUriString()
464 return "[" + toAddrString(ip) + "]"; in toUriString()
466 return toAddrString(ip); in toUriString()
[all …]
/external/compiler-rt/lib/builtins/arm/
Dudivsi3.S66 clz ip, r0
69 sub r3, r3, ip
71 adr ip, LOCAL_LABEL(div0block) + 1
72 sub ip, ip, r3, lsl #1
74 adr ip, LOCAL_LABEL(div0block)
76 sub ip, ip, r3, lsl #2
77 sub ip, ip, r3, lsl #3
79 bx ip
85 adr ip, LOCAL_LABEL(div0block)
90 subhs ip, ip, #(16 * 12)
[all …]
Dumodsi3.S64 clz ip, r0
67 sub r3, r3, ip
69 adr ip, LOCAL_LABEL(div0block) + 1
70 sub ip, ip, r3, lsl #1
72 adr ip, LOCAL_LABEL(div0block)
74 sub ip, ip, r3, lsl #3
75 bx ip
81 adr ip, LOCAL_LABEL(div0block)
86 subhs ip, ip, #(16 * 8)
91 subhs ip, ip, #(8 * 8)
[all …]
/external/libvpx/libvpx/test/
Dvp8_fdct4x4_test.cc34 const int16_t *ip = input; in reference_idct4x4() local
38 const int a1 = ip[0] + ip[8]; in reference_idct4x4()
39 const int b1 = ip[0] - ip[8]; in reference_idct4x4()
40 const int temp1 = (ip[4] * sinpi8sqrt2) >> 16; in reference_idct4x4()
41 const int temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); in reference_idct4x4()
43 const int temp3 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16); in reference_idct4x4()
44 const int temp4 = (ip[12] * sinpi8sqrt2) >> 16; in reference_idct4x4()
50 ++ip; in reference_idct4x4()
53 ip = output; in reference_idct4x4()
56 const int a1 = ip[0] + ip[2]; in reference_idct4x4()
[all …]
/external/lz4/lib/
Dlz4hc.c111 FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE* ip) in LZ4HC_Insert() argument
116 U32 const target = (U32)(ip - base); in LZ4HC_Insert()
133 const BYTE* ip, const BYTE* const iLimit, in LZ4HC_InsertAndFindBestMatch() argument
142 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndFindBestMatch()
148 LZ4HC_Insert(hc4, ip); in LZ4HC_InsertAndFindBestMatch()
149 matchIndex = HashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndFindBestMatch()
155 if (*(match+ml) == *(ip+ml) in LZ4HC_InsertAndFindBestMatch()
156 && (LZ4_read32(match) == LZ4_read32(ip))) in LZ4HC_InsertAndFindBestMatch()
158 size_t const mlt = LZ4_count(ip+MINMATCH, match+MINMATCH, iLimit) + MINMATCH; in LZ4HC_InsertAndFindBestMatch()
163 if (LZ4_read32(match) == LZ4_read32(ip)) { in LZ4HC_InsertAndFindBestMatch()
[all …]
/external/libunwind/src/ptrace/
D_UPT_find_proc_info.c36 get_unwind_info (struct elf_dyn_info *edi, pid_t pid, unw_addr_space_t as, unw_word_t ip, void *as_… in get_unwind_info() argument
49 if (edi->ktab.format != -1 && ip >= edi->ktab.start_ip && ip < edi->ktab.end_ip) in get_unwind_info()
54 && ip >= edi->di_cache.start_ip && ip < edi->di_cache.end_ip) in get_unwind_info()
57 && ip >= edi->di_arm.start_ip && ip < edi->di_arm.end_ip) in get_unwind_info()
60 && ip >= edi->di_debug.start_ip && ip < edi->di_debug.end_ip)) in get_unwind_info()
66 if (tdep_get_elf_image (as, &ei, pid, ip, &segbase, &mapoff, &path, as_arg) < 0) in get_unwind_info()
69 ret = tdep_find_unwind_table (edi, &ei, as, path, segbase, mapoff, ip); in get_unwind_info()
80 && (ip < edi->di_cache.start_ip || ip >= edi->di_cache.end_ip)) in get_unwind_info()
84 && (ip < edi->di_debug.start_ip || ip >= edi->di_debug.end_ip)) in get_unwind_info()
98 _UPT_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in _UPT_find_proc_info() argument
[all …]
/external/clang/test/SemaObjC/
Dparameterized_classes_subst.m152 int *ip;
153 ip = [stringSet firstObject]; // expected-warning{{from 'NSString *'}}
154 ip = [mutStringSet firstObject]; // expected-warning{{from 'NSString *'}}
155 ip = [widgetSet firstObject]; // expected-warning{{from 'Widget *'}}
156 ip = [untypedMutSet firstObject]; // expected-warning{{from 'id'}}
157 ip = [mutStringArraySet firstObject]; // expected-warning{{from 'NSArray<NSString *> *'}}
158 ip = [set firstObject]; // expected-warning{{from 'id'}}
159 ip = [mutSet firstObject]; // expected-warning{{from 'id'}}
160 ip = [mutArraySet firstObject]; // expected-warning{{from 'id'}}
161 ip = [block firstObject]; // expected-warning{{from 'id'}}
[all …]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/biz/base64Coder/
DBase64Coder.java110 int ip = 0; in encodeLines() local
111 while (ip < iLen) { in encodeLines()
112 int l = Math.min(iLen - ip, blockLen); in encodeLines()
113 buf.append(encode(in, iOff + ip, l)); in encodeLines()
115 ip += l; in encodeLines()
163 int ip = iOff; in encode() local
166 while (ip < iEnd) { in encode()
167 int i0 = in[ip++] & 0xff; in encode()
168 int i1 = ip < iEnd ? in[ip++] & 0xff : 0; in encode()
169 int i2 = ip < iEnd ? in[ip++] & 0xff : 0; in encode()
[all …]
/external/libvpx/libvpx/vp8/common/x86/
Diwalsh_sse2.asm26 movdqa xmm0, [rcx + 0] ;ip[4] ip[0]
27 movdqa xmm1, [rcx + 16] ;ip[12] ip[8]
30 pshufd xmm2, xmm1, 4eh ;ip[8] ip[12]
31 movdqa xmm3, xmm0 ;ip[4] ip[0]
33 paddw xmm0, xmm2 ;ip[4]+ip[8] ip[0]+ip[12] aka b1 a1
34 psubw xmm3, xmm2 ;ip[4]-ip[8] ip[0]-ip[12] aka c1 d1
57 pshufd xmm2, xmm1, 4eh ;ip[8] ip[12]
58 movdqa xmm3, xmm4 ;ip[4] ip[0]
62 paddw xmm4, xmm2 ;ip[4]+ip[8] ip[0]+ip[12] aka b1 a1
63 psubw xmm3, xmm2 ;ip[4]-ip[8] ip[0]-ip[12] aka c1 d1
/external/libunwind/src/coredump/
D_UCD_find_proc_info.c30 get_unwind_info(struct UCD_info *ui, unw_addr_space_t as, unw_word_t ip) in get_unwind_info() argument
38 if (ui->edi.ktab.format != -1 && ip >= ui->edi.ktab.start_ip && ip < ui->edi.ktab.end_ip) in get_unwind_info()
43 && ip >= ui->edi.di_cache.start_ip && ip < ui->edi.di_cache.end_ip) in get_unwind_info()
46 && ip >= ui->edi.di_arm.start_ip && ip < ui->edi.di_arm.end_ip) in get_unwind_info()
49 && ip >= ui->edi.di_debug.start_ip && ip < ui->edi.di_debug.end_ip)) in get_unwind_info()
55 coredump_phdr_t *phdr = _UCD_get_elf_image(ui, ip); in get_unwind_info()
71 if (tdep_find_unwind_table(&ui->edi, as, phdr->backing_filename, segbase, mapoff, ip) < 0) in get_unwind_info()
82 && (ip < ui->edi.di_cache.start_ip || ip >= ui->edi.di_cache.end_ip)) in get_unwind_info()
86 && (ip < ui->edi.di_debug.start_ip || ip >= ui->edi.di_debug.end_ip)) in get_unwind_info()
104 _UCD_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in _UCD_find_proc_info() argument
[all …]
/external/ltp/testcases/network/iproute/
Dip_tests.sh36 tst_check_cmds cat awk ip diff
41 ROD ip li add $iface type dummy
44 ROD ip a add ${ip4_addr}/24 dev $iface
64 [ -n "$iface" -a -d /sys/class/net/$iface ] && ip li del $iface
69 ip route show | grep $ip4_addr && ip route del $ip4_addr
78 ip link set ${iface} mtu 1281
87 ip link set $iface mtu $MTUSZ_BAK
97 ip link show $iface | grep $iface > /dev/null
111 ip addr add 127.6.6.6/24 dev lo
118 ip addr show dev lo | grep 127.6.6.6 > /dev/null
[all …]

12345678910>>...55