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

1 2 3

  /external/clang/test/SemaCXX/
PR10243.cpp 15 struct T2 {
17 T2& operator=(T2&) = default;
access-base-class.cpp 13 namespace T2 {
19 A *a = b; // expected-error {{cannot cast 'T2::B' to its private base class 'T2::A'}}
trivial-constructor.cpp 6 struct T2 {
7 T2();
9 static_assert(!__has_trivial_constructor(T2), "T2 has a user-declared constructor!");
27 static T2 t2; member in struct:T6
36 struct T8 : T2 {
38 static_assert(!__has_trivial_constructor(T8), "The base class T2 does not have a trivial constructor!");
trivial-destructor.cpp 6 struct T2 {
7 ~T2();
9 static_assert(!__has_trivial_destructor(T2), "T2 has a user-declared destructor!");
27 static T2 t2; member in struct:T6
32 T2 t2; member in struct:T7
34 static_assert(!__has_trivial_destructor(T7), "t2 does not have a trivial destructor!");
36 struct T8 : T2 {
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/argsreturns/pargsreturn/jm/
T2.java 19 public class T2 {
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p6.cpp 61 template<typename T> struct T2 : virtual T { // expected-note {{struct with virtual base class is not a literal type}} expected-note {{here}}
64 constexpr T2(); // desired-error {{constexpr constructor not allowed in class with virtual base classes}}
66 constexpr T2<Literal> g2(); // expected-error {{not a literal type}}
  /external/dropbear/libtomcrypt/src/ciphers/
khazad.c 174 static const ulong64 T2[256] = {
    [all...]
kseed.c 189 T2 = G((R1 ^ K1) ^ (R2 ^ K2)); \
190 T = G( G(T2 + (R1 ^ K1)) + T2); \
192 L1 ^= (T + G(T2 + (R1 ^ K1))); \
243 ulong32 T, T2;
anubis.c 187 static const ulong32 T2[256] = {
605 static const ulong32 T2[256] = {
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 114 T2 RN 12
143 M_BD_INIT1 T1, T2, T2
145 M_BD_INIT2 T1, T2, T2
148 M_BD_VLD DCValueSize,T1,T2,pDCLumaChromaIndex,4,2 ;// VLC Decode using optimized Luminance and Chrominance VLC Table
162 M_BD_VREAD16 DCVal,DCValueSize,T1,T2 ;// Get DC Value From Bit stream
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 91 T2 RN 12
121 M_BD_INIT1 T1, T2, T2
123 M_BD_INIT2 T1, T2, T2
217 M_BD_VLD packRetIndex,T1,T2,pVlcTableL0L1,4,2
omxVCM4P2_DecodePadMV_PVOP_s.s 122 T2 RN 12
167 M_BD_INIT1 T1, T2, T2
169 M_BD_INIT2 T1, T2, T2
211 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// variable lenght decoding using the macro
224 M_BD_VREAD8 mvHorResidual,temp,T1,T2 ;// get mvHorResidual from bitstream if fcodeForward>1 and mvHorData!=0
241 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// VLC decoding using the macro
254 M_BD_VREAD8 mvVerResidual,temp,T1,T2 ;// Get mvVerResidual from bit stream if fcodeForward>1 and mnVerData!=0
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 114 T2 RN 12
143 M_BD_INIT1 T1, T2, T2
145 M_BD_INIT2 T1, T2, T2
148 M_BD_VLD DCValueSize,T1,T2,pDCLumaChromaIndex,4,2 ;// VLC Decode using optimized Luminance and Chrominance VLC Table
162 M_BD_VREAD16 DCVal,DCValueSize,T1,T2 ;// Get DC Value From Bit stream
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 91 T2 RN 12
121 M_BD_INIT1 T1, T2, T2
123 M_BD_INIT2 T1, T2, T2
217 M_BD_VLD packRetIndex,T1,T2,pVlcTableL0L1,4,2
  /frameworks/compile/slang/
slang_rs_export_func.cpp 152 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index);
155 if (T1 == T2)
167 size_t T2Size = getRSContext()->getTargetData()->getTypeAllocSize(T2);
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h 89 template <typename T1, typename T2>
92 ValueArray2(T1 v1, T2 v2) : v1_(v1), v2_(v2) {}
105 const T2 v2_;
108 template <typename T1, typename T2, typename T3>
111 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {}
124 const T2 v2_;
128 template <typename T1, typename T2, typename T3, typename T4>
131 ValueArray4(T1 v1, T2 v2, T3 v3, T4 v4) : v1_(v1), v2_(v2), v3_(v3),
145 const T2 v2_;
150 template <typename T1, typename T2, typename T3, typename T4, typename T5
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h 69 template <typename T1, typename T2>
72 ValueArray2(T1 v1, T2 v2) : v1_(v1), v2_(v2) {}
82 const T2 v2_;
85 template <typename T1, typename T2, typename T3>
88 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {}
98 const T2 v2_;
102 template <typename T1, typename T2, typename T3, typename T4>
105 ValueArray4(T1 v1, T2 v2, T3 v3, T4 v4) : v1_(v1), v2_(v2), v3_(v3),
116 const T2 v2_;
121 template <typename T1, typename T2, typename T3, typename T4, typename T5
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h 91 template <typename T1, typename T2>
94 ValueArray2(T1 v1, T2 v2) : v1_(v1), v2_(v2) {}
107 const T2 v2_;
110 template <typename T1, typename T2, typename T3>
113 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {}
126 const T2 v2_;
130 template <typename T1, typename T2, typename T3, typename T4>
133 ValueArray4(T1 v1, T2 v2, T3 v3, T4 v4) : v1_(v1), v2_(v2), v3_(v3),
147 const T2 v2_;
152 template <typename T1, typename T2, typename T3, typename T4, typename T5
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h 72 template <typename T1, typename T2>
75 ValueArray2(T1 v1, T2 v2) : v1_(v1), v2_(v2) {}
88 const T2 v2_;
91 template <typename T1, typename T2, typename T3>
94 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {}
107 const T2 v2_;
111 template <typename T1, typename T2, typename T3, typename T4>
114 ValueArray4(T1 v1, T2 v2, T3 v3, T4 v4) : v1_(v1), v2_(v2), v3_(v3),
128 const T2 v2_;
133 template <typename T1, typename T2, typename T3, typename T4, typename T5
    [all...]
  /external/clang/test/CodeGenCXX/
new.cpp 15 void t2(int* a) { function
44 struct T2 {
46 T2(int, int);
51 T2 *t2 = new T2(10, 10); local
206 // CHECK-NEXT: [[T2:%.*]] = select i1 [[T1]], i64 -1, i64 [[T0]]
  /external/clang/test/PCH/
chain-cxx.cpp 116 typedef S<double *>::H T2;
  /external/srtp/crypto/cipher/
aes.c 51 * we use the tables T0, T1, T2, T3, and T4 to compute AES, and
198 static uint32_t T2[256] = {
    [all...]
  /external/srtp/tables/
aes_tables.c 54 uint32_t T0[256], T1[256], T2[256], T3[256], T4[256];
122 T2[i] = tmp.value;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 54 T2 RN 9
71 T2 RN 9
87 T2 RN 9
116 M_BD_INIT1 T1, T2, lr
119 M_BD_INIT2 T1, T2, lr
122 M_BD_VLD Symbol, T1, T2, pVLDTable, 4, 2
166 M_BD_CLZ16 Symbol, T1, T2 ;// Symbol=LevelPrefix
182 M_BD_VREAD16 LevelSuffix, lr, T1, T2 ;// Read Level Suffix
196 LDR T2, =armVCM4P10_SuffixToLevel
197 LDRSB T1, [T2, SuffixLength] ;// Find increment level
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 54 T2 RN 9
71 T2 RN 9
87 T2 RN 9
116 M_BD_INIT1 T1, T2, lr
119 M_BD_INIT2 T1, T2, lr
122 M_BD_VLD Symbol, T1, T2, pVLDTable, 4, 2
166 M_BD_CLZ16 Symbol, T1, T2 ;// Symbol=LevelPrefix
182 M_BD_VREAD16 LevelSuffix, lr, T1, T2 ;// Read Level Suffix
196 LDR T2, =armVCM4P10_SuffixToLevel
197 LDRSB T1, [T2, SuffixLength] ;// Find increment level
    [all...]

Completed in 346 milliseconds

1 2 3