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

1 2

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
quote.hpp 66 template< typename U1, typename U2, typename U3 > struct apply
69 F< U1,U2,U3 >
70 , aux::has_type< F< U1,U2,U3 > >::value
84 typename U1, typename U2, typename U3, typename U4
89 F< U1,U2,U3,U4 >
90 , aux::has_type< F< U1,U2,U3,U4 > >::value
108 typename U1, typename U2, typename U3, typename U4
114 F< U1,U2,U3,U4,U5 >
115 , aux::has_type< F< U1,U2,U3,U4,U5 > >::value
arg.hpp 21 typename U1 = na, typename U2 = na, typename U3 = na
39 typename U1 = na, typename U2 = na, typename U3 = na
57 typename U1 = na, typename U2 = na, typename U3 = na
75 typename U1 = na, typename U2 = na, typename U3 = na
80 typedef U3 type;
93 typename U1 = na, typename U2 = na, typename U3 = na
111 typename U1 = na, typename U2 = na, typename U3 = na
bind.hpp 18 typename T, typename U1, typename U2, typename U3, typename U4
46 int N, typename U1, typename U2, typename U3, typename U4, typename U5
48 struct resolve_bind_arg< arg<N>, U1, U2, U3, U4, U5 >
50 typedef typename apply_wrap5<mpl::arg<N>, U1, U2, U3, U4, U5>::type type;
55 , typename T5, typename U1, typename U2, typename U3, typename U4
58 struct resolve_bind_arg< bind< F,T1,T2,T3,T4,T5 >, U1, U2, U3, U4, U5 >
61 typedef typename apply_wrap5< f_,U1,U2,U3,U4,U5 >::type type;
72 typename U1 = na, typename U2 = na, typename U3 = na
81 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_;
94 typename F, typename U1, typename U2, typename U3, typename U
    [all...]
  /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 {
86 struct s4 : CopyCtor { // expected-note {{because no constructor can be used to copy an object of type 'const U3::s4'}}
88 struct s5 : CopyAssign { // expected-note {{because no assignment operator can be used to copy an object of type 'const U3::s5'}}
  /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/clang/test/Sema/
static-assert.c 41 typedef UNION(char, short) U3; // expected-error {{static_assert failed "type size mismatch"}}
  /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/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/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
541 | U3 op { if (insert_separator(1)) return -1; } names_push
  /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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 48 constexpr union U3 {} u3 = {}; variable in typeref:union:U3
  /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/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 167 U3 = []
185 U3.append(mul4(t, iG[2]))
281 U3[(tt >> 8) & 0xFF] ^ \
  /external/dropbear/libtommath/pre_gen/
mpi.c 2965 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 5435 milliseconds

1 2