Home
last modified time | relevance | path

Searched refs:ip2 (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcinepak.c139 char *ip0, *ip1, *ip2, *ip3; in cinepak_decode_vectors() local
147 ip0 = ip1 = ip2 = ip3 = s->frame->data[0] + in cinepak_decode_vectors()
152 ip2 = ip1 + s->frame->linesize[0]; in cinepak_decode_vectors()
154 ip3 = ip2 + s->frame->linesize[0]; in cinepak_decode_vectors()
190 ip3[0] = ip3[1] = ip2[0] = ip2[1] = p[6]; in cinepak_decode_vectors()
191 ip3[2] = ip3[3] = ip2[2] = ip2[3] = p[9]; in cinepak_decode_vectors()
197 memcpy(ip2 + 0, p, 3); memcpy(ip2 + 3, p, 3); in cinepak_decode_vectors()
200 memcpy(ip2 + 6, p, 3); memcpy(ip2 + 9, p, 3); in cinepak_decode_vectors()
224 p = ip2; in cinepak_decode_vectors()
242 memcpy(ip2 + 0, cb2 + 0, 6); in cinepak_decode_vectors()
[all …]
/third_party/lwip/test/unit/udp/
Dtest_udp.c343 ip_addr_t ip2; in START_TEST() local
350 ip_addr_set_any_val(1, ip2); in START_TEST()
356 err2 = udp_bind(pcb2, &ip2, 2105); in START_TEST()
366 ip_addr_set_any_val(0, ip2); in START_TEST()
372 err2 = udp_bind(pcb2, &ip2, 2105); in START_TEST()
382 ip_addr_set_any_val(1, ip2); in START_TEST()
388 err2 = udp_bind(pcb2, &ip2, 2105); in START_TEST()
398 ip_addr_set_any_val(1, ip2); in START_TEST()
404 err2 = udp_bind(pcb2, &ip2, 2105); in START_TEST()
414 IP_ADDR4(&ip2, 4, 3, 2, 1); in START_TEST()
[all …]
/third_party/boost/boost/geometry/strategies/geographic/
Dintersection_elliptic.hpp99 Point3d & ip1, Point3d & ip2) const in intersection_points()
109 ip2 = ip1; in intersection_points()
110 multiply_value(ip2, coord_t(-1)); in intersection_points()
199 Point3d & ip1, Point3d & ip2) const in intersection_points()
203 ip1, ip2, m_spheroid); in intersection_points()
/third_party/python/Lib/test/
Dtest_ipaddress.py1220 ip2 = ipaddress.IPv4Address('10.10.10.11')
1226 self.assertEqual(list(ipaddress._find_address_range([ip1, ip2, ip3])),
1751 ip2 = ipaddress.IPv4Address('1.1.1.1')
1758 [ip1, ip2, ip3, ip4, ip5, ip6])
1765 ip2 = ipaddress.IPv4Address('1.1.1.1')
1771 collapsed = ipaddress.collapse_addresses([ip1, ip2, ip3, ip4])
1777 ip2 = ipaddress.IPv4Network('1.1.1.0/24')
1785 collapsed = ipaddress.collapse_addresses([ip1, ip2, ip3, ip4, ip5,
1792 collapsed = ipaddress.collapse_addresses([ip1, ip2])
1808 ip2 = ipaddress.IPv6Network('2001::/120')
[all …]
Dtest_generators.py1490 ip1, ip2, ip3 = i+1, i+2, i+3
1497 for values[ip2] in g2():
1505 for values[ip2] in g2():
/third_party/glib/glib/tests/
Datomic.c30 int *ip, *ip2; in test_types() local
105 ip2 = g_atomic_pointer_get (&ip); in test_types()
106 g_assert_true (ip2 == 0); in test_types()
224 ip2 = g_atomic_pointer_get (&ip); in test_types()
225 g_assert_true (ip2 == 0); in test_types()
/third_party/iowow/src/kv/tests/
Diwkv_test9.c41 unsigned char ip2[4] = { 1, 0, 145, 2 }; in iwkv_test9_1() local
43 ikey.data = ip2; in iwkv_test9_1()
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
Dmemory_test.cc115 MoveOnly(int i1, int i2) : ip1{new int{i1}}, ip2{new int{i2}} {} in MoveOnly()
117 std::unique_ptr<int> ip2; member
132 EXPECT_TRUE(!p->ip2); in TEST()
139 EXPECT_TRUE(!p->ip2); in TEST()
146 EXPECT_TRUE(p->ip2 && *p->ip2 == 2); in TEST()
/third_party/abseil-cpp/absl/memory/
Dmemory_test.cc115 MoveOnly(int i1, int i2) : ip1{new int{i1}}, ip2{new int{i2}} {} in MoveOnly()
117 std::unique_ptr<int> ip2; member
132 EXPECT_TRUE(!p->ip2); in TEST()
139 EXPECT_TRUE(!p->ip2); in TEST()
146 EXPECT_TRUE(p->ip2 && *p->ip2 == 2); in TEST()
/third_party/iptables/extensions/
Dlibebt_arp.c90 static int undot_ip(char *ip, unsigned char *ip2) in undot_ip() argument
107 ip2[i] = (unsigned char)onebyte; in undot_ip()
114 ip2[3] = (unsigned char)onebyte; in undot_ip()
Dlibebt_ip.c196 static int undot_ip(char *ip, unsigned char *ip2) in undot_ip() argument
213 ip2[i] = (unsigned char)onebyte; in undot_ip()
220 ip2[3] = (unsigned char)onebyte; in undot_ip()
/third_party/lz4/tests/
DroundTripTest.c64 const char* const ip2 = (const char*)buff2; in checkBuffers() local
68 if (ip1[pos]!=ip2[pos]) in checkBuffers()
/third_party/boost/boost/geometry/strategies/spherical/
Dintersection.hpp636 Vec3d ip1, ip2; in calculate_ip_data() local
637 calc_policy.intersection_points(plane1, plane2, ip1, ip2); in calculate_ip_data()
654 ip = ip2; in calculate_ip_data()
943 Point3d & ip1, Point3d & ip2) in intersection_points()
955 ip2 = ip1; in intersection_points()
956 multiply_value(ip2, coord_t(-1)); in intersection_points()
/third_party/boost/boost/geometry/formulas/
Dgeographic.hpp330 Point3d & ip1, Point3d & ip2, in planes_spheroid_intersection() argument
370 if (! projected_to_surface(io, id, ip1, ip2, spheroid)) in planes_spheroid_intersection()
/third_party/python/PC/
Dlauncher.c426 INSTALLED_PYTHON * ip2 = (INSTALLED_PYTHON *) p2; in compare_pythons() local
429 ip2->version, -1, ip1->version, -1); in compare_pythons()
437 return ip2->bits - ip1->bits; /* 64 before 32 */ in compare_pythons()
/third_party/openssl/crypto/des/asm/
Ddes_enc.m4634 define({ip2},{local2})
669 ld [out2+260], ip2
675 and local0, ip2, local0
702 and temp1, ip2, temp1