/third_party/openssl/test/ |
H A D | v3ext.c | 122 const char *ip1; member 177 ASN1_OCTET_STRING *ip1 = NULL, *ip2 = NULL; in test_addr_ranges() local 192 ip1 = a2i_IPADDRESS(ranges[i].ip1); in test_addr_ranges() 193 if (!TEST_ptr(ip1)) in test_addr_ranges() 195 if (!TEST_true(ip1->length == 4 || ip1->length == 16)) 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 in test_addr_ranges() 234 ASN1_OCTET_STRING *ip1 = NULL, *ip2 = NULL; test_addr_fam_len() local 419 ASN1_OCTET_STRING *ip1[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() 152 ip1 = ip0 + s->frame->linesize[0]; in cinepak_decode_vectors() 154 ip2 = ip1 + s->frame->linesize[0]; in cinepak_decode_vectors() 194 ip1[0] = ip1[1] = ip0[0] = ip0[1] = p[0]; in cinepak_decode_vectors() 195 ip1[2] = ip1[3] = ip0[2] = ip0[3] = p[3]; in cinepak_decode_vectors() 204 memcpy(ip1 + 0, p, 3); memcpy(ip1 in cinepak_decode_vectors() [all...] |
/third_party/lwip/test/unit/udp/ |
H A D | test_udp.c | 342 ip_addr_t ip1; in START_TEST() local 349 ip_addr_set_any_val(0, ip1); in START_TEST() 355 err1 = udp_bind(pcb1, &ip1, 2105); in START_TEST() 365 ip_addr_set_any_val(0, ip1); in START_TEST() 371 err1 = udp_bind(pcb1, &ip1, 2105); in START_TEST() 381 ip_addr_set_any_val(1, ip1); in START_TEST() 387 err1 = udp_bind(pcb1, &ip1, 2105); in START_TEST() 397 ip_addr_set_any_val(0, ip1); in START_TEST() 403 err1 = udp_bind(pcb1, &ip1, 2105); in START_TEST() 413 IP_ADDR4(&ip1, in START_TEST() [all...] |
/third_party/python/Lib/test/ |
H A D | test_ipaddress.py | 1242 ip1 = ipaddress.IPv4Address('10.10.10.10') 1245 self.assertEqual(list(ipaddress._find_address_range([ip1])), 1246 [(ip1, ip1)]) 1247 self.assertEqual(list(ipaddress._find_address_range([ip1, ip3])), 1248 [(ip1, ip1), (ip3, ip3)]) 1249 self.assertEqual(list(ipaddress._find_address_range([ip1, ip2, ip3])), 1250 [(ip1, ip3)]) 1773 ip1 [all...] |
H A D | test_generators.py | 1532 ip1 = i+1 1534 for x in gen(ip1): 1547 ip1, ip2, ip3 = i+1, i+2, i+3 1553 for values[ip1] in g1(): 1561 for values[ip1] in g1():
|
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
H A D | memory_test.cc | 114 explicit MoveOnly(int i1) : ip1{new int{i1}} {} in MoveOnly() 115 MoveOnly(int i1, int i2) : ip1{new int{i1}}, ip2{new int{i2}} {} in MoveOnly() 116 std::unique_ptr<int> ip1; member 131 EXPECT_TRUE(!p->ip1); in TEST() 138 EXPECT_TRUE(p->ip1 && *p->ip1 == 1); in TEST() 145 EXPECT_TRUE(p->ip1 && *p->ip1 == 1); in TEST()
|
/third_party/lz4/tests/ |
H A D | abiTest.c | 51 const char* const ip1 = (const char*)buff1; in checkBuffers() local 56 if (ip1[pos]!=ip2[pos]) in checkBuffers()
|
H A D | roundTripTest.c | 63 const char* const ip1 = (const char*)buff1; 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 | 212 char *ip1 = ossl_ipaddr_to_asc(ip->data, len1); 214 int ret = ip1 != NULL && ip2 != NULL 215 && BIO_printf(bp, "IP:%s/%s", ip1, ip2) > 0; 217 OPENSSL_free(ip1);
|
/third_party/openssl/crypto/x509/ |
H A D | v3_ncons.c | 212 char *ip1 = ossl_ipaddr_to_asc(ip->data, len1); 214 int ret = ip1 != NULL && ip2 != NULL 215 && BIO_printf(bp, "IP:%s/%s", ip1, ip2) > 0; 217 OPENSSL_free(ip1);
|
/third_party/vixl/examples/aarch64/ |
H A D | custom-disassembler.cc | 49 AppendToOutput(reg.Is64Bits() ? "ip1" : "wip1"); in AppendRegisterNameToOutput() 134 __ Add(x11, ip0, ip1); in GenerateCustomDisassemblerTestCode()
|
/third_party/python/PC/ |
H A D | launcher.c | 425 INSTALLED_PYTHON * ip1 = (INSTALLED_PYTHON *) p1; 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/node/src/ |
H A D | cares_wrap.cc | 1801 node::Utf8Value ip1(isolate, args[1]); in SetLocalAddress() 1803 if (uv_inet_pton(AF_INET, *ip1, &addr1) == 0) { in SetLocalAddress() 1810 } else if (uv_inet_pton(AF_INET6, *ip1, &addr1) == 0) { in SetLocalAddress()
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.cc | 365 tmp_list_(ip0, ip1), in Emit() 396 tmp_list_(ip0, ip1), in Emit() 418 tmp_list_(ip0, ip1), in Emit() 438 tmp_list_(ip0, ip1), in Emit()
|
H A D | registers-aarch64.h | 917 const Register ip1 = x17;
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | register-arm64.h | 475 ALIAS_REGISTER(Register, ip1, x17);
|
H A D | macro-assembler-arm64.cc | 41 CPURegList TurboAssembler::DefaultTmpList() { return CPURegList(ip0, ip1); } in DefaultTmpList()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-fp-aarch64.cc | 1886 temps.Include(ip0, ip1); in TEST() 1985 temps.Include(ip0, ip1); in TEST()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 3888 saved_registers.Remove(ip1); in Generate_DeoptimizationEntry()
|