/external/valgrind/perf/ |
D | ffbench.c | 173 int i2rev, i3rev, ip1, ip2, ip3, ifp1, ifp2; local 186 ip2 = ip1 * n; 187 ip3 = ip2 * nrem; 189 for (i2 = 1; i2 <= ip2; i2 += ip1) { 192 for (i3 = i1; i3 <= ip3; i3 += ip2) { 199 ibit = ip2 >> 1; 207 while (ifp1 < ip2) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 379 byte ip2[] = temp[2]; in intersectIPRange() 382 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2); in intersectIPRange() 433 byte ip2[] = new byte[ipLength]; in extractIPsAndSubnetMasks() 435 System.arraycopy(ipWithSubmask2, 0, ip2, 0, ipLength); in extractIPsAndSubnetMasks() 438 {ip1, subnetmask1, ip2, subnetmask2}; in extractIPsAndSubnetMasks() 457 byte[] ip2, in minMaxIPs() argument 472 min2[i] = (byte)(ip2[i] & subnetmask2[i]); in minMaxIPs() 473 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]); in minMaxIPs() 1650 private static byte[] max(byte[] ip1, byte[] ip2) in max() argument 1654 if ((ip1[i] & 0xFFFF) > (ip2[i] & 0xFFFF)) in max() [all …]
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p1-0x.cpp | 37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local 50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local 65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p9-0x.cpp | 32 int *ip2 = first_arg<int *, float*>(0, 0); in test_explicit_spec_simple() local 41 int *ip2 = first_arg<int *, float*>(0, 0, 0, 0); in test_explicit_spec_extension() local
|
/external/llvm/test/CodeGen/X86/ |
D | extractelement-legalization-store-ordering.ll | 40 %ip2 = or i32 %ip0, 2 48 %vecext11 = extractelement <4 x i32> %am, i32 %ip2 49 %arrayidx14 = getelementptr inbounds i32, i32* %x, i32 %ip2
|
/external/clang/test/Index/ |
D | complete-objc-message-id.m | 45 void message_qualified_id(id<P2> ip2) { 46 [ip2 P1_method]; 47 ip2 P1_method];
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1-11.cpp | 8 IP<ip> *ip2; member 23 IP<nullptr> ip2; variable
|
/external/clang/test/SemaCXX/ |
D | address-space-conversion.cpp | 25 void test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2, in test_const_cast() argument 32 (void)const_cast<int_ptr>(ip2); // expected-error{{is not allowed}} in test_const_cast() 34 (void)const_cast<int_ptr_1>(ip2); // expected-error{{is not allowed}} in test_const_cast()
|
D | overload-call.cpp | 40 int* ip2 = i(iv); in test_i() local 57 …int* ip2 = k(("foo")); // expected-warning{{conversion from string literal to 'char *' is deprecat… in test_k() local 83 …int* ip2 = n("foo"); // expected-warning{{conversion from string literal to 'char *' is deprecated… in test_n() local 135 int* ip2 = multiparm(lv, sv, lv); in test_multiparm() local
|
D | complex-overload.cpp | 35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} in test_promote_or_convert() local
|
/external/llvm/test/Transforms/LoopRotate/ |
D | nosimplifylatch.ll | 12 %coerce.val.ip2 = inttoptr i64 %__last.coerce to i32* 17 %lnot.i = icmp eq i32* %coerce.val.ip9, %coerce.val.ip2
|
/external/clang/test/PCH/ |
D | chain-conversion-lookup.cpp | 22 int *ip2 = y.operator int*(); in main() local
|
D | namespaces.cpp | 10 N1::t2 *ip2 = &int_val; variable
|
D | variables.c | 33 int *ip2 = &x; variable
|
/external/clang/test/Analysis/ |
D | malloc-sizeof.c | 15 int *ip2 = malloc(4 * sizeof(int)); in foo() local
|
/external/clang/test/Modules/ |
D | macros2.c | 40 …LEFT_RIGHT_DIFFERENT *ip2 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF… in test() local
|
D | macros.c | 116 …LEFT_RIGHT_DIFFERENT *ip2 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF… in test2() local
|
/external/clang/test/Sema/ |
D | overloadable-complex.c | 35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} in test_promote_or_convert() local
|
D | function-redecl.c | 88 int *ip2 = outer7(x); in outer_test2() local
|
/external/chromium-libpac/src/ |
D | proxy_resolver_v8.cc | 235 const IPAddressNumber& ip2 = rhs.ip_address_number; in operator <() local 236 if (ip1.size() != ip2.size()) in operator <() 237 return ip1.size() > ip2.size(); // IPv6 before IPv4. in operator <() 238 return memcmp(&ip1[0], &ip2[0], ip1.size()) < 0; // Ascending order. in operator <()
|
/external/clang/test/SemaTemplate/ |
D | address-spaces.cpp | 57 void test_accept_any_pointer(int_1_ptr ip1, int_2_ptr ip2) { in test_accept_any_pointer() argument
|
D | member-template-access-expr.cpp | 65 float *ip2 = x1.f1(3.14); in test_X1() local
|
D | typename-specifier.cpp | 20 typename N::B::type *ip2 = &i; // expected-error{{no type named 'type' in 'N::B'}} \ variable
|
/external/clang/test/SemaObjCXX/ |
D | message.mm | 71 int* ip2 = {[::I3 method]};
|
/external/mdnsresponder/mDNSCore/ |
D | DNSCommon.c | 303 mDNSexport mDNSBool mDNSSameAddress(const mDNSAddr *ip1, const mDNSAddr *ip2) in mDNSSameAddress() argument 305 if (ip1->type == ip2->type) in mDNSSameAddress() 310 case mDNSAddrType_IPv4 : return(mDNSBool)(mDNSSameIPv4Address(ip1->ip.v4, ip2->ip.v4)); in mDNSSameAddress() 311 case mDNSAddrType_IPv6 : return(mDNSBool)(mDNSSameIPv6Address(ip1->ip.v6, ip2->ip.v6)); in mDNSSameAddress()
|