HomeSort by relevance Sort by last modified time
    Searched refs:U3 (Results 1 - 19 of 19) sorted by null

  /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
150 #define U3 pSrcAbove[3]
168 pDst[y*dstStep+3] = U3;
189 pTmp[1] = (OMX_U8)((U1 + 2*U2 + U3 + 2)>>2);
192 pTmp[2] = (OMX_U8)((U2 + 2*U3 + U4 + 2)>>2);
193 pTmp[3] = (OMX_U8)((U3 + 2*U4 + U5 + 2)>>2);
200 pTmp[2] = (OMX_U8)((U2 + 3*U3 + 2)>>2);
201 pTmp[3] = U3;
202 pTmp[4] = U3;
203 pTmp[5] = U3;
    [all...]
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 33 union U3 {
35 U3() : k(0) {} // expected-error {{does not name a non-static data member}}
p1.cpp 77 union U3 {
78 struct s1 : Virtual { // expected-note {{because type 'U3::s1' has a base class with a non-trivial copy constructor}}
80 struct s2 : VirtualBase { // expected-note {{because type 'U3::s2' has a base class with a non-trivial copy constructor}}
82 struct s3 : Ctor { // expected-note {{because type 'U3::s3' has a base class with a non-trivial constructor}}
84 struct s3a : Ctor2 { // expected-note {{because type 'U3::s3a' has a base class with a non-trivial constructor}}
86 struct s4 : CopyCtor { // expected-note {{because type 'U3::s4' has a base class with a non-trivial copy constructor}}
88 struct s5 : CopyAssign { // expected-note {{because type 'U3::s5' has a base class with a non-trivial copy assignment operator}}
90 struct s6 : Dtor { // expected-note {{because type 'U3::s6' has a base class with a non-trivial destructor}}
  /external/clang/utils/VtableTest/
check-zti 13 diff -U3 test-gcc-zti test-clang-zti
check-ztt 13 diff -U3 test-gcc-ztt test-clang-ztt
check-zvt 11 diff -U3 test-gcc-ztv test-clang-ztv
  /external/dropbear/libtommath/
bn_mp_exteuclid.c 19 a*u1 + b*u2 = u3
21 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3)
23 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
26 if ((err = mp_init_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY) {
30 /* initialize, (u1,u2,u3) = (1,0,a) */
32 if ((err = mp_copy(a, &u3)) != MP_OKAY) { goto _ERR; }
40 /* q = u3/v3 */
41 if ((err = mp_div(&u3, &v3, &q, NULL)) != MP_OKAY) { goto _ERR; }
43 /* (t1,t2,t3) = (u1,u2,u3) - (v1,v2,v3)q */
49 if ((err = mp_sub(&u3, &tmp, &t3)) != MP_OKAY) { goto _ERR;
    [all...]
tommath.h 374 /* produces value such that U1*a + U2*b = U3 */
375 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3);
bn.tex     [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];
180 U3[i] = tmp.value;
235 printf("uint32_t U3 = {");
239 printf("0x%x, ", U3[i]);
277 printf("uint32_t U3 = {");
281 printf("0x%lx, ", U3[i]);
  /external/checkpolicy/
policy_scan.l 208 u3 |
209 U3 { return(U3); }
policy_parse.y 133 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2
506 | U3 op { if (insert_separator(1)) return -1; } names_push
  /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/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 47 constexpr union U3 {} u3 = {}; variable in typeref:union:U3
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 112 ^ *((const word32*)U3[w[2]])
119 ^ *((const word32*)U3[w[2]])
126 ^ *((const word32*)U3[w[2]])
133 ^ *((const word32*)U3[w[2]])
449 ^ *((const word32*)U3[a[0][2]])
455 ^ *((const word32*)U3[a[1][2]])
461 ^ *((const word32*)U3[a[2][2]])
467 ^ *((const word32*)U3[a[3][2]])
boxes-fst.dat     [all...]
  /external/srtp/crypto/cipher/
aes.c 533 static uint32_t U3[256] = {
    [all...]
  /external/openfst/src/test/
algo_test.h 130 VectorFst<Arc> U3(T2);
131 Union(&U3, T3);
133 Union(&U4, U3);
143 UnionFst<Arc> U3(T2, T3);
144 UnionFst<Arc> U4(T1, U3);
155 UnionFst<Arc> U3(T2, T3);
156 UnionFst<Arc> U4(T1, U3);
986 UnionFst<Arc> U3(S2, S3);
987 ArcSortFst< Arc, ILabelCompare<Arc> > S4(U3, comp);
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 2965 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
    [all...]

Completed in 349 milliseconds