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

1234

/freebsd-9.3-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,
107 DtCompileInteger (Buffer, Field, ByteLength, Flags);
111 DtCompileString (Buffer, Field, ByteLength);
115 Status = DtCompileUuid (Buffer, Field, ByteLengt
95 DtCompileOneField( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength, UINT8 Type, UINT8 Flags) argument
156 DtCompileString( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength) argument
197 DtCompileUnicode( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength) argument
236 DtCompileUuid( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength) argument
279 DtCompileInteger( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength, UINT8 Flags) argument
429 DtCompileBuffer( UINT8 *Buffer, char *StringValue, DT_FIELD *Field, UINT32 ByteLength) argument
487 DtCompileFlag( UINT8 *Buffer, DT_FIELD *Field, ACPI_DMTABLE_INFO *Info) argument
[all...]
H A Ddtio.c61 DT_FIELD *Field);
189 * PARAMETERS: Field - New field object to link
199 DT_FIELD *Field)
215 Prev->Next = Field;
219 Gbl_FieldList = Field;
252 DT_FIELD *Field; local
373 Field = UtLocalCalloc (sizeof (DT_FIELD));
374 Field->Name = Name;
375 Field->Value = Value;
376 Field
198 DtLinkField( DT_FIELD *Field) argument
878 DtWriteFieldToListing( UINT8 *Buffer, DT_FIELD *Field, UINT32 Length) argument
[all...]
H A Ddtsubtable.c276 * PARAMETERS: Field - Current field list pointer
287 DT_FIELD *Field,
299 if (!Field)
304 ByteLength += DtGetFieldLength (Field, Info);
323 if (!Field)
328 Field = Field->Next;
335 if (!Field)
337 sprintf (MsgBuffer, "Found NULL field - Field name \"%s\" needed",
286 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);
291 * PARAMETERS: FieldList - Field object at start of generic list
346 * PARAMETERS: Field - Field objec
84 DtResolveIntegerExpression( DT_FIELD *Field, UINT64 *ReturnValue) argument
355 DtInsertLabelField( DT_FIELD *Field) argument
[all...]
H A Ddtcompile.c64 DT_FIELD **Field);
388 * PARAMETERS: Field - Current field list pointer
401 DT_FIELD **Field,
417 if (!Field || !*Field)
422 Length = DtGetSubtableLength (*Field, Info);
438 LocalField = *Field;
447 sprintf (MsgBuffer, "Found NULL field - Field name \"%s\" needed",
472 *Field = LocalField;
491 *Field
400 DtCompileTable( DT_FIELD **Field, ACPI_DMTABLE_INFO *Info, DT_SUBTABLE **RetSubtable, BOOLEAN Required) argument
[all...]
H A Ddtutils.c326 * PARAMETERS: Field - Current field list pointer
328 * RETURN: Field value
336 DT_FIELD *Field)
338 if (!Field)
343 return (Field->Value);
353 * RETURN: Field type
480 * PARAMETERS: Field - Current field
483 * RETURN: Field length
493 DT_FIELD *Field,
568 Value = DtGetFieldValue (Field);
335 DtGetFieldValue( DT_FIELD *Field) argument
492 DtGetFieldLength( DT_FIELD *Field, ACPI_DMTABLE_INFO *Info) argument
852 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) */
150 DT_FIELD **Field,
169 DT_FIELD *Field,
187 DT_FIELD *Field,
225 DT_FIELD *Field,
248 DT_FIELD *Field,
256 DT_FIELD *Field,
264 DT_FIELD *Field,
270 DT_FIELD *Field,
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp188 static DecodeStatus decodeBDAddr12Operand(MCInst &Inst, uint64_t Field,
190 uint64_t Base = Field >> 12;
191 uint64_t Disp = Field & 0xfff;
198 static DecodeStatus decodeBDAddr20Operand(MCInst &Inst, uint64_t Field,
200 uint64_t Base = Field >> 20;
201 uint64_t Disp = ((Field << 12) & 0xff000) | ((Field >> 8) & 0xfff);
208 static DecodeStatus decodeBDXAddr12Operand(MCInst &Inst, uint64_t Field,
210 uint64_t Index = Field >> 16;
211 uint64_t Base = (Field >> 1
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/parser/
H A Dpsargs.c537 ACPI_PARSE_OBJECT *Field; local
569 Field = AcpiPsAllocOp (Opcode);
570 if (!Field)
575 Field->Common.AmlOffset = AmlOffset;
586 AcpiPsSetName (Field, Name);
591 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState);
599 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState);
609 Field->Common.Value.Integer = (((UINT32) ACPI_GET8 (ParserState->Aml) << 8));
611 Field->Common.Value.Integer |= ACPI_GET8 (ParserState->Aml);
621 return_PTR (Field);
650 ACPI_PARSE_OBJECT *Field; local
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/executer/
H A Dexfield.c115 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS ||
116 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_IPMI))
124 if (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS)
127 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16);
162 * Note: Field.length is in bits.
164 Length = (ACPI_SIZE) ACPI_ROUND_BITS_UP_TO_BYTES (ObjDesc->Field.BitLength);
167 /* Field is too large for an Integer, create a Buffer instead */
178 /* Field will fit within an Integer (normal case) */
276 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS ||
277 ObjDesc->Field
[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
322 * FieldBitPosition - Field start position
323 * FieldBitLength - Field lengt
[all...]
H A Dexdump.c216 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Field.RegionObj), "Region Object"}
280 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (CommonField.FieldFlags), "Field Flags"},
283 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (CommonField.StartFieldBitOffset),"Field Bit Offset"},
672 ObjDesc->Field.BitLength,
673 ObjDesc->Field.AccessByteWidth,
674 ObjDesc->Field.FieldFlags & AML_FIELD_LOCK_RULE_MASK,
675 ObjDesc->Field.FieldFlags & AML_FIELD_UPDATE_RULE_MASK,
676 ObjDesc->Field.BaseByteOffset,
677 ObjDesc->Field.StartFieldBitOffset);
679 AcpiExDumpOperand (ObjDesc->Field
[all...]
/freebsd-9.3-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-9.3-release/contrib/llvm/include/llvm/IR/
H A DIntrinsics.h111 static IITDescriptor get(IITDescriptorKind K, unsigned Field) { argument
112 IITDescriptor Result = { K, { Field } };
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp324 RecordDecl::field_iterator Field = Record->field_begin(); local
325 if (Field == Record->field_end()) {
331 if (!Field->getType()->isPointerType() ||
332 !Ctx.hasSameType(Field->getType()->getPointeeType(),
341 LValue Start = CGF.EmitLValueForFieldInitialization(DestLV, *Field);
347 ++Field;
349 if (Field == Record->field_end()) {
355 LValue EndOrLength = CGF.EmitLValueForFieldInitialization(DestLV, *Field);
356 if (Field->getType()->isPointerType() &&
357 Ctx.hasSameType(Field
1146 FieldDecl *Field = E->getInitializedFieldInUnion(); local
[all...]
H A DCGExprConstant.cpp56 void AppendField(const FieldDecl *Field, uint64_t FieldOffset,
61 void AppendBitField(const FieldDecl *Field, uint64_t FieldOffset,
88 AppendField(const FieldDecl *Field, uint64_t FieldOffset, argument
101 && "Field offset mismatch!");
140 void ConstStructBuilder::AppendBitField(const FieldDecl *Field, argument
155 uint64_t FieldSize = Field->getBitWidthValue(Context);
356 for (RecordDecl::field_iterator Field = RD->field_begin(),
357 FieldEnd = RD->field_end(); Field != FieldEnd; ++Field, ++FieldNo) {
359 if (RD->isUnion() && ILE->getInitializedFieldInUnion() != *Field)
[all...]
H A DCGClass.cpp541 FieldDecl *Field = MemberInit->getAnyMember(); local
542 QualType FieldType = Field->getType();
558 LHS = CGF.EmitLValueForFieldInitialization(LHS, Field);
580 LValue Src = CGF.EmitLValueForFieldInitialization(ThisRHSLV, Field);
592 CGF.EmitInitializerForField(Field, LHS, MemberInit->getInit(), ArrayIndexes);
595 void CodeGenFunction::EmitInitializerForField(FieldDecl *Field, argument
598 QualType FieldType = Field->getType();
602 EmitExprAsInit(Init, Field, LHS, false);
923 FieldDecl *Field = MemberInit->getMember();
924 assert(Field !
1195 const FieldDecl *Field = *I; local
1232 FieldHasTrivialDestructorBody(ASTContext &Context, const FieldDecl *Field) argument
1256 const FieldDecl *Field = *I; local
[all...]
H A DCGRecordLayoutBuilder.cpp105 llvm::Type *LayoutUnionField(const FieldDecl *Field,
442 CGRecordLayoutBuilder::LayoutUnionField(const FieldDecl *Field, argument
444 Fields[Field] = 0;
445 if (Field->isBitField()) {
446 uint64_t FieldSize = Field->getBitWidthValue(Types.getContext());
462 BitFields[Field] = CGBitFieldInfo::MakeInfo(Types, Field, 0, FieldSize,
469 return Types.ConvertTypeForMem(Field->getType());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp283 RecordDecl::field_iterator Field,
316 void FillInValueInitForField(unsigned Init, FieldDecl *Field,
322 Expr *InitExpr, FieldDecl *Field,
349 void InitListChecker::FillInValueInitForField(unsigned Init, FieldDecl *Field, argument
356 = InitializedEntity::InitializeMember(Field, &ParentEntity);
361 if (Field->hasInClassInitializer()) {
363 ILE->getRBraceLoc(), Field);
376 if (Field->getType()->isReferenceType()) {
382 << Field->getType()
384 SemaRef.Diag(Field
1359 CheckFlexibleArrayInit(const InitializedEntity &Entity, Expr *InitExpr, FieldDecl *Field, bool TopLevelObject) argument
1398 CheckStructUnionTypes(const InitializedEntity &Entity, InitListExpr *IList, QualType DeclType, RecordDecl::field_iterator Field, bool SubobjectIsDesignatorContext, unsigned &Index, InitListExpr *StructuredList, unsigned &StructuredIndex, bool TopLevelObject) argument
1777 Field = RT->getDecl()->field_begin(), local
[all...]
H A DSemaDeclCXX.cpp919 /// \param Field The field being checked. This may be a member of an anonymous
926 FieldDecl *Field,
929 if (Field->isInvalidDecl())
932 if (Field->isUnnamedBitfield())
935 if (Field->isAnonymousStructOrUnion() &&
936 Field->getType()->getAsCXXRecordDecl()->isEmpty())
939 if (!Inits.count(Field)) {
944 SemaRef.Diag(Field->getLocation(), diag::note_constexpr_ctor_missing_init);
945 } else if (Field->isAnonymousStructOrUnion()) {
946 const RecordDecl *RD = Field
924 CheckConstexprCtorInitializer(Sema &SemaRef, const FunctionDecl *Dcl, FieldDecl *Field, llvm::SmallSet<Decl*, 16> &Inits, bool &Diagnosed) argument
3090 BuildImplicitMemberInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, ImplicitInitializerKind ImplicitInitKind, FieldDecl *Field, IndirectFieldDecl *Indirect, CXXCtorInitializer *&CXXMemberInit) argument
3392 CollectFieldInitializer(Sema &SemaRef, BaseAndFieldInfo &Info, FieldDecl *Field, IndirectFieldDecl *Indirect = 0) argument
3637 PopulateKeysForFields(FieldDecl *Field, SmallVectorImpl<const void*> &IdealInits) argument
3792 FieldDecl *Field = Init->getAnyMember(); local
3858 FieldDecl *Field = Init->getAnyMember(); local
3908 FieldDecl *Field = *I; local
4970 FieldDecl *Field = Subobj.dyn_cast<FieldDecl*>(); local
5019 FieldDecl *Field = Subobj.dyn_cast<FieldDecl*>(); local
12376 FieldDecl *Field = ivars[i]; local
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/resources/
H A Drsxface.c57 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field)
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h100 const FieldDecl *Field; member in struct:clang::APValue::UnionData
325 return ((const UnionData*)(const char*)Data)->Field;
382 void setUnion(const FieldDecl *Field, const APValue &Value) {
384 ((UnionData*)(char*)Data)->Field = Field;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp624 if (FieldDecl *Field = dyn_cast<FieldDecl>(D)) {
629 if (Field->isUnnamedBitfield())
657 if (Field->isMutable())
673 QualType T = Context.getBaseElementType(Field->getType());
682 if (!Field->hasInClassInitializer())
695 if (Field->hasInClassInitializer()) {
838 if (!Field->hasInClassInitializer() &&
863 !Field->hasInClassInitializer())
869 (!Field->hasInClassInitializer() && !isUnion()))
894 if (!Field
1000 RecordDecl::field_iterator Field = field_begin(); local
[all...]
/freebsd-9.3-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-9.3-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 317 milliseconds

1234