Home
last modified time | relevance | path

Searched refs:Type3 (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dreloc-types-elf-mips64.test73 Type3: R_MIPS_16
76 Type3: R_MIPS_32
79 Type3: R_MIPS_REL32
82 Type3: R_MIPS_26
85 Type3: R_MIPS_HI16
88 Type3: R_MIPS_LO16
91 Type3: R_MIPS_GPREL16
94 Type3: R_MIPS_LITERAL
97 Type3: R_MIPS_GOT16
100 Type3: R_MIPS_PC16
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
Dmain.cpp19 typedef Type2 Type3; // should show as char typedef
20 typedef Type3 Type4; // should show as char
81 Type3 T3ILookChar = 13; in main()
/external/clang/test/Misc/
Dinteger-literal-printing.cpp16 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-project/clang/test/Misc/
Dinteger-literal-printing.cpp16 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/pdfium/testing/resources/pixel/
Dtype3.in43 /Subtype /Type3
Dbug_591137.in27 /Subtype /Type3
/external/pdfium/testing/resources/
Dbug_642.in39 /Subtype /Type3
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp780 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()
784 Type3(Original >> 16 & 0xFF), SpecSym(Original >> 24 & 0xFF) {} in NormalizedMips64RelType()
787 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize()
793 ELFYAML::ELF_REL Type3; member
812 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
/external/skia/site/docs/dev/design/
Dpdftheory.md326 #### _Type1/Type3 fonts_
331 on Linux), it is encoded as a Type3 font. In this context, a Type3 font is an
333 hinting or kerning information is included in a Type3 font, just the shape of
335 get embedded as a Type3 font. From what I understand, shapes are not
340 PDF only supports an 8-bit encoding for Type1 or Type3 fonts. However, they can
/external/skqp/site/dev/design/
Dpdftheory.md367 #### *Type1/Type3 fonts* ####
372 any any platform (except for Type1 on Linux), it is encoded as a Type3
373 font. In this context, a Type3 font is an array of form x-objects
375 kerning information is included in a Type3 font, just the shape of
377 will also get embedded as a Type3 font. From what I understand, shapes
382 PDF only supports an 8-bit encoding for Type1 or Type3 fonts. However,
/external/llvm/include/llvm/Object/
DELF.h284 uint8_t Type3 = (Type >> 16) & 0xFF; in getRelocationTypeName() local
294 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1470 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()
1474 Type3(Original >> 16 & 0xFF), SpecSym(Original >> 24 & 0xFF) {} in NormalizedMips64RelType()
1477 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize()
1483 ELFYAML::ELF_REL Type3; member
1565 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1514 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()
1518 Type3(Original >> 16 & 0xFF), SpecSym(Original >> 24 & 0xFF) {} in NormalizedMips64RelType()
1521 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize()
1527 ELFYAML::ELF_REL Type3; member
1624 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h451 uint8_t Type3 = (Type >> 16) & 0xFF; in getRelocationTypeName() local
461 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
/external/llvm-project/llvm/include/llvm/Object/
DELF.h489 uint8_t Type3 = (Type >> 16) & 0xFF; in getRelocationTypeName() local
499 Name = getRelocationTypeName(Type3); in getRelocationTypeName()