Home
last modified time | relevance | path

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

/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/pdfium/testing/resources/pixel/
Dbug_591137.in27 /Subtype /Type3
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Dlibsmbios.h124 SMBIOS_TYPE3 *Type3; member
/external/syslinux/efi64/include/efi/
Dlibsmbios.h124 SMBIOS_TYPE3 *Type3; member
/external/syslinux/efi32/include/efi/
Dlibsmbios.h124 SMBIOS_TYPE3 *Type3; member
/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/dev/design/
Dpdftheory.md379 #### *Type1/Type3 fonts* ####
384 any any platform (except for Type1 on Linux), it is encoded as a Type3
385 font. In this context, a Type3 font is an array of form x-objects
387 kerning information is included in a Type3 font, just the shape of
389 will also get embedded as a Type3 font. From what I understand, shapes
394 PDF only supports an 8-bit encoding for Type1 or Type3 fonts. However,
/external/llvm/include/llvm/Object/
DELF.h288 uint8_t Type3 = (Type >> 16) & 0xFF; in getRelocationTypeName() local
298 Name = getRelocationTypeName(Type3); in getRelocationTypeName()