Searched refs:BitOffset (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsopcode.c127 UINT32 BitOffset; local
176 BitOffset = Offset;
194 BitOffset = Offset;
203 BitOffset = 8 * Offset;
212 BitOffset = 8 * Offset;
221 BitOffset = 8 * Offset;
230 BitOffset = 8 * Offset;
246 if ((BitOffset + BitCount) >
252 BitOffset + BitCount,
265 BitOffset, BitCoun
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h170 uint32_t BitOffset; member in struct:clang::serialization::PPEntityOffset
172 PPEntityOffset(SourceRange R, uint32_t BitOffset) argument
175 BitOffset(BitOffset) { }
183 uint32_t BitOffset; member in struct:clang::serialization::DeclOffset
185 DeclOffset() : Loc(0), BitOffset(0) { }
186 DeclOffset(SourceLocation Loc, uint32_t BitOffset) argument
188 BitOffset(BitOffset) { }
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Dasldefine.h167 #define RsCreateBitField(Op, Name, ByteOffset, BitOffset) \
168 RsCreateResourceField (Op, Name, ByteOffset, BitOffset, 1)
H A Daslrestype2.c114 Descriptor->GenericReg.BitOffset = (UINT8) InitializerOp->Asl.Value.Integer;
116 CurrentByteOffset + ASL_RESDESC_OFFSET (GenericReg.BitOffset));
H A Daslresource.c447 * BitOffset - Additional bit offset
463 UINT32 BitOffset,
471 Op->Asl.Value.Tag.BitOffset = (ByteOffset * 8) + BitOffset;
459 RsCreateResourceField( ACPI_PARSE_OBJECT *Op, char *Name, UINT32 ByteOffset, UINT32 BitOffset, UINT32 BitLength) argument
H A Daslload.c314 Node->Value = InitializerOp->Asl.Value.Tag.BitOffset;
H A Daslcompiler.h1002 UINT32 BitOffset,
/freebsd-10.0-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmopcode.c713 Info->BitOffset += (UINT32) Op->Common.Value.Integer;
721 Info->BitOffset += Offset;
723 if (Info->BitOffset % 8 == 0)
725 AcpiOsPrintf ("Offset (0x%.2X)", ACPI_DIV_8 (Info->BitOffset));
H A Ddmresrcl.c906 AcpiDmDumpInteger8 (Resource->GenericReg.BitOffset, "Bit Offset");
H A Ddmwalk.c646 Info->BitOffset = 0;
/freebsd-10.0-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwregs.c85 * pointer, Address, SpaceId, BitWidth, and BitOffset.
136 /* Validate the BitOffset. Just a warning for now. */
138 if (Reg->BitOffset != 0)
141 "Unsupported register bit offset: 0x%X", Reg->BitOffset));
164 * BitOffset and AccessWidth are currently ignored, as there has
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp119 uint64_t BitOffset = FieldBitOffset % CGF.CGM.getContext().getCharWidth(); local
124 llvm::RoundUpToAlignment(BitOffset + BitFieldSize, AlignmentBits));
134 CGBitFieldInfo::MakeInfo(CGF.CGM.getTypes(), Ivar, BitOffset, BitFieldSize,
/freebsd-10.0-release/sys/contrib/dev/acpica/components/events/
H A Devgpeblk.c299 ThisRegister->StatusAddress.BitOffset = 0;
300 ThisRegister->EnableAddress.BitOffset = 0;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp445 unsigned BitOffset = 0; local
452 if (BitOffset < WideBits) {
453 ShAmt = DAG.getConstant(BitOffset, TLI.getShiftAmountTy(WideVT));
458 BitOffset += SrcEltBits;
459 if (BitOffset >= WideBits) {
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dactbl.h133 UINT8 BitOffset; /* Bit offset within the register */ member in struct:acpi_generic_address
H A Damlresrc.h394 UINT8 BitOffset; member in struct:aml_resource_generic_register
H A Dacdisasm.h186 UINT32 BitOffset; member in struct:acpi_op_walk_info
H A Dacrestyp.h420 UINT8 BitOffset; member in struct:acpi_resource_generic_register
H A Daclocal.h831 UINT32 BitOffset; member in struct:acpi_tag_info
/freebsd-10.0-release/sys/contrib/dev/acpica/components/tables/
H A Dtbfadt.c241 GenericAddress->BitOffset = 0;
/freebsd-10.0-release/usr.sbin/acpi/acpidump/
H A Dacpi.c172 gas->BitOffset, gas->BitWidth);
176 gas->BitOffset, gas->BitWidth);
186 gas->BitOffset, gas->BitWidth);
190 gas->BitOffset, gas->BitWidth);
/freebsd-10.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsdumpinfo.c228 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (GenericReg.BitOffset), "Bit Offset", NULL},
/freebsd-10.0-release/sys/dev/asr/
H A Di2omsg.h447 U8 BitOffset; member in struct:_I2O_TRANSACTION_ERROR_REPLY_MESSAGE_FRAME
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1781 DeclOffsets[Index].BitOffset = Stream.GetCurrentBitNo();
/freebsd-10.0-release/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c281 {ACPI_DMT_UINT8, ACPI_GAS_OFFSET (BitOffset), "Bit Offset", 0},

Completed in 165 milliseconds

12