HomeSort by relevance Sort by last modified time
    Searched refs:U2 (Results 51 - 75 of 154) sorted by null

1 23 4 5 6 7

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
DataExtractor.h 24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) {
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
DataExtractor.h 24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) {
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
DataExtractor.h 24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) {
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
  /external/compiler-rt/lib/asan/tests/
asan_test_utils.h 59 typedef uint16_t U2;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1Point.java 99 int[] U2, S2;
102 U2 = X2.x;
110 U2 = t2;
111 SecP192K1Field.multiply(S2, X2.x, U2);
137 SecP192K1Field.subtract(U1, U2, H);
SecP192R1Point.java 98 int[] U2, S2;
101 U2 = X2.x;
109 U2 = t2;
110 SecP192R1Field.multiply(S2, X2.x, U2);
136 SecP192R1Field.subtract(U1, U2, H);
SecP224K1Point.java 99 int[] U2, S2;
102 U2 = X2.x;
110 U2 = t2;
111 SecP224K1Field.multiply(S2, X2.x, U2);
137 SecP224K1Field.subtract(U1, U2, H);
SecP224R1Point.java 97 int[] U2, S2;
100 U2 = X2.x;
108 U2 = t2;
109 SecP224R1Field.multiply(S2, X2.x, U2);
135 SecP224R1Field.subtract(U1, U2, H);
SecP256K1Point.java 99 int[] U2, S2;
102 U2 = X2.x;
110 U2 = t2;
111 SecP256K1Field.multiply(S2, X2.x, U2);
137 SecP256K1Field.subtract(U1, U2, H);
SecP256R1Point.java 97 int[] U2, S2;
100 U2 = X2.x;
108 U2 = t2;
109 SecP256R1Field.multiply(S2, X2.x, U2);
135 SecP256R1Field.subtract(U1, U2, H);
SecP384R1Point.java 97 int[] U2, S2;
100 U2 = X2.x;
108 U2 = tt2;
109 SecP384R1Field.multiply(S2, X2.x, U2);
135 SecP384R1Field.subtract(U1, U2, H);
SecP521R1Point.java 95 int[] U2, S2;
98 U2 = X2.x;
106 U2 = t2;
107 SecP521R1Field.multiply(S2, X2.x, U2);
133 SecP521R1Field.subtract(U1, U2, H);
  /external/perfetto/src/protozero/test/example_proto/
test_messages.proto 98 optional bool U2 = 8;
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 83 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
88 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
b.go 52 U1, U2, u3, U4, U5 notExported
  /prebuilts/go/linux-x86/src/go/doc/testdata/
b.go 52 U1, U2, u3, U4, U5 notExported
  /external/clang/test/CXX/class/class.union/
p1.cpp 50 union U2 {
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_pair.i 40 template <class U1, class U2> pair(const pair<U1, U2> &p);
  /external/clang/test/SemaTemplate/
friend-template.cpp 125 template<class U1, class U2, class U3, class T>
126 friend A<U1, U2, U3>& inner::f0(A<U1, U2, U3>&, T);
  /external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c 257 union U2 { int a; long b; double c; struct S1 s1; };
259 __attribute__(( type_tag_for_datatype(mpi, union U2, layout_compatible) ));
263 union U1 *u1_buf, union U2 *u2_buf)
271 MPI_Send(u2_buf, 1, my_u1_compat_datatype); // expected-warning {{argument type 'union U2 *' doesn't match specified 'mpi' type tag}}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringExtras.h 97 unsigned U2 = hexDigitValue(LSB);
98 assert(U1 != -1U && U2 != -1U);
100 return static_cast<uint8_t>((U1 << 4) | U2);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringExtras.h 97 unsigned U2 = hexDigitValue(LSB);
98 assert(U1 != -1U && U2 != -1U);
100 return static_cast<uint8_t>((U1 << 4) | U2);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 114 unsigned U2 = hexDigitValue(LSB);
115 assert(U1 != -1U && U2 != -1U);
117 return static_cast<uint8_t>((U1 << 4) | U2);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 114 unsigned U2 = hexDigitValue(LSB);
115 assert(U1 != -1U && U2 != -1U);
117 return static_cast<uint8_t>((U1 << 4) | U2);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 114 unsigned U2 = hexDigitValue(LSB);
115 assert(U1 != -1U && U2 != -1U);
117 return static_cast<uint8_t>((U1 << 4) | U2);

Completed in 698 milliseconds

1 23 4 5 6 7