Searched defs:ip1 (Results 1 - 24 of 24) sorted by relevance

/external/clang/test/FixIt/
H A Dfixit-nullability-declspec.cpp7 _Nullable int *ip1; // expected-error{{nullability specifier '_Nullable' cannot be applied to non-pointer type 'int'; did you mean to apply the specifier to the pointer?}} variable
/external/clang/test/SemaCXX/
H A Daddress-space-newdelete.cpp21 void test_delete(int_1 *ip1) { argument
22 delete ip1; // expected-error{{'delete' cannot delete objects of type 'int' in address space '1'}}
23 delete [] ip1; // expected-error{{'delete' cannot delete objects of type 'int' in address space '1'}}
H A Dnullability-declspec.cpp5 _Nullable int *ip1; // expected-error{{nullability specifier '_Nullable' cannot be applied to non-pointer type 'int'; did you mean to apply the specifier to the pointer?}} variable
H A Daddress-space-conversion.cpp25 void test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2, argument
31 (void)const_cast<int_ptr>(ip1); // expected-error{{is not allowed}}
36 (void)const_cast<int_ptr_2>(ip1); // expected-error{{is not allowed}}
H A Doverload-call.cpp21 int* ip1 = g(iv, fv, 0); local
42 int* ip1 = i(sv); local
52 int* ip1 = j(ip); local
59 int* ip1 = k("foo"); local
79 int* ip1 = l(L"foo"); local
101 int* ip1 = n(ca); local
127 int* ip1 = o(PromotesToIntValue); local
157 int* ip1 = multiparm(lv, iv, lv); local
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp9-0x.cpp31 int *ip1 = first_arg<int *>(0); local
40 int *ip1 = first_arg<int *>(0, 0); local
/external/clang/test/PCH/
H A Dnamespaces.cpp9 N1::t1 *ip1 = &int_val; variable
/external/clang/test/Analysis/
H A Dmalloc-sizeof.c14 int *ip1 = malloc(sizeof(1)); local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp36 int *ip1 = first_arg(ip); local
49 int *ip1 = first_arg_ref(ip); local
64 int *ip1 = first_arg_pair(make_pair(ip, 17)); local
H A Dp3.cpp116 int *ip1 = f4c(&f); local
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp22 IP<(0)> ip1; // expected-error{{null non-type template argument must be cast to template parameter type 'int *'}} variable
/external/clang/test/SemaTemplate/
H A Daddress-spaces.cpp57 void test_accept_any_pointer(int_1_ptr ip1, int_2_ptr ip2) { argument
59 accept_any_pointer(ip1); // expected-note{{in instantiation of}}
H A Dinstantiate-field.cpp17 int* ip1 = xi->z; local
H A Dmember-template-access-expr.cpp64 int *ip1 = x1.f1(17); local
H A Dtypename-specifier.cpp23 typename N::A::type *ip1 = &i; variable
/external/tensorflow/tensorflow/core/kernels/
H A Dslice_op.cc366 T* ip1 = ip + (d1 * in_strides[1]); local
370 memcpy(static_cast<void*>(op1), static_cast<void*>(ip1),
384 T* ip1 = ip + (d1 * in_strides[1]); local
388 T* ip2 = ip1 + (d2 * in_strides[2]);
/external/valgrind/perf/
H A Dffbench.c173 int i2rev, i3rev, ip1, ip2, ip3, ifp1, ifp2; local
185 ip1 = nprev << 1;
186 ip2 = ip1 * n;
189 for (i2 = 1; i2 <= ip2; i2 += ip1) {
191 for (i1 = i2; i1 <= i2 + ip1 - 2; i1 += 2) {
200 while (ibit >= ip1 && i2rev > ibit) {
206 ifp1 = ip1;
209 theta = isign * 6.28318530717959 / (ifp2 / ip1);
215 for (i3 = 1; i3 <= ifp1; i3 += ip1) {
216 for (i1 = i3; i1 <= i3 + ip1
[all...]
/external/webrtc/webrtc/base/
H A Dnetwork_unittest.cc804 IPAddress ip1, ip2; local
805 EXPECT_TRUE(IPFromString("2400:4030:1:2c00:be30:0:0:1", &ip1));
809 Network* net1 = new Network("em1", "em1", TruncateIP(ip1, 64), 64);
810 Network* net2 = new Network("em1", "em1", TruncateIP(ip1, 64), 64);
813 net1->AddIP(ip1);
829 EXPECT_EQ(list2[0]->GetIPs()[0], ip1);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DPKIXNameConstraintValidator.java646 byte ip1[] = temp[0];
651 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2);
697 byte ip1[] = new byte[ipLength];
699 System.arraycopy(ipWithSubmask1, 0, ip1, 0, ipLength);
707 {ip1, subnetmask1, ip2, subnetmask2};
715 * @param ip1 The first IP address.
724 byte[] ip1,
729 int ipLength = ip1.length;
738 min1[i] = (byte)(ip1[i] & subnetmask1[i]);
739 max1[i] = (byte)(ip1[
723 minMaxIPs( byte[] ip1, byte[] subnetmask1, byte[] ip2, byte[] subnetmask2) argument
1730 max(byte[] ip1, byte[] ip2) argument
1749 min(byte[] ip1, byte[] ip2) argument
1770 compareTo(byte[] ip1, byte[] ip2) argument
1791 or(byte[] ip1, byte[] ip2) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java377 byte ip1[] = temp[0];
382 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2);
428 byte ip1[] = new byte[ipLength];
430 System.arraycopy(ipWithSubmask1, 0, ip1, 0, ipLength);
438 {ip1, subnetmask1, ip2, subnetmask2};
446 * @param ip1 The first IP address.
455 byte[] ip1,
460 int ipLength = ip1.length;
469 min1[i] = (byte)(ip1[i] & subnetmask1[i]);
470 max1[i] = (byte)(ip1[
454 minMaxIPs( byte[] ip1, byte[] subnetmask1, byte[] ip2, byte[] subnetmask2) argument
1650 max(byte[] ip1, byte[] ip2) argument
1669 min(byte[] ip1, byte[] ip2) argument
1690 compareTo(byte[] ip1, byte[] ip2) argument
1711 or(byte[] ip1, byte[] ip2) argument
[all...]
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc235 const IPAddressNumber& ip1 = this->ip_address_number; local
237 if (ip1.size() != ip2.size())
238 return ip1.size() > ip2.size(); // IPv6 before IPv4.
239 return memcmp(&ip1[0], &ip2[0], ip1.size()) < 0; // Ascending order.
/external/python/cpython3/PC/
H A Dlauncher.c329 INSTALLED_PYTHON * ip1 = (INSTALLED_PYTHON *) p1; local
332 int result = wcscmp(ip2->version, ip1->version);
335 result = ip2->bits - ip1->bits; /* 64 before 32 */
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c303 mDNSexport mDNSBool mDNSSameAddress(const mDNSAddr *ip1, const mDNSAddr *ip2) argument
305 if (ip1->type == ip2->type)
307 switch (ip1->type)
310 case mDNSAddrType_IPv4 : return(mDNSBool)(mDNSSameIPv4Address(ip1->ip.v4, ip2->ip.v4));
311 case mDNSAddrType_IPv6 : return(mDNSBool)(mDNSSameIPv6Address(ip1->ip.v6, ip2->ip.v6));
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 513 milliseconds