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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
smartp.cc 25 class Type2{
110 Type2 mt2;
121 SmartPointer<Type2> sp2(&mt2);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
smartp.cc 25 class Type2{
110 Type2 mt2;
121 SmartPointer<Type2> sp2(&mt2);
  /src/external/bsd/kyua-cli/dist/store/
dbtypes_test.cpp 55 template< typename Type1, typename Type2, typename Type3 >
58 Type2 value,
81 template< typename Type1, typename Type2 >
84 Type2 (*column)(sqlite::statement&, const char*),
  /src/external/lgpl3/gmp/dist/tests/cxx/
t-ops2.h 31 #define CHECK(Type1,Type2,a,b,op) \
32 ASSERT_ALWAYS(((Type1)(a) op (Type2)(b))==((a) op (b)))
  /src/sys/external/bsd/gnu-efi/dist/inc/
libsmbios.h 138 SMBIOS_TYPE2 *Type2;
  /src/sys/external/bsd/acpica/dist/compiler/
aslload.c 919 * Type2
923 * DESCRIPTION: Match Type1 and Type2 with the assumption that one might be
935 ACPI_OBJECT_TYPE Type2)
938 BOOLEAN Type2IsLocal = Type2 > ACPI_TYPE_EXTERNAL_MAX;
953 ExternalType = Type2;
957 LocalType = Type2;
962 return (Type1 == Type2);
aslprepkg.c 61 UINT8 Type2,
492 * Type2 - Object type for second group
511 UINT8 Type2,
534 ApCheckObjectType (PredefinedName, Op, Type2, (i + Count1));
  /src/sys/external/bsd/acpica/dist/namespace/
nsprepkg.c 69 UINT8 Type2,
741 * Type2 - Object type for second group
758 UINT8 Type2,
789 Type2, (i + Count1 + StartIndex));
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFYAML.cpp 1674 Type2(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)),
1678 : Type(Original & 0xFF), Type2(Original >> 8 & 0xFF),
1682 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24;
1687 ELFYAML::ELF_REL Type2;
1785 IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::R_MIPS_NONE));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELF.h 567 uint8_t Type2 = (Type >> 8) & 0xFF;
574 Name = getRelocationTypeName(Type2);

Completed in 70 milliseconds