Home
last modified time | relevance | path

Searched refs:Type2 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/kyua/store/
H A Ddbtypes_test.cpp56 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 Daslload.c1043 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 Daslprepkg.c169 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 Dnsprepkg.c177 UINT8 Type2,
859 UINT8 Type2, in AcpiNsCheckPackageElements() argument
890 Type2, (i + Count1 + StartIndex)); in AcpiNsCheckPackageElements()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1783 Type2(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()
1787 : Type(Original & 0xFF), Type2(Original >> 8 & 0xFF), in NormalizedMips64RelType()
1791 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize()
1796 ELFYAML::ELF_REL Type2; member
1919 IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h646 uint8_t Type2 = (Type >> 8) & 0xFF; in getRelocationTypeName() local
653 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt3278 Subspace Type2" (Headers, Disassembler, and data table compiler).