HomeSort by relevance Sort by last modified time
    Searched refs:T1 (Results 126 - 150 of 538) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 104 T1 RN 11
135 M_BD_INIT1 T1, T2, T2
137 M_BD_INIT2 T1, T2, T2
160 M_BD_VSKIP8 #7,T1
166 M_BD_READ8 Last,1,T1
167 M_BD_READ8 storeRun,6,T1
168 M_BD_READ8 storeLevel,8,T1
208 M_BD_READ8 temp1,1,T1
212 M_BD_READ8 temp1,1,T1
231 M_BD_VLD packRetIndex,T1,T2,pVlcTableL0L1,4,
    [all...]
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 127 T1 RN 11
157 M_BD_INIT1 T1, T2, T2
159 M_BD_INIT2 T1, T2, T2
162 M_BD_VLD DCValueSize,T1,T2,pDCLumaChromaIndex,4,2 ;// VLC Decode using optimized Luminance and Chrominance VLC Table
176 M_BD_VREAD16 DCVal,DCValueSize,T1,T2 ;// Get DC Value From Bit stream
192 M_BD_READ8 temp1,1,T1
  /external/webrtc/talk/app/webrtc/
proxy.h 68 template<typename C, typename M, typename T1>
69 void Invoke(C* c, M m, T1 a1) { r_ = (c->*m)(a1); }
70 template<typename C, typename M, typename T1, typename T2>
71 void Invoke(C* c, M m, T1 a1, T2 a2) { r_ = (c->*m)(a1, a2); }
72 template<typename C, typename M, typename T1, typename T2, typename T3>
73 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { r_ = (c->*m)(a1, a2, a3); }
74 template<typename C, typename M, typename T1, typename T2, typename T3,
76 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3, T4 a4) {
79 template<typename C, typename M, typename T1, typename T2, typename T3,
81 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/preprocessed/plain/
list20.hpp 15 typename T0, typename T1, typename T2, typename T3, typename T4
23 , list10< T1,T2,T3,T4,T5,T6,T7,T8,T9,T10 >
30 typename T0, typename T1, typename T2, typename T3, typename T4
38 , list11< T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11 >
45 typename T0, typename T1, typename T2, typename T3, typename T4
53 , list12< T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12 >
60 typename T0, typename T1, typename T2, typename T3, typename T4
68 , list13< T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13 >
75 typename T0, typename T1, typename T2, typename T3, typename T4
83 , list14< T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/preprocessed/typeof_based/
vector20.hpp 15 typename T0, typename T1, typename T2, typename T3, typename T4
22 , vector10< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9 >
29 typename T0, typename T1, typename T2, typename T3, typename T4
36 , vector11< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10 >
43 typename T0, typename T1, typename T2, typename T3, typename T4
50 , vector12< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11 >
57 typename T0, typename T1, typename T2, typename T3, typename T4
64 , vector13< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12 >
71 typename T0, typename T1, typename T2, typename T3, typename T4
78 , vector14< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13
    [all...]
  /external/opencv3/modules/core/src/
precomp.hpp 114 template<typename T1, typename T2=T1, typename T3=T1> struct OpAdd
116 typedef T1 type1;
119 T3 operator ()(const T1 a, const T2 b) const { return saturate_cast<T3>(a + b); }
122 template<typename T1, typename T2=T1, typename T3=T1> struct OpSub
124 typedef T1 type1;
127 T3 operator ()(const T1 a, const T2 b) const { return saturate_cast<T3>(a - b);
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
reduce.hpp 130 template <typename T0, typename T1>
132 thrust::tuple<volatile T0*, volatile T1*>
133 smem_tuple(T0* t0, T1* t1)
135 return thrust::make_tuple((volatile T0*) t0, (volatile T1*) t1);
138 template <typename T0, typename T1, typename T2>
140 thrust::tuple<volatile T0*, volatile T1*, volatile T2*>
141 smem_tuple(T0* t0, T1* t1, T2* t2
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/warp/
reduce.hpp 135 template <typename T0, typename T1>
137 tuple<volatile T0*, volatile T1*>
138 smem_tuple(T0* t0, T1* t1)
140 return make_tuple((volatile T0*) t0, (volatile T1*) t1);
143 template <typename T0, typename T1, typename T2>
145 tuple<volatile T0*, volatile T1*, volatile T2*>
146 smem_tuple(T0* t0, T1* t1, T2* t2
    [all...]
  /external/boringssl/src/crypto/modes/asm/
aesni-gcm-x86_64.pl 58 ($Ii,$T1,$T2,$Hkey,
75 vpaddb $T2,$T1,$inout1
80 vpxor $rndkey,$T1,$inout0
89 vpaddb $T2,$inout5,$T1 # next counter value
94 vmovdqu $T1,($ivp) # save next counter value
105 vpclmulqdq \$0x00,$Hkey,$Z3,$T1
118 vpxor $Z1,$T1,$Z0
121 vpclmulqdq \$0x10,$Hkey,$Ii,$T1
142 vpxor $T1,$Z2,$Z2
143 vpclmulqdq \$0x00,$Z1,$Ii,$T1
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 127 T1 RN 11
157 M_BD_INIT1 T1, T2, T2
159 M_BD_INIT2 T1, T2, T2
162 M_BD_VLD DCValueSize,T1,T2,pDCLumaChromaIndex,4,2 ;// VLC Decode using optimized Luminance and Chrominance VLC Table
176 M_BD_VREAD16 DCVal,DCValueSize,T1,T2 ;// Get DC Value From Bit stream
192 M_BD_READ8 temp1,1,T1
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
bind.hpp 54 typename F, typename T1, typename T2, typename T3, typename T4
58 struct resolve_bind_arg< bind< F,T1,T2,T3,T4,T5 >, U1, U2, U3, U4, U5 >
60 typedef bind< F,T1,T2,T3,T4,T5 > f_;
119 typename F, typename T1
135 typedef aux::replace_unnamed_arg< T1,n1 > r1;
138 typedef aux::resolve_bind_arg< a1,U1,U2,U3,U4,U5 > t1; typedef in struct:boost::mpl::bind1::apply
143 , typename t1::type
152 typename F, typename T1, typename U1, typename U2, typename U3
156 bind1< F,T1 >, U1, U2, U3, U4, U5
159 typedef bind1< F,T1 > f_
196 typedef aux::resolve_bind_arg< a1,U1,U2,U3,U4,U5 > t1; typedef in struct:boost::mpl::bind2::apply
259 typedef aux::resolve_bind_arg< a1,U1,U2,U3,U4,U5 > t1; typedef in struct:boost::mpl::bind3::apply
327 typedef aux::resolve_bind_arg< a1,U1,U2,U3,U4,U5 > t1; typedef in struct:boost::mpl::bind4::apply
402 typedef aux::resolve_bind_arg< a1,U1,U2,U3,U4,U5 > t1; typedef in struct:boost::mpl::bind5::apply
490 typedef aux::resolve_bind_arg< a1,U1,U2,U3,U4,U5 > t1; typedef in struct:boost::mpl::bind3::apply
538 typedef aux::resolve_bind_arg< a1,U1,U2,U3,U4,U5 > t1; typedef in struct:boost::mpl::bind3::apply
    [all...]
full_lambda.hpp 114 , typename T1
118 F<T1>
123 typedef lambda< T1,Tag > l1;
138 typename F, typename T1
142 bind1< F,T1 >
150 , T1
191 , typename T1, typename T2
195 F< T1,T2 >
200 typedef lambda< T1,Tag > l1;
220 typename F, typename T1, typename T
    [all...]
  /external/clang/test/SemaCXX/
vtable-instantiation.cpp 4 template<class T1> struct C1 {
6 T1 t1 = 3; // expected-error {{cannot initialize a variable}} local
alignof.cpp 82 alignas(T) int T1;
83 char k[__alignof__(T1)];
91 typedef int __attribute__((__aligned__(A))) T1; // expected-error {{requested alignment is dependent but declaration is not dependent}}
92 int k1[__alignof__(T1)];
  /external/clang/test/SemaTemplate/
instantiation-backtrace.cpp 39 template <class T1, class T2>
40 typename ResultTy<T2>::error Deduce( void (T1::*member)(T2) ) {} // \
42 // expected-note {{substitution failure [with T1 = PR13365::Cls, T2 = int &]}}
49 // expected-note {{substituting deduced template arguments into function template 'Deduce' [with T1 = PR13365::Cls, T2 = int &]}}
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_standard_layout.pass.cpp 34 template <class T1, class T2>
37 T1 first;
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_move_pair.pass.cpp 47 typedef std::tuple<alloc_first, std::unique_ptr<B>> T1;
50 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
52 assert(std::get<0>(t1) == 2);
53 assert(std::get<1>(t1)->id_ == 3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_standard_layout.pass.cpp 34 template <class T1, class T2>
37 T1 first;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_move_pair.pass.cpp 45 typedef std::tuple<alloc_first, std::unique_ptr<B>> T1;
48 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
50 assert(std::get<0>(t1) == 2);
51 assert(std::get<1>(t1)->id_ == 3);
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p17.cpp 2 template<class T1>
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 25 template<typename T0, typename T1>
26 AutoDiffJacobian(const T0& a0, const T1& a1) : Functor(a0, a1) {}
27 template<typename T0, typename T1, typename T2>
28 AutoDiffJacobian(const T0& a0, const T1& a1, const T2& a2) : Functor(a0, a1, a2) {}
  /external/opencv3/modules/core/src/opencl/
copyset.cl 47 int src_index = mad24(y, src_step, mad24(x, (int)sizeof(T1) * scn, src_offset)); \
48 int dst_index = mad24(y, dst_step, mad24(x, (int)sizeof(T1) * scn, dst_offset)); \
50 __global const T1 * src = (__global const T1 *)(srcptr + src_index); \
51 __global T1 * dst = (__global T1 *)(dstptr + dst_index)
81 dst[c] = (T1)(0);
93 dst[c] = (T1)(0);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
meta.hpp 25 template< class T1, class T2>
30 enum { x = ( BOOST_MPL_AUX_VALUE_WKND(T1)::value == BOOST_MPL_AUX_VALUE_WKND(T2)::value ) };
39 BOOST_MPL_AUX_VALUE_WKND(T1)::value
44 BOOST_MPL_AUX_VALUE_WKND(T1)::value
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_same.hpp 54 template< typename T1 >
58 template<> struct part_2<T1> { enum { value = true }; };
61 template< typename T1, typename T2 >
64 enum { value = boost::detail::is_same_part_1<T1>::template part_2<T2>::value };
  /external/clang/test/Misc/
diagnostic-crash.cpp 26 template <class T1, class T2, class R, class P1, class P2, class A1>
27 inline typename AAAAAAAResultCallback_2_1<true, R, T1, P1, P2, A1>::base*
28 NewCallback(T1* obj, R(T2::* member)(P1, P2, A1), const P1& p1, const P2& p2) {}

Completed in 1174 milliseconds

1 2 3 4 56 7 8 91011>>