/third_party/openssl/test/ |
H A D | v3ext.c | 123 const char *ip2; member 177 ASN1_OCTET_STRING *ip1 = NULL, *ip2 = NULL; in test_addr_ranges() local 197 ip2 = a2i_IPADDRESS(ranges[i].ip2); in test_addr_ranges() 198 if (!TEST_ptr(ip2)) in test_addr_ranges() 200 if (!TEST_int_eq(ip2->length, ip1->length)) in test_addr_ranges() 202 if (!TEST_true(memcmp(ip1->data, ip2->data, ip1->length) <= 0)) in test_addr_ranges() 205 if (!TEST_true(X509v3_addr_add_range(addr, ranges[i].afi, NULL, ip1->data, ip2->data))) in test_addr_ranges() 217 ASN1_OCTET_STRING_free(ip2); in test_addr_ranges() 218 ip1 = ip2 in test_addr_ranges() 234 ASN1_OCTET_STRING *ip1 = NULL, *ip2 = NULL; test_addr_fam_len() local 420 ASN1_OCTET_STRING *ip2[3] = { NULL, NULL }; test_addr_subset() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | cinepak.c | 141 char *ip0, *ip1, *ip2, *ip3; in cinepak_decode_vectors() local 149 ip0 = ip1 = ip2 = ip3 = s->frame->data[0] + in cinepak_decode_vectors() 154 ip2 = ip1 + s->frame->linesize[0]; in cinepak_decode_vectors() 156 ip3 = ip2 + s->frame->linesize[0]; in cinepak_decode_vectors() 192 ip3[0] = ip3[1] = ip2[0] = ip2[1] = p[6]; in cinepak_decode_vectors() 193 ip3[2] = ip3[3] = ip2[2] = ip2[3] = p[9]; in cinepak_decode_vectors() 199 memcpy(ip2 + 0, p, 3); memcpy(ip2 in cinepak_decode_vectors() [all...] |
/third_party/lwip/test/unit/udp/ |
H A 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, in START_TEST() [all...] |
/third_party/python/Lib/test/ |
H A D | test_ipaddress.py | 1243 ip2 = ipaddress.IPv4Address('10.10.10.11') 1249 self.assertEqual(list(ipaddress._find_address_range([ip1, ip2, ip3])), 1774 ip2 = ipaddress.IPv4Address('1.1.1.1') 1781 [ip1, ip2, ip3, ip4, ip5, ip6]) 1788 ip2 = ipaddress.IPv4Address('1.1.1.1') 1794 collapsed = ipaddress.collapse_addresses([ip1, ip2, ip3, ip4]) 1800 ip2 = ipaddress.IPv4Network('1.1.1.0/24') 1808 collapsed = ipaddress.collapse_addresses([ip1, ip2, ip3, ip4, ip5, 1815 collapsed = ipaddress.collapse_addresses([ip1, ip2]) 1831 ip2 [all...] |
H A D | test_generators.py | 1547 ip1, ip2, ip3 = i+1, i+2, i+3 1554 for values[ip2] in g2(): 1562 for values[ip2] in g2():
|
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
H A 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/lz4/tests/ |
H A D | abiTest.c | 52 const char* const ip2 = (const char*)buff2; in checkBuffers() local 56 if (ip1[pos]!=ip2[pos]) in checkBuffers()
|
H A D | roundTripTest.c | 64 const char* const ip2 = (const char*)buff2; in checkBuffers() local 68 if (ip1[pos]!=ip2[pos]) in checkBuffers()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_ncons.c | 213 char *ip2 = ossl_ipaddr_to_asc(ip->data + len1, len2); 214 int ret = ip1 != NULL && ip2 != NULL 215 && BIO_printf(bp, "IP:%s/%s", ip1, ip2) > 0; 218 OPENSSL_free(ip2);
|
/third_party/openssl/crypto/x509/ |
H A D | v3_ncons.c | 213 char *ip2 = ossl_ipaddr_to_asc(ip->data + len1, len2); 214 int ret = ip1 != NULL && ip2 != NULL 215 && BIO_printf(bp, "IP:%s/%s", ip1, ip2) > 0; 218 OPENSSL_free(ip2);
|
/third_party/python/PC/ |
H A 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()
|