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

1 2

  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_final.pass.cpp 19 union U1 { };
46 test_is_not_final<U1>();
47 test_is_not_final<U1*>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_final.pass.cpp 19 union U1 { };
46 test_is_not_final<U1>();
47 test_is_not_final<U1*>();
  /external/clang/test/Sema/
static-assert.c 39 typedef UNION(unsigned, struct A) U1;
warn-type-safety-mpi-hdf5.c 252 union U1 { int a; long b; double c; double d; struct S1 s1; };
263 union U1 *u1_buf, union U2 *u2_buf)
270 MPI_Send(u1_buf, 1, my_u2_datatype); // expected-warning {{argument type 'union U1 *' doesn't match specified 'mpi' type tag}}
warn-documentation.cpp 1049 @union U1
1051 union U1 {int i; };
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test_utils.h 58 typedef uint8_t U1;
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 5 union U1 {
14 constexpr int U1::k1;
15 constexpr int U1::k2;
16 int U1::k3;
18 const double U1::k4;
19 const double U1::k5;
p1.cpp 38 union U1 {
  /external/chromium_org/third_party/opus/src/src/
mlp_train.h 64 float U1, U2, S, x;
66 U1 = ((float)rand())/RAND_MAX;
68 U1 = 2*U1-1;
70 S = U1*U1 + U2*U2;
72 x = sd*sqrt(-2 * log(S) / S) * U1;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4.c 139 * UL U0 U1 U2 U3 U4 U5 U6 U7
148 #define U1 pSrcAbove[1]
166 pDst[y*dstStep+1] = U1;
188 pTmp[0] = (OMX_U8)((U0 + 2*U1 + U2 + 2)>>2);
189 pTmp[1] = (OMX_U8)((U1 + 2*U2 + U3 + 2)>>2);
221 pTmp[4] = (OMX_U8)((U1 + 2*U0 + UL + 2)>>2);
222 pTmp[5] = (OMX_U8)((U2 + 2*U1 + U0 + 2)>>2);
223 pTmp[6] = (OMX_U8)((U3 + 2*U2 + U1 + 2)>>2);
242 pTmp[4] = (OMX_U8)((UL + 2*U0 + U1 + 2)>>2);
243 pTmp[5] = (OMX_U8)((U0 + U1 + 1)>>1)
    [all...]
  /external/valgrind/main/memcheck/tests/
sh-mem.c 12 typedef unsigned char U1;
38 U8 build(int size, U1 byte)
68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt,
71 U1 sh[SZB_OF_a]; // Used for getting a[]'s V bits
89 U1 *undefA, expected_byte, expected_byte_alt;
102 assert( ((U1*)(&a[0])) < ((U1*)(32ULL * 1024*1024*1024)/*32G*/) );
106 assert(1 == sizeof(U1));
145 Ty* aNb = (Ty*)(((U1*)aN) + h); /* set offset from a[] */
    [all...]
sh-mem-random.c 13 typedef unsigned char U1;
37 U8 build(int size, U1 byte)
63 U1 make_defined ( U1 x )
65 volatile U1 xx = x;
70 void check(U1* arr, int n, char* who)
73 U1* shadow = malloc(n);
74 U1 arr_i;
100 static inline U1 randomU1 ( void )
109 void do_test_at ( U1* arr
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes.c 52 * the tables U0, U1, U2, and U4 to compute its inverse
399 static uint32_t U1[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];
168 U1[i] = tmp.value;
217 printf("uint32_t U1 = {");
221 printf("0x%x, ", U1[i]);
259 printf("uint32_t U1 = {");
263 printf("0x%lx, ", U1[i]);
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 157 U1 = []
175 U1.append(mul4(t, iG[0]))
271 Kd[r][j] = U1[(tt >> 24) & 0xFF] ^ \
  /external/srtp/crypto/cipher/
aes.c 52 * the tables U0, U1, U2, and U4 to compute its inverse
399 static uint32_t U1[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];
168 U1[i] = tmp.value;
219 printf("uint32_t U1 = {");
223 printf("0x%x, ", U1[i]);
261 printf("uint32_t U1 = {");
265 printf("0x%lx, ", U1[i]);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 37 constexpr union U1 {}; // expected-error {{union cannot be marked constexpr}}
  /external/clang/test/CodeGen/
xcore-stringtype.c 133 // CHECK: !28 = metadata !{void (%union.U1*)* @unionType1, metadata
134 // CHECK: !"f{0}(u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}})"}
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){}}})}})}}}})"
150 union U3{union U1 u1;}; member in union:U3
151 union U4{union U1 u1;}; member in union:U4
    [all...]
  /external/valgrind/main/memcheck/tests/common/
sh-mem-vec128.tmpl.c 22 typedef unsigned char U1;
37 volatile U1* p = (U1*)&w32;
57 static inline U1 randomU1 ( void )
66 static inline U1 self_shadow ( U1 x )
68 U1 res = 0xFF;
74 static inline U1 get_shadow ( U1 x )
76 U1 res = 0
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLocation.java 262 double U1 = Math.atan((1.0 - f) * Math.tan(lat1));
265 double cosU1 = Math.cos(U1);
267 double sinU1 = Math.sin(U1);
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 82 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
87 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /frameworks/base/location/java/android/location/
Location.java 307 double U1 = Math.atan((1.0 - f) * Math.tan(lat1));
310 double cosU1 = Math.cos(U1);
312 double sinU1 = Math.sin(U1);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 575 ECFieldElement u1 = Z1IsOne ? Y2 : Y2.multiply(Z1); local
577 ECFieldElement u = u1.subtract(u2);
666 ECFieldElement Z2Squared, U1, S1;
669 Z2Squared = Z2; U1 = X1; S1 = Y1;
674 U1 = Z2Squared.multiply(X1);
679 ECFieldElement H = U1.subtract(U2);
697 ECFieldElement V = HSquared.multiply(U1);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 274 Instruction *U1 = cast<Instruction>(*IncrUse++);
281 FCmpInst *Compare = dyn_cast<FCmpInst>(U1);
    [all...]

Completed in 615 milliseconds

1 2