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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
smartp.cc 18 class Type1{
54 Type1 *p;
56 MyPointer(Type1 *pointer){
60 Type1 *operator->(){
109 Type1 mt1;
118 Type1 *mtp = &mt1;
120 SmartPointer<Type1> sp1(&mt1);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
smartp.cc 18 class Type1{
54 Type1 *p;
56 MyPointer(Type1 *pointer){
60 Type1 *operator->(){
109 Type1 mt1;
118 Type1 *mtp = &mt1;
120 SmartPointer<Type1> sp1(&mt1);
  /src/external/mit/xorg/share/fonts/
Makefile 9 100dpi 75dpi Type1 TTF misc cyrillic
  /src/external/mit/xorg/share/fonts/Type1/
Makefile 3 SUBDIR= font-adobe-utopia-type1 font-bh-type1 \
4 font-bitstream-type1 font-ibm-type1 font-xfree86-type1
6 FONTSUBDIR= Type1
  /src/external/mit/xorg/share/fonts/Type1/font-xfree86-type1/
Makefile 5 FONTSUBDIR= Type1
6 FONTSRCPKG= font-xfree86-type1
  /src/external/mit/xorg/share/fonts/Type1/font-adobe-utopia-type1/
Makefile 5 FONTSUBDIR= Type1
6 FONTSRCPKG= font-adobe-utopia-type1
  /src/external/mit/xorg/share/fonts/Type1/font-ibm-type1/
Makefile 5 FONTSUBDIR= Type1
6 FONTSRCPKG= font-ibm-type1
  /src/external/mit/xorg/share/fonts/Type1/font-bitstream-type1/
Makefile 5 FONTSUBDIR= Type1
6 FONTSRCPKG= font-bitstream-type1
  /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/external/mit/xorg/share/fonts/Type1/font-bh-type1/
Makefile 5 FONTSUBDIR= Type1
6 FONTSRCPKG= font-bh-type1
  /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 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,
739 * Type1 - Object type for first group
756 UINT8 Type1,
777 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 21 milliseconds