HomeSort by relevance Sort by last modified time
    Searched refs:T1 (Results 101 - 125 of 453) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_convert_move.pass.cpp 45 typedef std::tuple<alloc_first> T1;
48 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
50 assert(std::get<0>(t1) == 2);
54 typedef std::tuple<std::unique_ptr<B>> T1;
56 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
57 assert(std::get<0>(t1)->id_ == 3);
61 typedef std::tuple<alloc_first, std::unique_ptr<B>> T1;
64 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0))
    [all...]
move_pair.pass.cpp 40 typedef std::tuple<int, std::unique_ptr<B>> T1;
42 T1 t1 = std::move(t0); local
43 assert(std::get<0>(t1) == 2);
44 assert(std::get<1>(t1)->id_ == 3);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
swap.hpp 48 template<class T1, class T2>
49 void swap(T1& left, T2& right)
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha256.c 153 unsigned MD32_REG_T a,b,c,d,e,f,g,h,s0,s1,T1,T2;
165 HOST_c2l(data,l); T1 = X[i] = l;
166 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
168 h = g; g = f; f = e; e = d + T1;
169 d = c; c = b; b = a; a = T1 + T2;
177 T1 = X[i&0xf] += s0 + s1 + X[(i+9)&0xf];
178 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
180 h = g; g = f; f = e; e = d + T1;
181 d = c; c = b; b = a; a = T1 + T2;
193 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
    [all...]
  /external/openssl/crypto/sha/
sha256.c 153 unsigned MD32_REG_T a,b,c,d,e,f,g,h,s0,s1,T1,T2;
165 HOST_c2l(data,l); T1 = X[i] = l;
166 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
168 h = g; g = f; f = e; e = d + T1;
169 d = c; c = b; b = a; a = T1 + T2;
177 T1 = X[i&0xf] += s0 + s1 + X[(i+9)&0xf];
178 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
180 h = g; g = f; f = e; e = d + T1;
181 d = c; c = b; b = a; a = T1 + T2;
193 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
    [all...]
  /external/zlib/src/contrib/iostream3/
zfstream.h 412 template<typename T1, typename T2>
423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2),
424 T1 v1,
429 (*func)(gzofstream&, T1, T2);
432 T1 val1;
447 template<typename T1, typename T2>
449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2),
450 T1 v1,
456 template<typename T1, typename T2
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-sparcv9.pl 13 # UltraSPARC T1 by packing X[16] to 8 64-bit registers.
15 # SHA512 on pre-T1 UltraSPARC.
24 # SHA512 on UltraSPARC T1.
37 # (*) Unlike pre-T1 UltraSPARC loads on T1 are executed strictly
40 # not dependent on load result! This means that on T1 two 32-bit
42 # is unlike pre-T1 UltraSPARC, where, if scheduled appropriately,
107 $T1="%g2";
137 ldx [$inp+64],$T1
147 srlx $T1,$tmp32,$T
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-sparcv9.pl 13 # UltraSPARC T1 by packing X[16] to 8 64-bit registers.
15 # SHA512 on pre-T1 UltraSPARC.
24 # SHA512 on UltraSPARC T1.
37 # (*) Unlike pre-T1 UltraSPARC loads on T1 are executed strictly
40 # not dependent on load result! This means that on T1 two 32-bit
42 # is unlike pre-T1 UltraSPARC, where, if scheduled appropriately,
107 $T1="%g2";
137 ldx [$inp+64],$T1
147 srlx $T1,$tmp32,$T
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
stl_allocator.h 69 template <class T1> struct rebind {
70 typedef STL_Allocator<T1, Alloc> other;
75 template <class T1> STL_Allocator(const STL_Allocator<T1, Alloc>&) { }
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
stl_allocator.h 69 template <class T1> struct rebind {
70 typedef STL_Allocator<T1, Alloc> other;
75 template <class T1> STL_Allocator(const STL_Allocator<T1, Alloc>&) { }
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p18.cpp 2 template<class T1> class A {
  /external/clang/test/Index/
complete-documentation.cpp 5 void T1(float x, float y);
41 // CHECK-CC1: FunctionDecl:{ResultType void}{TypedText T1}{{.*}}(brief comment: Aaa.)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 90 T1 RN 11
121 M_BD_INIT1 T1, T2, T2
123 M_BD_INIT2 T1, T2, T2
146 M_BD_VSKIP8 #7,T1
152 M_BD_READ8 Last,1,T1
153 M_BD_READ8 storeRun,6,T1
154 M_BD_READ8 storeLevel,8,T1
194 M_BD_READ8 temp1,1,T1
198 M_BD_READ8 temp1,1,T1
217 M_BD_VLD packRetIndex,T1,T2,pVlcTableL0L1,4,
    [all...]
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 113 T1 RN 11
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
178 M_BD_READ8 temp1,1,T1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 90 T1 RN 11
121 M_BD_INIT1 T1, T2, T2
123 M_BD_INIT2 T1, T2, T2
146 M_BD_VSKIP8 #7,T1
152 M_BD_READ8 Last,1,T1
153 M_BD_READ8 storeRun,6,T1
154 M_BD_READ8 storeLevel,8,T1
194 M_BD_READ8 temp1,1,T1
198 M_BD_READ8 temp1,1,T1
217 M_BD_VLD packRetIndex,T1,T2,pVlcTableL0L1,4,
    [all...]
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 113 T1 RN 11
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
178 M_BD_READ8 temp1,1,T1
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
proxy.h 67 template<typename C, typename M, typename T1>
68 void Invoke(C* c, M m, T1 a1) { r_ = (c->*m)(a1); }
69 template<typename C, typename M, typename T1, typename T2>
70 void Invoke(C* c, M m, T1 a1, T2 a2) { r_ = (c->*m)(a1, a2); }
71 template<typename C, typename M, typename T1, typename T2, typename T3>
72 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { r_ = (c->*m)(a1, a2, a3); }
85 template<typename C, typename M, typename T1>
86 void Invoke(C* c, M m, T1 a1) { (c->*m)(a1); }
87 template<typename C, typename M, typename T1, typename T2>
88 void Invoke(C* c, M m, T1 a1, T2 a2) { (c->*m)(a1, a2);
    [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/chromium_org/base/strings/
safe_sprintf.h 194 template<class T0, class T1, class T2, class T3, class T4,
197 T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
208 class T0, class T1, class T2, class T3, class T4,
211 T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
221 template<class T0, class T1, class T2, class T3, class T4,
224 T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
235 class T0, class T1, class T2, class T3, class T4, class T5,
238 T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
248 template<class T0, class T1, class T2, class T3, class T4, class T5,
251 T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4
    [all...]
  /external/clang/test/SemaTemplate/
deduction.cpp 60 template<template<typename> class TT, typename T1, typename Arg1, typename Arg2>
61 struct Replace<TT<T1>, Arg1, Arg2> {
62 typedef TT<typename Replace<T1, Arg1, Arg2>::type> type;
65 template<template<typename, typename> class TT, typename T1, typename T2,
67 struct Replace<TT<T1, T2>, Arg1, Arg2> {
68 typedef TT<typename Replace<T1, Arg1, Arg2>::type,
73 template<template<typename, typename> class TT, typename T1,
75 struct Replace<TT<T1, _2>, Arg1, Arg2> {
76 typedef TT<typename Replace<T1, Arg1, Arg2>::type, Arg2> type;
  /external/chromium_org/third_party/WebKit/Source/wtf/
PrintStream.h 58 template<typename T1, typename T2>
59 void print(const T1& value1, const T2& value2)
65 template<typename T1, typename T2, typename T3>
66 void print(const T1& value1, const T2& value2, const T3& value3)
73 template<typename T1, typename T2, typename T3, typename T4>
74 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4)
82 template<typename T1, typename T2, typename T3, typename T4, typename T5>
83 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5)
92 template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
93 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocationFunctions.h 20 template<typename T1, typename T2>
21 T1 ApplyMask(T2 pMask, T1 pData) {
22 T1 result = 0;
25 for (size_t bit = 0; bit != sizeof (T1) * 8; ++bit) {
29 result |= static_cast<T1>(valBit) << bit;
  /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...]

Completed in 812 milliseconds

1 2 3 45 6 7 8 91011>>