HomeSort by relevance Sort by last modified time
    Searched defs:TBase (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/cudalegacy/src/cuda/
NCVPixelOperations.hpp 50 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;};
72 template<> struct TConvVec2Base<uchar3> {typedef Ncv8u TBase;};
73 template<> struct TConvVec2Base<uchar4> {typedef Ncv8u TBase;};
74 template<> struct TConvVec2Base<ushort1> {typedef Ncv16u TBase;};
75 template<> struct TConvVec2Base<ushort3> {typedef Ncv16u TBase;};
76 template<> struct TConvVec2Base<ushort4> {typedef Ncv16u TBase;};
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 100 #define TBase 0x11A7u
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/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerBuilder.java 233 second = (char)(TBase + TIndex);
250 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerBuilder.java 232 second = (char)(TBase + TIndex);
249 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7,
  /external/clang/test/SemaCXX/
new-delete.cpp 177 template <class T> struct TBase {
181 TBase<int> t1;
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 294 milliseconds