Home
last modified time | relevance | path

Searched refs:Type (Results 176 – 200 of 5478) sorted by relevance

12345678910>>...220

/netbsd/sys/external/bsd/drm2/linux/
H A Dlinux_acpi.c53 params[0].Type = ACPI_TYPE_BUFFER; in acpi_evaluate_dsm()
56 params[1].Type = ACPI_TYPE_INTEGER; in acpi_evaluate_dsm()
58 params[2].Type = ACPI_TYPE_INTEGER; in acpi_evaluate_dsm()
63 params[3].Type = ACPI_TYPE_PACKAGE; in acpi_evaluate_dsm()
84 if (obj != NULL && obj->Type != type) { in acpi_evaluate_dsm_typed()
93 .Package.Type = ACPI_TYPE_PACKAGE, \
112 if (obj->Type == ACPI_TYPE_INTEGER) in acpi_check_dsm()
114 else if (obj->Type == ACPI_TYPE_BUFFER) in acpi_check_dsm()
/netbsd/sys/external/bsd/acpica/dist/namespace/
H A Dnswalk.c113 ACPI_OBJECT_TYPE Type, in AcpiNsGetNextNodeTyped() argument
127 if (Type == ACPI_TYPE_ANY) in AcpiNsGetNextNodeTyped()
140 if (NextNode->Type == Type) in AcpiNsGetNextNodeTyped()
191 ACPI_OBJECT_TYPE Type, in AcpiNsWalkNamespace() argument
241 if (Type != ACPI_TYPE_ANY) in AcpiNsWalkNamespace()
243 ChildType = ChildNode->Type; in AcpiNsWalkNamespace()
262 else if (ChildType == Type) in AcpiNsWalkNamespace()
H A Dnsinit.c388 ACPI_OBJECT_TYPE Type; in AcpiNsInitOneObject() local
402 Type = AcpiNsGetType (ObjHandle); in AcpiNsInitOneObject()
411 switch (Type) in AcpiNsInitOneObject()
460 switch (Type) in AcpiNsInitOneObject()
536 if ((Node->Type == ACPI_TYPE_DEVICE) || in AcpiNsFindIniMethods()
537 (Node->Type == ACPI_TYPE_PROCESSOR) || in AcpiNsFindIniMethods()
538 (Node->Type == ACPI_TYPE_THERMAL)) in AcpiNsFindIniMethods()
556 switch (ParentNode->Type) in AcpiNsFindIniMethods()
614 if ((DeviceNode->Type != ACPI_TYPE_DEVICE) && in AcpiNsInitOneDevice()
615 (DeviceNode->Type != ACPI_TYPE_PROCESSOR) && in AcpiNsInitOneDevice()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp265 << format_hex_no_prefix(Type, 2) << " ("; in dumpSymTabEntry()
267 if (Type & MachO::N_STAB) in dumpSymTabEntry()
270 if (Type & MachO::N_PEXT) in dumpSymTabEntry()
274 switch (Type & MachO::N_TYPE) { in dumpSymTabEntry()
294 if (Type & MachO::N_EXT) in dumpSymTabEntry()
405 if (!(Type & MachO::N_STAB)) in handleStabSymbolTableEntry()
411 if (Type == MachO::N_OSO) in handleStabSymbolTableEntry()
414 if (Type == MachO::N_AST) { in handleStabSymbolTableEntry()
427 switch (Type) { in handleStabSymbolTableEntry()
557 SymbolRef::Type Type = *TypeOrErr; in loadMainBinarySymbols() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h75 ValueType Type; member
100 ValueType Type; member
111 RelocType Type; member
186 SectionType Type; member
195 return S->Type == wasm::WASM_SEC_CUSTOM; in classof()
273 return S->Type == wasm::WASM_SEC_TYPE; in classof()
303 return S->Type == wasm::WASM_SEC_TABLE; in classof()
323 return S->Type == wasm::WASM_SEC_EVENT; in classof()
363 return S->Type == wasm::WASM_SEC_ELEM; in classof()
373 return S->Type == wasm::WASM_SEC_CODE; in classof()
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h91 llvm::Type *TypeData; // canHaveCoerceToType()
93 llvm::Type *PaddingType; // canHavePaddingType()
124 void setPaddingType(llvm::Type *T) { in setPaddingType()
129 void setUnpaddedCoerceToType(llvm::Type *T) { in setUnpaddedCoerceToType()
143 llvm::Type *Padding = nullptr,
153 static ABIArgInfo getDirectInReg(llvm::Type *T = nullptr) {
240 llvm::Type *Padding) { in getExpandWithPadding()
337 llvm::Type *getPaddingType() const { in getPaddingType()
348 llvm::Type *getCoerceToType() const { in getCoerceToType()
353 void setCoerceToType(llvm::Type *T) { in setCoerceToType()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp88 for (MDNode *Type : Types) in buildCFICheck()
89 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck()
106 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx), in buildCFICheck()
107 Type::getInt8PtrTy(Ctx), Type::getInt8PtrTy(Ctx)); in buildCFICheck()
133 M.getOrInsertFunction("__cfi_check_fail", Type::getVoidTy(Ctx), in buildCFICheck()
134 Type::getInt8PtrTy(Ctx), Type::getInt8PtrTy(Ctx)); in buildCFICheck()
144 ConstantInt *CaseTypeId = ConstantInt::get(Type::getInt64Ty(Ctx), TypeId); in buildCFICheck()
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DMinidump.cpp18 MinidumpFile::getRawStream(minidump::StreamType Type) const { in getRawStream()
19 auto It = StreamMap.find(Type); in getRawStream()
75 Expected<ArrayRef<T>> MinidumpFile::getListStream(StreamType Type) const { in getListStream()
76 Optional<ArrayRef<uint8_t>> Stream = getRawStream(Type); in getListStream()
130 StreamType Type = StreamDescriptor.value().Type; in create() local
138 if (Type == StreamType::Unused && Loc.DataSize == 0) { in create()
144 if (Type == DenseMapInfo<StreamType>::getEmptyKey() || in create()
145 Type == DenseMapInfo<StreamType>::getTombstoneKey()) in create()
149 if (!StreamMap.try_emplace(Type, StreamDescriptor.index()).second) in create()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypinf.d35 extern (C++) void genTypeInfo(const ref Loc loc, Type torig, Scope* sc) in genTypeInfo()
51 if (!Type.dtypeinfo) in genTypeInfo()
57 Type t = torig.merge2(); // do this since not all Type's are merge'd in genTypeInfo()
105 extern (C++) Type getTypeInfoType(const ref Loc loc, Type t, Scope* sc);
107 private TypeInfoDeclaration getTypeInfoDeclaration(Type t) in getTypeInfoDeclaration()
148 bool isSpeculativeType(Type t) in isSpeculativeType()
222 Type tb = t.toBasetype(); in isSpeculativeType()
245 extern (C++) bool builtinTypeInfo(Type t) in builtinTypeInfo()
255 Type next = t.nextOf(); in builtinTypeInfo()
H A Ddcast.d284 Type tprime; in implicitConvTo()
1539 Expression castTo(Expression e, Scope* sc, Type t, Type att = null)
2752 Type t = Type.tptrdiff_t; in scaleFactor()
2766 Type t = Type.tptrdiff_t; in scaleFactor()
2820 Type t = e.type; in isVoidArrayLiteral()
2853 Type Lret(Type result) in typeMerge()
2871 Type convert(ref Expression from, Type to) in typeMerge()
2878 Type coerce(Type towards) in typeMerge()
2922 Type t = t1; in typeMerge()
3210 Type coerceImplicit(Type towards) in typeMerge()
[all …]
/netbsd/sys/external/bsd/acpica/dist/executer/
H A Dexresop.c211 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveOperands()
223 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveOperands()
231 ObjectType = ObjDesc->Common.Type; in AcpiExResolveOperands()
304 (ObjDesc->Common.Type == ACPI_TYPE_STRING)) in AcpiExResolveOperands()
517 switch (ObjDesc->Common.Type) in AcpiExResolveOperands()
539 switch (ObjDesc->Common.Type) in AcpiExResolveOperands()
580 switch (ObjDesc->Common.Type) in AcpiExResolveOperands()
604 switch (ObjDesc->Common.Type) in AcpiExResolveOperands()
629 switch (ObjDesc->Common.Type) in AcpiExResolveOperands()
651 switch (ObjDesc->Common.Type) in AcpiExResolveOperands()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go34 Type struct { struct
584 func FunctionType(returnType Type, paramTypes []Type, isVarArg bool) (t Type) { argument
601 func (t Type) ParamTypes() []Type { argument
626 func StructType(elementTypes []Type, packed bool) (t Type) { argument
648 func (t Type) StructSetBody(elementTypes []Type, packed bool) { argument
660 func (t Type) StructElementTypes() []Type { argument
669 func (t Type) Subtypes() (ret []Type) { argument
675 func ArrayType(elementType Type, elementCount int) (t Type) { argument
679 func PointerType(elementType Type, addressSpace int) (t Type) { argument
683 func VectorType(elementType Type, elementCount int) (t Type) { argument
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DValueList.h25 class Type; variable
36 std::vector<Type *> FullTypes;
69 void push_back(Value *V, Type *Ty) { in push_back()
98 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
99 Value *getValueFwdRef(unsigned Idx, Type *Ty, Type **FullTy = nullptr);
101 void assignValue(Value *V, unsigned Idx, Type *FullTy);
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h56 class Type; variable
133 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : in KeyTy()
683 Metadata *Type;
704 Line(Line), Type(Type), ScopeLine(ScopeLine),
925 Metadata *Type;
929 : Name(Name), Type(Type), IsDefault(IsDefault) {}
945 Metadata *Type;
973 Metadata *Type;
986 Line(Line), Type(Type), IsLocalToUnit(IsLocalToUnit),
1030 Metadata *Type;
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp238 case Type::Auto: in getEvaluationKind()
249 case Type::Vector: in getEvaluationKind()
254 case Type::Enum: in getEvaluationKind()
256 case Type::Pipe: in getEvaluationKind()
257 case Type::ExtInt: in getEvaluationKind()
268 case Type::Record: in getEvaluationKind()
274 case Type::Atomic: in getEvaluationKind()
1072 llvm::Type *Ty = in StartFunction()
2141 case Type::Enum: in EmitVariablyModifiedType()
2237 case Type::Auto: in EmitVariablyModifiedType()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dhash-table.h261 template <typename Type>
264 static Type *data_alloc (size_t count);
265 static void data_free (Type *memory);
271 template <typename Type>
272 inline Type *
275 return static_cast <Type *> (xcalloc (count, sizeof (Type))); in data_alloc()
281 template <typename Type>
283 xcallocator <Type>::data_free (Type *memory) in data_free()
603 template<typename Type> class Allocator>
634 template<typename Type> class Allocator>
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dhash-table.h261 template <typename Type>
264 static Type *data_alloc (size_t count);
265 static void data_free (Type *memory);
271 template <typename Type>
272 inline Type *
275 return static_cast <Type *> (xcalloc (count, sizeof (Type))); in data_alloc()
281 template <typename Type>
283 xcallocator <Type>::data_free (Type *memory) in data_free()
603 template<typename Type> class Allocator>
634 template<typename Type> class Allocator>
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dgen_template.c42 Type *, int, int, int);
45 ttype_symbol(const char *basename, const Type *t) in ttype_symbol()
91 time_symbol(const char *basename, const Type *t) in time_symbol()
97 tag_symbol(const char *basename, const Type *t) in tag_symbol()
151 oid_symbol(const char *basename, const Type *t) in oid_symbol()
206 is_supported_type_p(const Type *t) in is_supported_type_p()
223 symbol_name(const char *basename, const Type *t) in symbol_name()
450 is_struct(const Type *t, int isstruct) in is_struct()
473 static const Type *
474 compact_tag(const Type *t) in compact_tag()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp89 for (const auto &Type : Types) { in print() local
90 OS << Type << ", "; in print()
314 if (Type.isPointer()) in computeTables()
317 else if (Type.isVector()) in computeTables()
393 if (Aspect.Type.isScalar() || Aspect.Type.isPointer()) in getAspectAction()
395 assert(Aspect.Type.isVector()); in getAspectAction()
624 assert(Aspect.Type.isScalar() || Aspect.Type.isPointer()); in findScalarLegalAction()
628 if (Aspect.Type.isPointer() && in findScalarLegalAction()
634 Aspect.Type.isPointer() in findScalarLegalAction()
653 assert(Aspect.Type.isVector()); in findVectorLegalAction()
[all …]
/netbsd/sys/external/bsd/acpica/dist/utilities/
H A Dutcopy.c155 ExternalObject->Type = InternalObject->Common.Type; in AcpiUtCopyIsimpleToEsimple()
159 switch (InternalObject->Common.Type) in AcpiUtCopyIsimpleToEsimple()
300 TargetObject->Type = ACPI_TYPE_PACKAGE; in AcpiUtCopyIelementToEelement()
377 ExternalObject->Type = InternalObject->Common.Type; in AcpiUtCopyIpackageToEpackage()
484 switch (ExternalObject->Type) in AcpiUtCopyEsimpleToIsimple()
492 (UINT8) ExternalObject->Type); in AcpiUtCopyEsimpleToIsimple()
518 switch (ExternalObject->Type) in AcpiUtCopyEsimpleToIsimple()
680 if (ExternalObject->Type == ACPI_TYPE_PACKAGE) in AcpiUtCopyEobjectToIobject()
752 switch (DestDesc->Common.Type) in AcpiUtCopySimpleObject()
904 SourceObject->Common.Type); in AcpiUtCopyIelementToIelement()
[all …]
H A Dutids.c94 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER) in AcpiUtExecute_HID()
119 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER) in AcpiUtExecute_HID()
182 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER) in AcpiUtExecute_UID()
207 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER) in AcpiUtExecute_UID()
288 if (ObjDesc->Common.Type == ACPI_TYPE_PACKAGE) in AcpiUtExecute_CID()
304 switch (CidObjects[i]->Common.Type) in AcpiUtExecute_CID()
349 if (CidObjects[i]->Common.Type == ACPI_TYPE_INTEGER) in AcpiUtExecute_CID()
435 if (ObjDesc->Common.Type == ACPI_TYPE_PACKAGE) in AcpiUtExecute_CLS()
437 if (Count > 0 && ClsObjects[0]->Common.Type == ACPI_TYPE_INTEGER) in AcpiUtExecute_CLS()
441 if (Count > 1 && ClsObjects[1]->Common.Type == ACPI_TYPE_INTEGER) in AcpiUtExecute_CLS()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp162 unsigned Type = 0; in recordRelocation() local
209 Type = MachO::ARM64_RELOC_UNSIGNED; in recordRelocation()
234 Type = MachO::ARM64_RELOC_POINTER_TO_GOT; in recordRelocation()
238 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()
291 Type = MachO::ARM64_RELOC_UNSIGNED; in recordRelocation()
295 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()
299 Type = MachO::ARM64_RELOC_SUBTRACTOR; in recordRelocation()
372 if ((Type == MachO::ARM64_RELOC_BRANCH26 || in recordRelocation()
373 Type == MachO::ARM64_RELOC_PAGE21 || in recordRelocation()
374 Type == MachO::ARM64_RELOC_PAGEOFF12) && in recordRelocation()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h20 class Type; variable
76 enum Type enum
90 Type *type;
100 ClassKind::Type classKind; // specifies the linkage type
146 Type *getType();
156 Type *handleType() { return type; } in handleType()
168 typedef unsigned Type; typedef
195 Type *arg1type;
196 Type *arg2type;
243 BaseClass(Type *type);
[all …]
/netbsd/sys/external/bsd/acpica/dist/debugger/
H A Ddbobject.c164 switch (ObjDesc->Common.Type) in AcpiDbDecodeInternalObject()
233 switch (Node->Type) in AcpiDbDecodeNode()
273 UINT8 Type; in AcpiDbDisplayInternalObject() local
300 Type = ObjDesc->Common.Type; in AcpiDbDisplayInternalObject()
301 if (Type > ACPI_TYPE_LOCAL_MAX) in AcpiDbDisplayInternalObject()
303 AcpiOsPrintf (" Type %X [Invalid Type]", (UINT32) Type); in AcpiDbDisplayInternalObject()
309 switch (ObjDesc->Common.Type) in AcpiDbDisplayInternalObject()
477 if (Node->Type != ACPI_TYPE_METHOD) in AcpiDbDecodeLocals()
559 if (Node->Type != ACPI_TYPE_METHOD) in AcpiDbDecodeArguments()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h344 bool isTruncateFree(Type *Ty1, Type *Ty2) { in isTruncateFree()
354 bool isTypeLegal(Type *Ty) { in isTypeLegal()
705 Type *Ty = Tys[I]; in getOperandsScalarizationOverhead()
852 InstructionCost getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
1018 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
1248 Type *I8Type = Type::getInt8Ty(VT->getContext());
1504 Type *Ty = Tys[i]; in getTypeBasedIntrinsicInstrCost()
1610 Type *Ty = Tys[0]; in getTypeBasedIntrinsicInstrCost()
1616 Type *Ty = RetTy; in getTypeBasedIntrinsicInstrCost()
1916 Type *Ty = Tys[i]; in getTypeBasedIntrinsicInstrCost()
[all …]

12345678910>>...220