HomeSort by: relevance | last modified time | path
    Searched refs:Type1 (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
smbios.c 63 CopyMem (SystemGuid, &Smbios.Type1->Uuid, sizeof(EFI_GUID));
64 *SystemSerialNumber = LibGetSmbiosString(&Smbios, Smbios.Type1->SerialNumber);
  /src/external/bsd/kyua-cli/dist/store/
dbtypes_test.cpp 55 template< typename Type1, typename Type2, typename Type3 >
57 do_ok_test(void (*bind)(sqlite::statement&, const char*, Type1),
81 template< typename Type1, typename Type2 >
83 do_invalid_test(Type1 value,
  /src/sys/external/bsd/gnu-efi/dist/inc/
libsmbios.h 137 SMBIOS_TYPE1 *Type1;
  /src/sys/external/bsd/acpica/dist/compiler/
aslload.c 918 * PARAMETERS: Type1
923 * DESCRIPTION: Match Type1 and Type2 with the assumption that one might be
934 ACPI_OBJECT_TYPE Type1,
937 BOOLEAN Type1IsLocal = Type1 > ACPI_TYPE_EXTERNAL_MAX;
952 LocalType = Type1;
958 ExternalType = Type1;
962 return (Type1 == Type2);
aslprepkg.c 59 UINT8 Type1,
490 * Type1 - Object type for first group
509 UINT8 Type1,
528 ApCheckObjectType (PredefinedName, Op, Type1, i);
  /src/sys/external/bsd/acpica/dist/namespace/
nsprepkg.c 67 UINT8 Type1,
732 * Type1 - Object type for first group
749 UINT8 Type1,
770 Type1, i + StartIndex);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 175 LLT Type1;
180 return Type0 == Other.Type0 && Type1 == Other.Type1 &&
188 return Type0 == Other.Type0 && Type1 == Other.Type1 &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELF.h 566 uint8_t Type1 = (Type >> 0) & 0xFF;
571 StringRef Name = getRelocationTypeName(Type1);

Completed in 51 milliseconds