/third_party/ffmpeg/libavcodec/ |
D | cinepak.c | 139 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/ |
D | test_udp.c | 343 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/ |
D | intersection_elliptic.hpp | 99 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/ |
D | test_ipaddress.py | 1220 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 …]
|
D | test_generators.py | 1490 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/ |
D | atomic.c | 30 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/ |
D | iwkv_test9.c | 41 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/ |
D | memory_test.cc | 115 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/ |
D | memory_test.cc | 115 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/ |
D | libebt_arp.c | 90 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()
|
D | libebt_ip.c | 196 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/ |
D | roundTripTest.c | 64 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/ |
D | intersection.hpp | 636 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/ |
D | geographic.hpp | 330 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/ |
D | launcher.c | 426 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/ |
D | des_enc.m4 | 634 define({ip2},{local2}) 669 ld [out2+260], ip2 675 and local0, ip2, local0 702 and temp1, ip2, temp1
|