Searched refs:TBase (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/gpu/
H A DGrTRecorder.h13 template<typename TBase, typename TAlign> class GrTRecorder;
31 * @param TBase Common base type of items in the list. If TBase is not a class with a
36 * as TBase (or in other words, the types must be convertible via
45 template<typename TBase, typename TAlign> class GrTRecorder : SkNoncopyable {
68 TBase& back() {
70 return *reinterpret_cast<TBase*>(fLastItem);
156 void* fLastItem; // really a ptr to TBase
170 template<typename TBase, typename TAlign>
171 void GrTRecorder<TBase, TAlig
[all...]
/external/opencv3/modules/cudalegacy/src/cuda/
H A DNCVPixelOperations.hpp50 template<typename TBase> inline __host__ __device__ TBase _pixMaxVal();
60 template<typename TBase> inline __host__ __device__ TBase _pixMinVal();
71 template<> struct TConvVec2Base<uchar1> {typedef Ncv8u TBase;}; typedef in struct:TConvVec2Base
72 template<> struct TConvVec2Base<uchar3> {typedef Ncv8u TBase;}; typedef in struct:TConvVec2Base
73 template<> struct TConvVec2Base<uchar4> {typedef Ncv8u TBase;}; typedef in struct:TConvVec2Base
74 template<> struct TConvVec2Base<ushort1> {typedef Ncv16u TBase;}; typedef in struct:TConvVec2Base
75 template<> struct TConvVec2Base<ushort3> {typedef Ncv16u TBase;}; typedef in struct:TConvVec2Base
76 template<> struct TConvVec2Base<ushort4> {typedef Ncv16u TBase;}; typedef in struct:TConvVec2Base
77 template<> struct TConvVec2Base<uint1> {typedef Ncv32u TBase;}; typedef in struct:TConvVec2Base
78 template<> struct TConvVec2Base<uint3> {typedef Ncv32u TBase;}; typedef in struct:TConvVec2Base
79 template<> struct TConvVec2Base<uint4> {typedef Ncv32u TBase;}; typedef in struct:TConvVec2Base
80 template<> struct TConvVec2Base<float1> {typedef Ncv32f TBase;}; typedef in struct:TConvVec2Base
81 template<> struct TConvVec2Base<float3> {typedef Ncv32f TBase;}; typedef in struct:TConvVec2Base
82 template<> struct TConvVec2Base<float4> {typedef Ncv32f TBase;}; typedef in struct:TConvVec2Base
83 template<> struct TConvVec2Base<double1> {typedef Ncv64f TBase;}; typedef in struct:TConvVec2Base
84 template<> struct TConvVec2Base<double3> {typedef Ncv64f TBase;}; typedef in struct:TConvVec2Base
85 template<> struct TConvVec2Base<double4> {typedef Ncv64f TBase;}; typedef in struct:TConvVec2Base
[all...]
H A DNCVPyramid.cu154 typedef typename TConvVec2Base<Tout>::TBase TB;
161 typedef typename TConvVec2Base<Tout>::TBase TB;
170 typedef typename TConvVec2Base<Tout>::TBase TB;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-hangul.cc100 #define TBase 0x11A7u macro
110 #define isCombiningT(u) (hb_in_range ((u), TBase+1, TBase+TCount-1))
257 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
315 unsigned int new_tindex = buffer->cur(+1).codepoint - TBase;
337 TBase + tindex};
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp177 template <class T> struct TBase { struct
181 TBase<int> t1;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DNormalizerBuilder.java233 second = (char)(TBase + TIndex);
250 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in class:NormalizerBuilder
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DNormalizerBuilder.java232 second = (char)(TBase + TIndex);
249 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in class:NormalizerBuilder
/external/opencv3/modules/videoio/src/
H A Dcap_msmf.hpp712 template <class TBase=IMFAttributes>
713 class CBaseAttributes : public TBase

Completed in 333 milliseconds