HomeSort by relevance Sort by last modified time
    Searched refs:ip2 (Results 1 - 25 of 38) sorted by null

1 2

  /external/clang/test/PCH/
chain-conversion-lookup.cpp 22 int *ip2 = y.operator int*(); local
namespaces.cpp 10 N1::t2 *ip2 = &int_val; variable
variables.c 33 int *ip2 = &x; variable
  /art/runtime/interpreter/mterp/arm64/
header.S 79 x17 ip2 scratch reg (used by macros)
106 #define ip2 x17 define
264 add ip2, xFP, \vreg, lsl #2
265 ldr \reg, [ip2]
268 add ip2, xFP, \vreg, lsl #2
269 str \reg, [ip2]
270 add ip2, xREFS, \vreg, lsl #2
271 str xzr, [ip2]
  /external/autotest/client/cros/cellular/
base_station_interface.py 25 def SetBsIpV4(self, ip1, ip2):
60 def SetUeIpV4(self, ip1, ip2=None):
65 ip2: Secondary IP address. Not set if not supplied.
base_station_8960.py 109 def SetBsIpV4(self, ip1, ip2):
112 'SYSTem:COMMunicate:LAN:SELF:ADDRess2:IP4 "%s"' % ip2,])
159 def SetUeIpV4(self, ip1, ip2=None):
164 if ip2:
165 stanza.append('CALL:MS:IP:ADDRess2 "%s"' % ip2)
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 8 IP<ip> *ip2; member in struct:IP
23 IP<nullptr> ip2; variable
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p9-0x.cpp 32 int *ip2 = first_arg<int *, float*>(0, 0); local
41 int *ip2 = first_arg<int *, float*>(0, 0, 0, 0); local
  /external/valgrind/perf/
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/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p1-0x.cpp 37 int *ip2 = first_arg(ip, fp); local
50 int *ip2 = first_arg_ref(ip, fp); local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); local
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/
ipaddr_test.py 532 ip2 = ipaddr.IPv4Address('1.1.1.1')
538 collapsed = ipaddr.collapse_address_list([ip1, ip2, ip3, ip4, ip5, ip6])
544 ip2 = ipaddr.IPv4Address('1.1.1.1')
550 collapsed = ipaddr.collapse_address_list([ip5, ip1, ip2, ip3, ip4, ip6])
555 ip2 = ipaddr.IPv4Network('1.1.1.0/24')
562 collapsed = ipaddr.collapse_address_list([ip1, ip2, ip3, ip4, ip5, ip6])
567 collapsed = ipaddr.collapse_address_list([ip1, ip2])
580 ip2 = ipaddr.IPv6Network('::2002:1/120')
583 collapsed = ipaddr.collapse_address_list([ip1, ip2, ip3])
588 ip2 = ipaddr.IPAddress('::1'
    [all...]
  /external/clang/test/SemaObjCXX/Inputs/
nullability-pragmas-1.h 76 int_ptr_2 ip2; local
77 float *fp2 = ip2; // expected-error{{cannot initialize a variable of type 'float *' with an lvalue of type 'int_ptr_2' (aka 'int *')}}
  /packages/apps/Messaging/src/com/android/messaging/util/
CubicBezierInterpolator.java 60 float ip2 = linearInterpolate(p2, 1, t); local
64 ip1 = linearInterpolate(ip1, ip2, t);
  /external/clang/test/Analysis/
malloc-sizeof.c 15 int *ip2 = malloc(4 * sizeof(int)); local
  /external/clang/test/Modules/
macros2.c 37 LEFT_RIGHT_DIFFERENT *ip2 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFFERENT'}} local
  /external/clang/test/Sema/
function-redecl.c 88 int *ip2 = outer7(x); local
overloadable-complex.c 35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} local
  /external/clang/test/SemaCXX/
complex-overload.cpp 35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} local
address-space-conversion.cpp 25 void test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2,
32 (void)const_cast<int_ptr>(ip2); // expected-error{{is not allowed}}
34 (void)const_cast<int_ptr_1>(ip2); // expected-error{{is not allowed}}
overload-call.cpp 43 int* ip2 = i(iv); local
66 int* ip2 = k(("foo")); local
102 int* ip2 = n("foo"); local
158 int* ip2 = multiparm(lv, sv, lv); local
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
PKIXNameConstraintValidator.java 648 byte ip2[] = temp[2];
651 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2);
702 byte ip2[] = new byte[ipLength];
704 System.arraycopy(ipWithSubmask2, 0, ip2, 0, ipLength);
707 {ip1, subnetmask1, ip2, subnetmask2};
717 * @param ip2 The second IP address.
726 byte[] ip2,
741 min2[i] = (byte)(ip2[i] & subnetmask2[i]);
742 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 379 byte ip2[] = temp[2];
382 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2);
433 byte ip2[] = new byte[ipLength];
435 System.arraycopy(ipWithSubmask2, 0, ip2, 0, ipLength);
438 {ip1, subnetmask1, ip2, subnetmask2};
448 * @param ip2 The second IP address.
457 byte[] ip2,
472 min2[i] = (byte)(ip2[i] & subnetmask2[i]);
473 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]);
    [all...]
  /external/clang/test/SemaTemplate/
address-spaces.cpp 57 void test_accept_any_pointer(int_1_ptr ip1, int_2_ptr ip2) {
member-template-access-expr.cpp 65 float *ip2 = x1.f1(3.14); local
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_generators.py 1013 ip1, ip2, ip3 = i+1, i+2, i+3
1020 for values[ip2] in g2():
1028 for values[ip2] in g2():
    [all...]

Completed in 1119 milliseconds

1 2