Searched refs:TBase (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/ |
D | GrTRecorder.h | 14 template<typename TBase, typename TAlign> class GrTRecorder; 46 template<typename TBase, typename TAlign> class GrTRecorder : SkNoncopyable { 69 TBase& back() { in back() 71 return *reinterpret_cast<TBase*>(fLastItem); in back() 171 template<typename TBase, typename TAlign> 172 void GrTRecorder<TBase, TAlign>::pop_back() { in pop_back() 177 reinterpret_cast<TBase*>(fLastItem)->~TBase(); in pop_back() 196 template<typename TBase, typename TAlign> 198 void* GrTRecorder<TBase, TAlign>::alloc_back(int dataLength) { in alloc_back() 251 template<typename TBase, typename TAlign> [all …]
|
/external/skqp/src/gpu/ |
D | GrTRecorder.h | 14 template<typename TBase, typename TAlign> class GrTRecorder; 46 template<typename TBase, typename TAlign> class GrTRecorder : SkNoncopyable { 69 TBase& back() { in back() 71 return *reinterpret_cast<TBase*>(fLastItem); in back() 171 template<typename TBase, typename TAlign> 172 void GrTRecorder<TBase, TAlign>::pop_back() { in pop_back() 177 reinterpret_cast<TBase*>(fLastItem)->~TBase(); in pop_back() 196 template<typename TBase, typename TAlign> 198 void* GrTRecorder<TBase, TAlign>::alloc_back(int dataLength) { in alloc_back() 251 template<typename TBase, typename TAlign> [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-hangul.cc | 98 #define TBase 0x11A7u macro 108 #define isCombiningT(u) (hb_in_range<hb_codepoint_t> ((u), TBase+1, TBase+TCount-1)) 256 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */ in preprocess_text_hangul() 315 unsigned int new_tindex = buffer->cur(+1).codepoint - TBase; in preprocess_text_hangul() 339 TBase + tindex}; in preprocess_text_hangul()
|
/external/python/cpython2/Modules/ |
D | unicodedata.c | 489 #define TBase 0x11A7 macro 543 int T = TBase + SIndex % TCount; in nfd_nfkd() 547 if (T != TBase) { in nfd_nfkd() 676 TBase < *i && *i < (TBase+TCount)) { in nfc_nfkc() 679 code += *i-TBase; in nfc_nfkc()
|
/external/python/cpython3/Modules/ |
D | unicodedata.c | 478 #define TBase 0x11A7 macro 543 int T = TBase + SIndex % TCount; in nfd_nfkd() 547 if (T != TBase) { in nfd_nfkd() 693 TBase < PyUnicode_READ(kind, data, i) && in nfc_nfkc() 694 PyUnicode_READ(kind, data, i) < (TBase+TCount)) { in nfc_nfkc() 697 code += PyUnicode_READ(kind, data, i)-TBase; in nfc_nfkc()
|
/external/clang/test/SemaCXX/ |
D | new-delete.cpp | 177 template <class T> struct TBase { struct 181 TBase<int> t1;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | NormalizerBuilder.java | 235 second = (char)(TBase + TIndex); in buildDecompositionTables() 252 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | NormalizerBuilder.java | 234 second = (char)(TBase + TIndex); in buildDecompositionTables() 251 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.cpp | 3608 auto *TBase = legalizeToReg(RetVecFloat); in lowerCall() local 3613 Func, IceType_i32, TBase, in lowerCall()
|