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

  /external/skia/src/gpu/
GrTRecorder.h 14 template<typename TBase, typename TAlign> class GrTRecorder;
32 * @param TBase Common base type of items in the list. If TBase is not a class with a
37 * as TBase (or in other words, the types must be convertible via
46 template<typename TBase, typename TAlign> class GrTRecorder : SkNoncopyable {
69 TBase& back() {
71 return *reinterpret_cast<TBase*>(fLastItem);
157 void* fLastItem; // really a ptr to TBase
171 template<typename TBase, typename TAlign>
172 void GrTRecorder<TBase, TAlign>::pop_back()
    [all...]
  /external/skqp/src/gpu/
GrTRecorder.h 14 template<typename TBase, typename TAlign> class GrTRecorder;
32 * @param TBase Common base type of items in the list. If TBase is not a class with a
37 * as TBase (or in other words, the types must be convertible via
46 template<typename TBase, typename TAlign> class GrTRecorder : SkNoncopyable {
69 TBase& back() {
71 return *reinterpret_cast<TBase*>(fLastItem);
157 void* fLastItem; // really a ptr to TBase
171 template<typename TBase, typename TAlign>
172 void GrTRecorder<TBase, TAlign>::pop_back()
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 98 #define TBase 0x11A7u
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. */
315 unsigned int new_tindex = buffer->cur(+1).codepoint - TBase;
339 TBase + tindex};
  /external/clang/test/SemaCXX/
new-delete.cpp 177 template <class T> struct TBase {
181 TBase<int> t1;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerBuilder.java 235 second = (char)(TBase + TIndex);
252 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerBuilder.java 234 second = (char)(TBase + TIndex);
251 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 489 #define TBase 0x11A7
543 int T = TBase + SIndex % TCount;
547 if (T != TBase) {
674 TBase <= *i && *i <= (TBase+TCount)) {
675 code += *i-TBase;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 489 #define TBase 0x11A7
536 int T = TBase + SIndex % TCount;
540 if (T != TBase) {
667 TBase <= *i && *i <= (TBase+TCount)) {
668 code += *i-TBase;
    [all...]
  /external/python/cpython2/Modules/
unicodedata.c 489 #define TBase 0x11A7
543 int T = TBase + SIndex % TCount;
547 if (T != TBase) {
676 TBase < *i && *i < (TBase+TCount)) {
679 code += *i-TBase;
    [all...]
  /external/python/cpython3/Modules/
unicodedata.c 478 #define TBase 0x11A7
543 int T = TBase + SIndex % TCount;
547 if (T != TBase) {
693 TBase < PyUnicode_READ(kind, data, i) &&
694 PyUnicode_READ(kind, data, i) < (TBase+TCount)) {
697 code += PyUnicode_READ(kind, data, i)-TBase;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp     [all...]

Completed in 686 milliseconds