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

12

/freebsd-10.3-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsopcode.c125 UINT32 BitOffset; local
174 BitOffset = Offset;
192 BitOffset = Offset;
201 BitOffset = 8 * Offset;
210 BitOffset = 8 * Offset;
219 BitOffset = 8 * Offset;
228 BitOffset = 8 * Offset;
244 if ((BitOffset + BitCount) >
250 BitOffset + BitCount,
263 BitOffset, BitCoun
[all...]
/freebsd-10.3-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.3-release/sys/contrib/dev/acpica/compiler/
H A Dasldefine.h166 #define RsCreateBitField(Op, Name, ByteOffset, BitOffset) \
167 RsCreateResourceField (Op, Name, ByteOffset, BitOffset, 1)
H A Daslrestype2.c112 Descriptor->GenericReg.BitOffset = (UINT8) InitializerOp->Asl.Value.Integer;
114 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.c313 Node->Value = InitializerOp->Asl.Value.Tag.BitOffset;
H A Daslcompiler.h1066 UINT32 BitOffset,
/freebsd-10.3-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmopcode.c867 Info->BitOffset += (UINT32) Op->Common.Value.Integer;
875 Info->BitOffset += Offset;
877 if (Info->BitOffset % 8 == 0)
879 AcpiOsPrintf ("Offset (0x%.2X)", ACPI_DIV_8 (Info->BitOffset));
H A Ddmresrcl.c921 AcpiDmDumpInteger8 (Resource->GenericReg.BitOffset, "Bit Offset");
H A Ddmwalk.c657 Info->BitOffset = 0;
/freebsd-10.3-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwregs.c83 * pointer, Address, SpaceId, BitWidth, and BitOffset.
134 /* Validate the BitOffset. Just a warning for now. */
136 if (Reg->BitOffset != 0)
139 "Unsupported register bit offset: 0x%X", Reg->BitOffset));
162 * BitOffset and AccessWidth are currently ignored, as there has
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp120 uint64_t BitOffset = FieldBitOffset % CGF.CGM.getContext().getCharWidth(); local
125 llvm::RoundUpToAlignment(BitOffset + BitFieldSize, AlignmentBits));
135 CGBitFieldInfo::MakeInfo(CGF.CGM.getTypes(), Ivar, BitOffset, BitFieldSize,
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp295 int BitOffset = TM->getRegisterInfo()->getSubRegIdxOffset(SubIdx); local
296 if (BitOffset < 0 || BitOffset % 8)
300 Offset = (unsigned)BitOffset / 8;
/freebsd-10.3-release/sys/contrib/dev/acpica/components/events/
H A Devgpeblk.c298 ThisRegister->StatusAddress.BitOffset = 0;
299 ThisRegister->EnableAddress.BitOffset = 0;
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp450 unsigned BitOffset = 0; local
457 if (BitOffset < WideBits) {
458 ShAmt = DAG.getConstant(BitOffset, TLI.getShiftAmountTy(WideVT));
463 BitOffset += SrcEltBits;
464 if (BitOffset >= WideBits) {
/freebsd-10.3-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.h402 UINT8 BitOffset; member in struct:aml_resource_generic_register
H A Dacrestyp.h434 UINT8 BitOffset; member in struct:acpi_resource_generic_register
H A Dacdisasm.h192 UINT32 BitOffset; member in struct:acpi_op_walk_info
H A Daclocal.h846 UINT32 BitOffset; member in struct:acpi_tag_info
/freebsd-10.3-release/usr.sbin/acpi/acpidump/
H A Dacpi.c173 (u_int)gas->Address, gas->BitOffset,
177 (uintmax_t)gas->Address, gas->BitOffset,
182 gas->BitOffset, gas->BitWidth);
192 gas->BitOffset, gas->BitWidth);
196 gas->BitOffset, gas->BitWidth);
/freebsd-10.3-release/sys/contrib/dev/acpica/components/tables/
H A Dtbfadt.c254 GenericAddress->BitOffset = 0;
/freebsd-10.3-release/sys/contrib/dev/acpica/components/resources/
H A Drsdumpinfo.c230 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (GenericReg.BitOffset), "Bit Offset", NULL},
/freebsd-10.3-release/sys/dev/asr/
H A Di2omsg.h447 U8 BitOffset; member in struct:_I2O_TRANSACTION_ERROR_REPLY_MESSAGE_FRAME
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1883 DeclOffsets[Index].BitOffset = Stream.GetCurrentBitNo();

Completed in 189 milliseconds

12