Searched refs:Common (Results 76 - 100 of 131) sorted by relevance

123456

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp79 LaneBitmask Common = S.LaneMask & Mask; local
80 if (Common == 0)
86 // Split current subrange into Common and LRest ranges.
88 CommonRange = LI.createSubRangeFrom(*Alloc, Common, S);
90 assert(Common == S.LaneMask);
95 Mask &= ~Common;
/freebsd-11.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexoparg1.c854 ((TempDesc->Common.Type == ACPI_TYPE_STRING) ||
855 (TempDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE)))
868 switch ((Operand[0])->Common.Type)
929 if ((Operand[0])->Common.Type == ACPI_TYPE_STRING)
1059 switch (ReturnDesc->Common.Type)
H A Dexfldio.c85 * DESCRIPTION: Common processing for AcpiExExtractFromField and
108 if (RgnDesc->Common.Type != ACPI_TYPE_REGION)
111 RgnDesc->Common.Type,
132 if (!(RgnDesc->Common.Flags & AOPOBJ_DATA_VALID))
159 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
440 switch (ObjDesc->Common.Type)
447 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
574 ObjDesc->Common.Type));
H A Dexprep.c310 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD)
506 if (!(SecondDesc->Common.Flags & AOPOBJ_DATA_VALID))
584 SecondDesc = ObjDesc->Common.NextObject;
H A Dexcreate.c311 Node = WalkState->Op->Common.Node;
373 ObjDesc->Common.Flags &=
H A Dexutils.c181 (ObjDesc->Common.Type != ACPI_TYPE_INTEGER))
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Daslopt.c457 (Op->Common.Parent->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK)) &&
581 if (!TargetNode || !WalkState || !AmlNameString || !Op->Common.Parent)
589 AcpiPsGetOpcodeName (Op->Common.Parent->Common.AmlOpcode),
590 AcpiPsGetOpcodeName (Op->Common.AmlOpcode)));
/freebsd-11.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsaccess.c170 ObjDesc->Common.Flags |= AOPOBJ_DATA_VALID;
196 ObjDesc->Common.Flags |= AOPOBJ_STATIC_POINTER;
243 ObjDesc->Common.Type);
H A Dnsarguments.c93 UserArgType = Info->Parameters[i]->Common.Type;
H A Dnsdump.c345 if (ObjDesc->Common.Flags & AOPOBJ_DATA_VALID)
358 if (ObjDesc->Common.Flags & AOPOBJ_DATA_VALID)
458 /* Common field handling */
491 AcpiOsPrintf ("(R%u)", ObjDesc->Common.ReferenceCount);
567 ObjType = ObjDesc->Common.Type;
H A Dnsalloc.c139 (ObjDesc->Common.Type == ACPI_TYPE_LOCAL_DATA))
148 NextDesc = ObjDesc->Common.NextObject;
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.copyoutbadaddr.ksh5 * Common Development and Distribution License (the "License").
H A Derr.copyoutstrbadaddr.ksh5 * Common Development and Distribution License (the "License").
/freebsd-11.0-release/sys/contrib/dev/acpica/components/events/
H A Devregion.c619 RegionObj->Common.Flags & AOPOBJ_REG_CONNECTED) ||
621 !(RegionObj->Common.Flags & AOPOBJ_REG_CONNECTED)))
680 RegionObj->Common.Flags |= AOPOBJ_REG_CONNECTED;
684 RegionObj->Common.Flags &= ~AOPOBJ_REG_CONNECTED;
H A Devhandler.c276 if (ObjDesc->Common.Type == ACPI_TYPE_DEVICE)
535 ObjDesc->Common.Type = (UINT8) Type;
H A Devrgnini.c580 if (RegionObj->Common.Flags & AOPOBJ_OBJECT_INITIALIZED)
585 RegionObj->Common.Flags |= AOPOBJ_OBJECT_INITIALIZED;
H A Devmisc.c174 Info->Common.DescriptorType = ACPI_DESC_TYPE_STATE_NOTIFY;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DTools.h149 class LLVM_LIBRARY_VISIBILITY Common : public GnuTool { class in namespace:clang::driver::tools::gcc
151 Common(const char *Name, const char *ShortName, const ToolChain &TC) function in class:clang::driver::tools::gcc::Common
169 class LLVM_LIBRARY_VISIBILITY Preprocessor : public Common {
172 : Common("gcc::Preprocessor", "gcc preprocessor", TC) {}
181 class LLVM_LIBRARY_VISIBILITY Compiler : public Common {
183 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {}
192 class LLVM_LIBRARY_VISIBILITY Linker : public Common {
194 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {}
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dacobject.h67 * Common Descriptors
72 * Common area for all objects.
248 * Common fields for objects that support ASL notifications
311 * Common bitfield for the field objects
511 ACPI_OBJECT_COMMON Common; member in union:acpi_operand_object
582 ACPI_COMMON_DESCRIPTOR Common; member in union:acpi_descriptor
H A Dacmacros.h333 #define ACPI_GET_DESCRIPTOR_PTR(d) (((ACPI_DESCRIPTOR *)(void *)(d))->Common.CommonPointer)
334 #define ACPI_SET_DESCRIPTOR_PTR(d, p) (((ACPI_DESCRIPTOR *)(void *)(d))->Common.CommonPointer = (p))
335 #define ACPI_GET_DESCRIPTOR_TYPE(d) (((ACPI_DESCRIPTOR *)(void *)(d))->Common.DescriptorType)
336 #define ACPI_SET_DESCRIPTOR_TYPE(d, t) (((ACPI_DESCRIPTOR *)(void *)(d))->Common.DescriptorType = (t))
/freebsd-11.0-release/sys/conf/
H A Dconfig.mk3 # Common code to marry kernel config(8) goo and module building goo.
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclTemplate.h695 mutable CommonBase *Common; member in class:clang::final
709 Common() {}
836 struct Common : CommonBase { struct in class:clang::FunctionTemplateDecl
837 Common() : InjectedArgs(), LazySpecializations() { } function in struct:clang::FunctionTemplateDecl::Common
868 Common *getCommonPtr() const {
869 return static_cast<Common *>(RedeclarableTemplateDecl::getCommonPtr());
1936 struct Common : CommonBase { struct in class:clang::ClassTemplateDecl
1937 Common() : LazySpecializations() { } function in struct:clang::ClassTemplateDecl::Common
1975 Common *getCommonPtr() const {
1976 return static_cast<Common *>(RedeclarableTemplateDec
2231 typedef CommonBase Common; typedef in class:clang::TypeAliasTemplateDecl
2765 struct Common : CommonBase { struct in class:clang::VarTemplateDecl
2766 Common() : LazySpecializations() {} function in struct:clang::VarTemplateDecl::Common
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c91 AmlOffset = (UINT32) ACPI_PTR_DIFF (Op->Common.Aml,
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Duteval.c65 * return object. Common code that simplifies accessing objects
134 switch ((Info->ReturnObject)->Common.Type)
H A Dutmisc.c304 (ThisSourceObj->Common.Type != ACPI_TYPE_PACKAGE))

Completed in 297 milliseconds

123456