Home
last modified time | relevance | path

Searched refs:ip2 (Results 1 – 25 of 35) sorted by relevance

12

/external/valgrind/perf/
Dffbench.c173 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/asn1/x509/
DPKIXNameConstraintValidator.java648 byte ip2[] = temp[2]; in intersectIPRange()
651 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2); in intersectIPRange()
702 byte ip2[] = new byte[ipLength]; in extractIPsAndSubnetMasks()
704 System.arraycopy(ipWithSubmask2, 0, ip2, 0, ipLength); in extractIPsAndSubnetMasks()
707 {ip1, subnetmask1, ip2, subnetmask2}; in extractIPsAndSubnetMasks()
726 byte[] ip2, in minMaxIPs() argument
741 min2[i] = (byte)(ip2[i] & subnetmask2[i]); in minMaxIPs()
742 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]); in minMaxIPs()
1730 private static byte[] max(byte[] ip1, byte[] ip2) in max() argument
1734 if ((ip1[i] & 0xFFFF) > (ip2[i] & 0xFFFF)) in max()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java379 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/
Dp1-0x.cpp37 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/SemaCXX/
Ddelete-and-function-templates.cpp63 …int *ip2 = g(3.14); // this is OK - because the non-int specializations are deleted and sfinae's o… in foo() local
79 …int *ip2 = g(3.14); // this is OK - because the non-int specializations are deleted and sfinae's o… in foo() local
101 …int *ip2 = g1(3.14, 3); // this is OK - because the non-int specializations are deleted and sfinae… in foo() local
Daddress-space-conversion.cpp25 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()
Doverload-call.cpp43 int* ip2 = i(iv); in test_i() local
66 int* ip2 = k(("foo")); in test_k() local
102 int* ip2 = n("foo"); in test_n() local
158 int* ip2 = multiparm(lv, sv, lv); in test_multiparm() local
Dcomplex-overload.cpp35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} in test_promote_or_convert() local
/external/autotest/client/cros/cellular/
Dbase_station_8960.py109 def SetBsIpV4(self, ip1, ip2): argument
112 'SYSTem:COMMunicate:LAN:SELF:ADDRess2:IP4 "%s"' % ip2,])
159 def SetUeIpV4(self, ip1, ip2=None): argument
164 if ip2:
165 stanza.append('CALL:MS:IP:ADDRess2 "%s"' % ip2)
Dbase_station_interface.py25 def SetBsIpV4(self, ip1, ip2): argument
60 def SetUeIpV4(self, ip1, ip2=None): argument
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp9-0x.cpp32 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/
Dextractelement-legalization-store-ordering.ll40 %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/
Dcomplete-objc-message-id.m45 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/
Dp1-11.cpp8 IP<ip> *ip2; member
23 IP<nullptr> ip2; variable
/external/clang/test/SemaObjCXX/Inputs/
Dnullability-pragmas-1.h76 int_ptr_2 ip2; in f30() local
77 …float *fp2 = ip2; // expected-error{{cannot initialize a variable of type 'float *' with an lvalue… in f30()
/external/llvm/test/Transforms/LoopRotate/
Dnosimplifylatch.ll12 %coerce.val.ip2 = inttoptr i64 %__last.coerce to i32*
17 %lnot.i = icmp eq i32* %coerce.val.ip9, %coerce.val.ip2
/external/iptables/extensions/
Dlibebt_ip.c90 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()
/external/clang/test/PCH/
Dchain-conversion-lookup.cpp22 int *ip2 = y.operator int*(); in main() local
Dnamespaces.cpp10 N1::t2 *ip2 = &int_val; variable
Dvariables.c33 int *ip2 = &x; variable
/external/python/cpython2/Lib/test/
Dtest_generators.py1013 ip1, ip2, ip3 = i+1, i+2, i+3
1020 for values[ip2] in g2():
1028 for values[ip2] in g2():
/external/clang/test/Analysis/
Dmalloc-sizeof.c15 int *ip2 = malloc(4 * sizeof(int)); in foo() local
/external/clang/test/Modules/
Dmacros2.c37 …LEFT_RIGHT_DIFFERENT *ip2 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF… in test() local
/external/clang/test/Sema/
Doverloadable-complex.c35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} in test_promote_or_convert() local
Dfunction-redecl.c88 int *ip2 = outer7(x); in outer_test2() local

12