Searched refs:ByteWidth (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwvalid.c243 UINT32 ByteWidth; local
263 ByteWidth = ACPI_DIV_8 (BitWidth);
264 LastAddress = Address + ByteWidth - 1;
269 ByteWidth));
277 ACPI_FORMAT_UINT64 (Address), ByteWidth));
309 ACPI_FORMAT_UINT64 (Address), ByteWidth, PortInfo->Name,
/freebsd-13-stable/sys/contrib/dev/acpica/components/tables/
H A Dtbfadt.c165 UINT8 ByteWidth,
305 * ByteWidth - Width of this register
321 UINT8 ByteWidth,
333 BitWidth = (UINT8) (ByteWidth * 8);
334 if (ByteWidth > 31) /* (31*8)=248, (32*8)=256 */
338 * for GPEs, the legacy length (ByteWidth) is used instead to
346 RegisterName, ByteWidth, (ByteWidth * 8)));
318 AcpiTbInitGenericAddress( ACPI_GENERIC_ADDRESS *GenericAddress, UINT8 SpaceId, UINT8 ByteWidth, UINT64 Address, const char *RegisterName, UINT8 Flags) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1715 Optional<size_t> ByteWidth = getLengthOnSingleLine(SM, EdgeRange); local
1718 if (!ByteWidth)
1722 if (*ByteWidth <= MAX_PUNY_EDGE_LENGTH) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6712 unsigned ByteWidth = BitWidth / 8; local
6713 assert(Index < ByteWidth && "invalid index requested");
6714 (void) ByteWidth;
6762 return calculateByteProvider(Op->getOperand(0), ByteWidth - Index - 1,
7029 unsigned ByteWidth = VT.getSizeInBits() / 8; local
7052 SmallVector<int64_t, 8> ByteOffsets(ByteWidth);
7054 for (int i = ByteWidth - 1; i >= 0; --i) {
7062 if (++ZeroExtendedBytes != (ByteWidth - static_cast<unsigned>(i)))
7109 EVT::getIntegerVT(*DAG.getContext(), (ByteWidth - ZeroExtendedBytes) * 8);

Completed in 341 milliseconds