Searched refs:Field (Results 1 - 25 of 85) sorted by relevance

1234

/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Ddtfield.c58 DT_FIELD *Field,
64 DT_FIELD *Field,
70 DT_FIELD *Field,
84 * Field - Field to be compiled
86 * Type - Field type
97 DT_FIELD *Field,
108 DtCompileInteger (Buffer, Field, ByteLength, Flags);
113 DtCompileString (Buffer, Field, ByteLength);
118 Status = DtCompileUuid (Buffer, Field, ByteLengt
95 DtCompileOneField( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength, UINT8 Type, UINT8 Flags) argument
163 DtCompileString( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength) argument
204 DtCompileUnicode( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength) argument
243 DtCompileUuid( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength) argument
286 DtCompileInteger( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength, UINT8 Flags) argument
438 DtCompileBuffer( UINT8 *Buffer, char *StringValue, DT_FIELD *Field, UINT32 ByteLength) argument
497 DtCompileFlag( UINT8 *Buffer, DT_FIELD *Field, ACPI_DMTABLE_INFO *Info) argument
[all...]
H A Ddtio.c61 DT_FIELD *Field);
198 * PARAMETERS: Field - New field object to link
208 DT_FIELD *Field)
224 Prev->Next = Field;
228 Gbl_FieldList = Field;
261 DT_FIELD *Field; local
372 Field = UtLocalCalloc (sizeof (DT_FIELD));
373 Field->Name = Name;
374 Field->Value = Value;
375 Field
207 DtLinkField( DT_FIELD *Field) argument
927 DtDumpFieldList( DT_FIELD *Field) argument
1046 DtWriteFieldToListing( UINT8 *Buffer, DT_FIELD *Field, UINT32 Length) argument
[all...]
H A Ddtsubtable.c277 * PARAMETERS: Field - Current field list pointer
288 DT_FIELD *Field,
305 if (!Field)
310 ByteLength += DtGetFieldLength (Field, Info);
332 if (!Field)
337 Field = Field->Next;
344 if (!Field)
346 sprintf (MsgBuffer, "Found NULL field - Field name \"%s\" needed",
287 DtGetSubtableLength( DT_FIELD *Field, ACPI_DMTABLE_INFO *Info) argument
H A Ddtexpress.c58 DT_FIELD *Field);
73 * PARAMETERS: Field - Field object with Integer expression
85 DT_FIELD *Field,
92 Field->Value);
94 Gbl_CurrentField = Field;
96 Result = DtEvaluateExpression (Field->Value);
309 * PARAMETERS: FieldList - Field object at start of generic list
364 * PARAMETERS: Field - Field objec
84 DtResolveIntegerExpression( DT_FIELD *Field, UINT64 *ReturnValue) argument
373 DtInsertLabelField( DT_FIELD *Field) argument
[all...]
H A Ddtcompile.c64 DT_FIELD **Field);
414 * PARAMETERS: Field - Current field list pointer
427 DT_FIELD **Field,
444 if (!Field || !*Field)
449 Length = DtGetSubtableLength (*Field, Info);
465 LocalField = *Field;
479 sprintf (MsgBuffer, "Found NULL field - Field name \"%s\" needed",
504 *Field = LocalField;
532 *Field
426 DtCompileTable( DT_FIELD **Field, ACPI_DMTABLE_INFO *Info, DT_SUBTABLE **RetSubtable, BOOLEAN Required) argument
[all...]
H A Ddtutils.c321 * PARAMETERS: Field - Current field list pointer
323 * RETURN: Field value
331 DT_FIELD *Field)
333 if (!Field)
338 return (Field->Value);
348 * RETURN: Field type
487 * PARAMETERS: Field - Current field
490 * RETURN: Field length
500 DT_FIELD *Field,
594 Value = DtGetFieldValue (Field);
330 DtGetFieldValue( DT_FIELD *Field) argument
499 DtGetFieldLength( DT_FIELD *Field, ACPI_DMTABLE_INFO *Info) argument
890 DT_FIELD *Field = Gbl_FieldList; local
[all...]
H A Ddtcompiler.h84 char *Name; /* Field name (from name : value) */
85 char *Value; /* Field value (from name : value) */
151 DT_FIELD **Field,
177 DT_FIELD *Field);
182 DT_FIELD *Field,
200 DT_FIELD *Field,
238 DT_FIELD *Field,
261 DT_FIELD *Field,
269 DT_FIELD *Field,
277 DT_FIELD *Field,
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexfield.c115 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS ||
116 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GSBUS ||
117 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_IPMI))
125 if (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS)
128 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16);
130 else if (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GSBUS)
133 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16);
168 * Note: Field.length is in bits.
170 Length = (ACPI_SIZE) ACPI_ROUND_BITS_UP_TO_BYTES (ObjDesc->Field.BitLength);
173 /* Field i
[all...]
H A Dexprep.c82 * RETURN: Field granularity (8, 16, 32 or 64) and
116 /* Round Field start offset and length to "minimal" byte boundaries */
162 "Field Start %u, Field End %u -- requires %u accesses\n",
192 "Field goes beyond end-of-region!\n"));
194 /* Field does not fit in the region at all */
225 * PARAMETERS: ObjDesc - Field object
229 * RETURN: Field granularity (8, 16, 32 or 64) and
327 * FieldBitPosition - Field start position
328 * FieldBitLength - Field lengt
[all...]
H A Dexdump.c216 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Field.AccessLength), "AccessLength"},
217 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Field.RegionObj), "Region Object"},
218 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Field.ResourceBuffer), "ResourceBuffer"}
286 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (CommonField.FieldFlags), "Field Flags"},
289 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (CommonField.StartFieldBitOffset),"Field Bit Offset"},
669 ObjDesc->Field.BitLength,
670 ObjDesc->Field.AccessByteWidth,
671 ObjDesc->Field.FieldFlags & AML_FIELD_LOCK_RULE_MASK,
672 ObjDesc->Field.FieldFlags & AML_FIELD_UPDATE_RULE_MASK,
673 ObjDesc->Field
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c530 ACPI_PARSE_OBJECT *Field; local
584 Field = AcpiPsAllocOp (Opcode);
585 if (!Field)
590 Field->Common.AmlOffset = AmlOffset;
601 AcpiPsSetName (Field, Name);
606 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState);
614 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState);
634 Field->Common.Value.Integer = (UINT8) AccessType;
635 Field->Common.Value.Integer |= (UINT16) (AccessAttribute << 8);
644 Field
770 ACPI_PARSE_OBJECT *Field; local
[all...]
/freebsd-10.0-release/lib/libipx/
H A Dipx_addr.c48 static void Field(), cvtbase();
82 Field(buf, addr.x_net.c_net, 4);
89 Field(socketname, (u_char *)&addr.x_port, 2);
92 Field(hostname, addr.x_host.c_host, 6);
98 Field(buf, out, len) function
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DIntrinsics.h111 static IITDescriptor get(IITDescriptorKind K, unsigned Field) { argument
112 IITDescriptor Result = { K, { Field } };
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Visitors/
H A DCFGRecStmtDeclVisitor.h70 DISPATCH_CASE(Field)
89 DEFAULT_DISPATCH(Field)
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp59 void AppendField(const FieldDecl *Field, uint64_t FieldOffset,
64 void AppendBitField(const FieldDecl *Field, uint64_t FieldOffset,
109 AppendField(const FieldDecl *Field, uint64_t FieldOffset, argument
122 && "Field offset mismatch!");
161 void ConstStructBuilder::AppendBitField(const FieldDecl *Field, argument
176 uint64_t FieldSize = Field->getBitWidthValue(Context);
384 for (RecordDecl::field_iterator Field = RD->field_begin(),
385 FieldEnd = RD->field_end(); Field != FieldEnd; ++Field, ++FieldNo) {
389 if (CGM.getContext().ZeroBitfieldFollowsNonBitfield(*Field, LastF
[all...]
H A DCGClass.cpp549 FieldDecl *Field = MemberInit->getAnyMember(); local
550 QualType FieldType = Field->getType();
566 LHS = CGF.EmitLValueForFieldInitialization(LHS, Field);
588 LValue Src = CGF.EmitLValueForFieldInitialization(ThisRHSLV, Field);
600 CGF.EmitInitializerForField(Field, LHS, MemberInit->getInit(), ArrayIndexes);
603 void CodeGenFunction::EmitInitializerForField(FieldDecl *Field, argument
606 QualType FieldType = Field->getType();
610 EmitExprAsInit(Init, Field, LHS, false);
904 FieldDecl *Field = MemberInit->getMember();
905 assert(Field !
1172 const FieldDecl *Field = *I; local
1209 FieldHasTrivialDestructorBody(ASTContext &Context, const FieldDecl *Field) argument
1233 const FieldDecl *Field = *I; local
[all...]
H A DCGRecordLayoutBuilder.cpp108 llvm::Type *LayoutUnionField(const FieldDecl *Field,
447 CGRecordLayoutBuilder::LayoutUnionField(const FieldDecl *Field, argument
449 Fields[Field] = 0;
450 if (Field->isBitField()) {
451 uint64_t FieldSize = Field->getBitWidthValue(Types.getContext());
467 BitFields[Field] = CGBitFieldInfo::MakeInfo(Types, Field, 0, FieldSize,
474 return Types.ConvertTypeForMem(Field->getType());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp239 RecordDecl::field_iterator Field,
272 void FillInValueInitForField(unsigned Init, FieldDecl *Field,
278 Expr *InitExpr, FieldDecl *Field,
306 void InitListChecker::FillInValueInitForField(unsigned Init, FieldDecl *Field, argument
313 = InitializedEntity::InitializeMember(Field, &ParentEntity);
318 if (Field->hasInClassInitializer()) {
320 ILE->getRBraceLoc(), Field);
333 if (Field->getType()->isReferenceType()) {
339 << Field->getType()
341 SemaRef.Diag(Field
1314 CheckFlexibleArrayInit(const InitializedEntity &Entity, Expr *InitExpr, FieldDecl *Field, bool TopLevelObject) argument
1353 CheckStructUnionTypes(const InitializedEntity &Entity, InitListExpr *IList, QualType DeclType, RecordDecl::field_iterator Field, bool SubobjectIsDesignatorContext, unsigned &Index, InitListExpr *StructuredList, unsigned &StructuredIndex, bool TopLevelObject) argument
1732 Field = RT->getDecl()->field_begin(), local
[all...]
H A DSemaDeclCXX.cpp890 /// \param Field The field being checked. This may be a member of an anonymous
897 FieldDecl *Field,
900 if (Field->isUnnamedBitfield())
903 if (Field->isAnonymousStructOrUnion() &&
904 Field->getType()->getAsCXXRecordDecl()->isEmpty())
907 if (!Inits.count(Field)) {
912 SemaRef.Diag(Field->getLocation(), diag::note_constexpr_ctor_missing_init);
913 } else if (Field->isAnonymousStructOrUnion()) {
914 const RecordDecl *RD = Field->getType()->castAs<RecordType>()->getDecl();
2928 FieldDecl *Field, IndirectFieldDec
895 CheckConstexprCtorInitializer(Sema &SemaRef, const FunctionDecl *Dcl, FieldDecl *Field, llvm::SmallSet<Decl*, 16> &Inits, bool &Diagnosed) argument
2926 BuildImplicitMemberInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, ImplicitInitializerKind ImplicitInitKind, FieldDecl *Field, IndirectFieldDecl *Indirect, CXXCtorInitializer *&CXXMemberInit) argument
3228 CollectFieldInitializer(Sema &SemaRef, BaseAndFieldInfo &Info, FieldDecl *Field, IndirectFieldDecl *Indirect = 0) argument
3455 PopulateKeysForFields(FieldDecl *Field, SmallVectorImpl<const void*> &IdealInits) argument
3610 FieldDecl *Field = Init->getAnyMember(); local
3676 FieldDecl *Field = Init->getAnyMember(); local
3723 FieldDecl *Field = *I; local
4705 FieldDecl *Field = Subobj.dyn_cast<FieldDecl*>(); local
4754 FieldDecl *Field = Subobj.dyn_cast<FieldDecl*>(); local
11874 FieldDecl *Field = ivars[i]; local
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacmacros.h312 #define ACPI_EXTRACT_1BIT_FLAG(Field, Position) (ACPI_GET_1BIT_FLAG ((Field) >> Position))
313 #define ACPI_EXTRACT_2BIT_FLAG(Field, Position) (ACPI_GET_2BIT_FLAG ((Field) >> Position))
314 #define ACPI_EXTRACT_3BIT_FLAG(Field, Position) (ACPI_GET_3BIT_FLAG ((Field) >> Position))
315 #define ACPI_EXTRACT_4BIT_FLAG(Field, Position) (ACPI_GET_4BIT_FLAG ((Field) >> Position))
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h100 const FieldDecl *Field; member in struct:clang::APValue::UnionData
318 return ((const UnionData*)(const char*)Data)->Field;
375 void setUnion(const FieldDecl *Field, const APValue &Value) {
377 ((UnionData*)(char*)Data)->Field = Field;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp611 if (FieldDecl *Field = dyn_cast<FieldDecl>(D)) {
616 if (Field->isUnnamedBitfield())
644 if (Field->isMutable())
660 QualType T = Context.getBaseElementType(Field->getType());
669 if (!Field->hasInClassInitializer())
682 if (Field->hasInClassInitializer()) {
818 if (!Field->hasInClassInitializer() &&
843 !Field->hasInClassInitializer())
849 (!Field->hasInClassInitializer() && !isUnion()))
874 if (!Field
940 RecordDecl::field_iterator Field = field_begin(); local
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsxface.c57 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field)
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DTGLexer.h46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator in enum:llvm::tgtok::TokKind
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dconf.c195 #define CONF_FLAG(Field) \
199 CURCLASS_FLAGS_CLR(Field); \
201 CURCLASS_FLAGS_SET(Field); \
204 #define CONF_STRING(Field) \
210 REASSIGN(curclass.Field, arg); \
213 #define CONF_LL(Field,Arg,Min,Max) \
217 llval = strsuftollx(#Field, Arg, Min, Max, \
224 curclass.Field = llval; \

Completed in 424 milliseconds

1234