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

/freebsd-9.3-release/sys/contrib/dev/acpica/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-9.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-9.3-release/sys/contrib/dev/acpica/disassembler/
H A Ddmopcode.c485 Info->BitOffset += (UINT32) Op->Common.Value.Integer;
494 Info->BitOffset += Offset;
496 if (Info->BitOffset % 8 == 0)
498 AcpiOsPrintf (" Offset (0x%.2X)", ACPI_DIV_8 (Info->BitOffset));
H A Ddmresrcl.c894 AcpiDmDumpInteger8 (Resource->GenericReg.BitOffset, "Bit Offset");
H A Ddmwalk.c616 Info->BitOffset = 0;
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslrestype2.c115 Descriptor->GenericReg.BitOffset = (UINT8) InitializerOp->Asl.Value.Integer;
117 CurrentByteOffset + ASL_RESDESC_OFFSET (GenericReg.BitOffset));
H A Daslresource.c446 * BitOffset - Additional bit offset
461 UINT32 BitOffset)
465 Op->Asl.Value.Integer = ((UINT64) ByteOffset * 8) + BitOffset;
457 RsCreateBitField( ACPI_PARSE_OBJECT *Op, char *Name, UINT32 ByteOffset, UINT32 BitOffset) argument
H A Daslcompiler.h836 UINT32 BitOffset);
/freebsd-9.3-release/sys/contrib/dev/acpica/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-9.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-9.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-9.3-release/sys/contrib/dev/acpica/include/
H A Dactbl.h127 UINT8 BitOffset; /* Bit offset within the register */ member in struct:acpi_generic_address
H A Damlresrc.h365 UINT8 BitOffset; member in struct:aml_resource_generic_register
H A Dacrestyp.h382 UINT8 BitOffset; member in struct:acpi_resource_generic_register
H A Dacdisasm.h160 UINT32 BitOffset; member in struct:acpi_op_walk_info
/freebsd-9.3-release/sys/contrib/dev/acpica/events/
H A Devgpeblk.c297 ThisRegister->StatusAddress.BitOffset = 0;
298 ThisRegister->EnableAddress.BitOffset = 0;
/freebsd-9.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-9.3-release/sys/contrib/dev/acpica/tables/
H A Dtbfadt.c222 GenericAddress->BitOffset = 0;
/freebsd-9.3-release/usr.sbin/acpi/acpidump/
H A Dacpi.c147 gas->BitOffset, gas->BitWidth);
151 gas->BitOffset, gas->BitWidth);
161 gas->BitOffset, gas->BitWidth);
165 gas->BitOffset, gas->BitWidth);
/freebsd-9.3-release/sys/contrib/dev/acpica/resources/
H A Drsdump.c287 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (GenericReg.BitOffset), "Bit Offset", NULL},
/freebsd-9.3-release/sys/dev/asr/
H A Di2omsg.h447 U8 BitOffset; member in struct:_I2O_TRANSACTION_ERROR_REPLY_MESSAGE_FRAME
/freebsd-9.3-release/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c240 {ACPI_DMT_UINT8, ACPI_GAS_OFFSET (BitOffset), "Bit Offset", 0},
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1883 DeclOffsets[Index].BitOffset = Stream.GetCurrentBitNo();
H A DASTReaderDecl.cpp2011 return RecordLocation(M, DOffs.BitOffset);
H A DASTReader.cpp4156 M.PreprocessorDetailCursor.JumpToBit(PPOffs.BitOffset);

Completed in 276 milliseconds