Home
last modified time | relevance | path

Searched refs:TBase (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/gpu/
DGrTRecorder.h14 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/
Dhb-ot-shape-complex-hangul.cc102 #define TBase 0x11A7u macro
112 #define isCombiningT(u) (hb_in_range<hb_codepoint_t> ((u), TBase+1, TBase+TCount-1))
261 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */ in preprocess_text_hangul()
320 unsigned int new_tindex = buffer->cur(+1).codepoint - TBase; in preprocess_text_hangul()
344 TBase + tindex}; in preprocess_text_hangul()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-virtual-near-miss.cpp39 struct TBase { struct
44 struct TDerived : TBase<T> {
/external/python/cpython2/Modules/
Dunicodedata.c489 #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/
Dunicodedata.c485 #define TBase 0x11A7 macro
550 int T = TBase + SIndex % TCount; in nfd_nfkd()
554 if (T != TBase) { in nfd_nfkd()
700 TBase < PyUnicode_READ(kind, data, i) && in nfc_nfkc()
701 PyUnicode_READ(kind, data, i) < (TBase+TCount)) { in nfc_nfkc()
704 code += PyUnicode_READ(kind, data, i)-TBase; in nfc_nfkc()
/external/clang/test/SemaCXX/
Dnew-delete.cpp177 template <class T> struct TBase { struct
181 TBase<int> t1;
/external/llvm-project/clang/test/SemaCXX/
Dnew-delete.cpp227 template <class T> struct TBase { struct
231 TBase<int> t1;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerBuilder.java234 second = (char)(TBase + TIndex); in buildDecompositionTables()
251 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizerBuilder.java235 second = (char)(TBase + TIndex); in buildDecompositionTables()
252 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder
/external/llvm-project/llvm/test/Demangle/
Dms-operators.test98 ??TBase@@QEAAHH@Z
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp3593 auto *TBase = legalizeToReg(RetVecFloat); in lowerCall() local
3598 Func, IceType_i32, TBase, in lowerCall()