Searched refs:Type1 (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslprepkg.c167 UINT8 Type1,
587 * Type1 - Object type for first group
606 UINT8 Type1,
625 ApCheckObjectType (PredefinedName, Op, Type1, i);
603 ApCheckPackageElements( const char *PredefinedName, ACPI_PARSE_OBJECT *Op, UINT8 Type1, UINT32 Count1, UINT8 Type2, UINT32 Count2) argument
H A Daslload.c1026 * PARAMETERS: Type1
1031 * DESCRIPTION: Match Type1 and Type2 with the assumption that one might be
1042 ACPI_OBJECT_TYPE Type1,
1045 BOOLEAN Type1IsLocal = Type1 > ACPI_TYPE_EXTERNAL_MAX;
1060 LocalType = Type1;
1066 ExternalType = Type1;
1070 return (Type1 == Type2);
1041 LdMatchExternType( ACPI_OBJECT_TYPE Type1, ACPI_OBJECT_TYPE Type2) argument
/freebsd-12-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsprepkg.c175 UINT8 Type1,
840 * Type1 - Object type for first group
857 UINT8 Type1,
876 Type1, i + StartIndex);
854 AcpiNsCheckPackageElements( ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT **Elements, UINT8 Type1, UINT32 Count1, UINT8 Type2, UINT32 Count2, UINT32 StartIndex) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h172 LLT Type1; member in struct:llvm::LegalityPredicates::TypePairAndMemDesc
177 return Type0 == Other.Type0 && Type1 == Other.Type1 &&
185 return Type0 == Other.Type0 && Type1 == Other.Type1 &&
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp288 DefInit *Type1 = dyn_cast<DefInit>(Arg1); local
290 assert(Type1 && ("Arg1 type not found\n"));
292 return Type1->getDef() == Type2->getDef();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h449 uint8_t Type1 = (Type >> 0) & 0xFF; local
454 StringRef Name = getRelocationTypeName(Type1);

Completed in 188 milliseconds