HomeSort by relevance Sort by last modified time
    Searched defs:U2 (Results 1 - 25 of 26) sorted by null

1 2

  /external/compiler-rt/lib/asan/tests/
asan_test_utils.h 59 typedef uint16_t U2;
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 22 union U2 {
27 template<typename T> constexpr int U2<T>::k1 = sizeof(U2<T>);
28 template<typename T> double U2<T>::k2 = 5.3;
30 static_assert(U2<int>::k1 == sizeof(int), "");
31 static_assert(U2<char>::k1 == sizeof(char), "");
p1.cpp 50 union U2 {
  /external/chromium_org/third_party/opus/src/src/
mlp_train.h 64 float U1, U2, S, x;
67 U2 = ((float)rand())/RAND_MAX;
69 U2 = 2*U2-1;
70 S = U1*U1 + U2*U2;
  /external/clang/test/SemaCXX/
inherit.cpp 23 union U2 {};
25 class G : public U2 { }; // expected-error{{unions cannot be base classes}}
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4.c 154 * UL U0 U1 U2 U3 U4 U5 U6 U7
164 #define U2 pSrcAbove[2]
182 pDst[y*dstStep+2] = U2;
203 pTmp[0] = (OMX_U8)((U0 + 2*U1 + U2 + 2)>>2);
204 pTmp[1] = (OMX_U8)((U1 + 2*U2 + U3 + 2)>>2);
207 pTmp[2] = (OMX_U8)((U2 + 2*U3 + U4 + 2)>>2);
215 pTmp[2] = (OMX_U8)((U2 + 3*U3 + 2)>>2);
237 pTmp[5] = (OMX_U8)((U2 + 2*U1 + U0 + 2)>>2);
238 pTmp[6] = (OMX_U8)((U3 + 2*U2 + U1 + 2)>>2);
259 pTmp[6] = (OMX_U8)((U0 + 2*U1 + U2 + 2)>>2)
    [all...]
  /external/valgrind/main/memcheck/tests/
sh-mem.c 13 typedef unsigned short U2;
107 assert(2 == sizeof(U2));
211 DO(2, U2, U2, /*isF4*/0);
sh-mem-random.c 14 typedef unsigned short U2;
139 case 1: { // U2
142 *(U2*)(arr+dst) = *(U2*)(arr+src);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes.c 52 * the tables U0, U1, U2, and U4 to compute its inverse
466 static uint32_t U2[256] = {
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/tables/
aes_tables.c 135 * the tables U0, U1, U2, U3 implement the aes operations invSubBytes,
139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256];
174 U2[i] = tmp.value;
225 printf("uint32_t U2 = {");
229 printf("0x%x, ", U2[i]);
267 printf("uint32_t U2 = {");
271 printf("0x%lx, ", U2[i]);
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 158 U2 = []
176 U2.append(mul4(t, iG[1]))
272 U2[(tt >> 16) & 0xFF] ^ \
  /external/srtp/crypto/cipher/
aes.c 52 * the tables U0, U1, U2, and U4 to compute its inverse
466 static uint32_t U2[256] = {
    [all...]
  /external/srtp/tables/
aes_tables.c 135 * the tables U0, U1, U2, U3 implement the aes operations invSubBytes,
139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256];
174 U2[i] = tmp.value;
227 printf("uint32_t U2 = {");
231 printf("0x%x, ", U2[i]);
269 printf("uint32_t U2 = {");
273 printf("0x%lx, ", U2[i]);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 44 union U2 {} constexpr; // expected-error {{union cannot be marked constexpr}}
  /external/clang/test/CodeGen/
xcore-stringtype.c 134 // CHECK: !"f{0}(u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}})"}
135 // CHECK: !29 = metadata !{void (%union.U2*)* @unionType2, metadata
136 // CHECK: !"f{0}(u(U2){m(pu3){p(u(U3){m(u1){u(U1){m(pu2){p(u(U2){})}}}})}})"}
138 // CHECK: !"f{0}(u(U3){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){})}})}}}})"}
140 // CHECK: !"f{0}(u(U4){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}}}})"}
146 union U2;
147 union U1{union U2 *pu2;};
149 union U2{union U3 *pu3;};
153 void unionType2(union U2 u2) {
    [all...]
  /external/valgrind/main/memcheck/tests/common/
sh-mem-vec128.tmpl.c 23 typedef unsigned short U2;
  /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}}
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLocation.java 263 double U2 = Math.atan((1.0 - f) * Math.tan(lat2));
266 double cosU2 = Math.cos(U2);
268 double sinU2 = Math.sin(U2);
  /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,
  /frameworks/base/location/java/android/location/
Location.java 308 double U2 = Math.atan((1.0 - f) * Math.tan(lat2));
311 double cosU2 = Math.cos(U2);
313 double sinU2 = Math.sin(U2);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 576 ECFieldElement u2 = Z2IsOne ? Y1 : Y1.multiply(Z2); local
577 ECFieldElement u = u1.subtract(u2);
603 ECFieldElement Y3 = vSquaredV2.subtract(A).multiply(u).subtract(vCubed.multiply(u2));
652 ECFieldElement Z1Squared, U2, S2;
655 Z1Squared = Z1; U2 = X2; S2 = Y2;
660 U2 = Z1Squared.multiply(X2);
679 ECFieldElement H = U1.subtract(U2);
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 75 typedef unsigned short U2; // NOLINT
210 EXPECT_POISONED(*GetPoisoned<U2>());
211 EXPECT_POISONED(*GetPoisoned<U2>());
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 946 milliseconds

1 2