Searched refs:Type3 (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/Misc/ |
D | integer-literal-printing.cpp | 16 template <boolTy T, typename Type3Helper<T>::Ty U> struct Type3 {}; struct 71 …struct Type3<boolTy::b, "3"> t3; // expected-error{{value of type 'const char [2]' is not implicit… in Function()
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 753 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType() 757 Type3(Original >> 16 & 0xFF), SpecSym(Original >> 24 & 0xFF) {} in NormalizedMips64RelType() 760 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize() 766 ELFYAML::ELF_REL Type3; member 785 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 290 uint8_t Type3 = (Type >> 16) & 0xFF; in getRelocationTypeName() local 300 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
|
/external/skia/site/dev/design/ |
D | pdftheory.md | 415 #### *Type1/Type3 fonts* #### 420 any any platform (except for Type1 on Linux), it is encoded as a Type3 421 font. In this context, a Type3 font is an array of form x-objects 423 kerning information is included in a Type3 font, just the shape of 425 will also get embedded as a Type3 font. From what I understand, shapes 430 PDF only supports an 8-bit encoding for Type1 or Type3 fonts. However,
|
/external/v8/test/cctest/ |
D | test-disasm-arm.cc | 361 TEST(Type3) { in TEST() argument
|
D | test-disasm-mips64.cc | 914 TEST(Type3) { in TEST() argument
|