Searched refs:Type2 (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/kyua/store/ |
H A D | dbtypes_test.cpp | 56 template< typename Type1, typename Type2, typename Type3 > 59 Type2 value, in do_ok_test() 82 template< typename Type1, typename Type2 > 85 Type2 (*column)(sqlite::statement&, const char*), in do_invalid_test()
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslload.c | 1043 ACPI_OBJECT_TYPE Type2) in LdMatchExternType() argument 1046 BOOLEAN Type2IsLocal = Type2 > ACPI_TYPE_EXTERNAL_MAX; in LdMatchExternType() 1061 ExternalType = Type2; in LdMatchExternType() 1065 LocalType = Type2; in LdMatchExternType() 1070 return (Type1 == Type2); in LdMatchExternType()
|
H A D | aslprepkg.c | 169 UINT8 Type2, 619 UINT8 Type2, in ApCheckPackageElements() argument 642 ApCheckObjectType (PredefinedName, Op, Type2, (i + Count1)); in ApCheckPackageElements()
|
/freebsd/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsprepkg.c | 177 UINT8 Type2, 859 UINT8 Type2, in AcpiNsCheckPackageElements() argument 890 Type2, (i + Count1 + StartIndex)); in AcpiNsCheckPackageElements()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 1085 const SPIRVType *Type2) const { in isBitcastCompatible() 1086 if (!Type1 || !Type2) in isBitcastCompatible() 1088 auto Op1 = Type1->getOpcode(), Op2 = Type2->getOpcode(); in isBitcastCompatible() 1093 (Op2 == SPIRV::OpTypePointer || retrieveScalarOrVectorIntType(Type2))) in isBitcastCompatible() 1099 Bits2 = getNumScalarOrVectorTotalBitWidth(Type2); in isBitcastCompatible()
|
H A D | SPIRVGlobalRegistry.h | 391 const SPIRVType *Type2) const;
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 1801 Type2(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType() 1805 : Type(Original & 0xFF), Type2(Original >> 8 & 0xFF), in NormalizedMips64RelType() 1809 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize() 1814 ELFYAML::ELF_REL Type2; member 1943 IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 694 uint8_t Type2 = (Type >> 8) & 0xFF; in getRelocationTypeName() local 701 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 3357 Subspace Type2" (Headers, Disassembler, and data table compiler).
|