| /freebsd/sys/dev/acpica/Osd/ |
| H A D | OsdHardware.c | 74 AcpiOsReadPort(ACPI_IO_ADDRESS InPort, UINT32 *Value, UINT32 Width) in AcpiOsReadPort() 93 AcpiOsWritePort(ACPI_IO_ADDRESS OutPort, UINT32 Value, UINT32 Width) in AcpiOsWritePort() 113 UINT32 Width) in AcpiOsReadPciConfiguration() 135 UINT64 Value, UINT32 Width) in AcpiOsWritePciConfiguration()
|
| H A D | OsdMemory.c | 88 AcpiOsReadMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 *Value, UINT32 Width) in AcpiOsReadMemory() 117 AcpiOsWriteMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 Value, UINT32 Width) in AcpiOsWriteMemory()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SlowDynamicAPInt.cpp | 127 unsigned Width = getMaxWidth(Val, O.Val); in operator ==() local 131 unsigned Width = getMaxWidth(Val, O.Val); in operator !=() local 135 unsigned Width = getMaxWidth(Val, O.Val); in operator >() local 139 unsigned Width = getMaxWidth(Val, O.Val); in operator <() local 143 unsigned Width = getMaxWidth(Val, O.Val); in operator <=() local 147 unsigned Width = getMaxWidth(Val, O.Val); in operator >=() local 163 unsigned Width = getMaxWidth(A, B); in runOpWithExpandOnOverflow() local 197 unsigned Width = getMaxWidth(LHS.Val, RHS.Val); in ceilDiv() local 205 unsigned Width = getMaxWidth(LHS.Val, RHS.Val); in floorDiv() local 220 unsigned Width = getMaxWidth(A.Val, B.Val); in gcd() local [all …]
|
| H A D | ScaledNumber.cpp | 201 std::string ScaledNumberBase::toString(uint64_t D, int16_t E, int Width, in toString() 318 int Width, unsigned Precision) { in print() 322 void ScaledNumberBase::dump(uint64_t D, int16_t E, int Width) { in dump()
|
| H A D | FormattedStream.cpp | 31 int Width = sys::unicode::columnWidthUTF8(CP); in UpdatePosition() local
|
| H A D | Unicode.cpp | 503 int Width = charWidth(buf[0]); in columnWidthUTF8() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFixedPoint.h | 44 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics() 48 FixedPointSemantics(unsigned Width, Lsb Weight, bool IsSigned, in FixedPointSemantics() 104 static FixedPointSemantics GetIntegerSemantics(unsigned Width, in GetIntegerSemantics()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ShuffleDecodeConstantPool.cpp | 116 void DecodePSHUFBMask(const Constant *C, unsigned Width, in DecodePSHUFBMask() 154 void DecodeVPERMILPMask(const Constant *C, unsigned ElSize, unsigned Width, in DecodeVPERMILPMask() 190 unsigned Width, SmallVectorImpl<int> &ShuffleMask) { in DecodeVPERMIL2PMask() 244 void DecodeVPPERMMask(const Constant *C, unsigned Width, in DecodeVPPERMMask()
|
| /freebsd/sys/contrib/dev/acpica/components/hardware/ |
| H A D | hwvalid.c | 348 UINT32 Width) in AcpiHwReadPort() 423 UINT32 Width) in AcpiHwWritePort()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVExpandAtomicPseudoInsts.cpp | 239 static unsigned getLRForRMW(AtomicOrdering Ordering, int Width, in getLRForRMW() 248 static unsigned getSCForRMW(AtomicOrdering Ordering, int Width, in getSCForRMW() 261 AtomicRMWInst::BinOp BinOp, int Width, in doAtomicBinOpExpansion() 325 AtomicRMWInst::BinOp BinOp, int Width, in doMaskedAtomicBinOpExpansion() 388 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicBinOp() 438 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicMinMaxOp() 625 int Width, MachineBasicBlock::iterator &NextMBBI) { in expandAtomicCmpXchg()
|
| /freebsd/sys/contrib/dev/acpica/os_specific/service_layers/ |
| H A D | osunixxf.c | 1334 UINT32 Width) in AcpiOsReadPciConfiguration() 1362 UINT32 Width) in AcpiOsWritePciConfiguration() 1387 UINT32 Width) in AcpiOsReadPort() 1434 UINT32 Width) in AcpiOsWritePort() 1460 UINT32 Width) in AcpiOsReadMemory() 1499 UINT32 Width) in AcpiOsWriteMemory()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchExpandAtomicPseudoInsts.cpp | 167 AtomicRMWInst::BinOp BinOp, int Width) { in doAtomicBinOpExpansion() 258 MachineBasicBlock *DoneMBB, AtomicRMWInst::BinOp BinOp, int Width) { in doMaskedAtomicBinOpExpansion() 320 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicBinOp() 369 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicMinMaxOp() 501 int Width, MachineBasicBlock::iterator &NextMBBI) { in expandAtomicCmpXchg()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | SectionSizes.cpp | 20 size_t Width = SectionNameTitle.size(); in getNameColumnWidth() local 29 size_t Width = SectionSizeTitle.size(); in getSizeColumnWidth() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.h | 27 MinimalTypeDumpVisitor(LinePrinter &P, uint32_t Width, bool RecordBytes, in MinimalTypeDumpVisitor() 57 uint32_t Width; variable
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | HiiImage.h | 47 UINT16 Width; member 188 UINT16 Width; member
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | string_utils.cpp | 82 void ScopedString::appendString(int Width, int MaxChars, const char *S) { in appendString() 129 u8 Width = 0; in vappend() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | CXXABI.h | 34 uint64_t Width; member
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | APSIntType.h | 24 constexpr APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormatCommon.h | 24 unsigned Width; member
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | SummaryView.cpp | 26 unsigned Width) in SummaryView()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 220 bool isLegalInteger(uint64_t Width) const { in isLegalInteger() 224 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); } in isIllegalInteger() 313 bool fitsInLegalInteger(unsigned Width) const { in fitsInLegalInteger()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.cpp | 33 unsigned Width; member 81 Column column(StringRef Str, unsigned Width) { return Column(Str, Width); } in column() 84 Column column(StringRef Str, unsigned Width, const T &Value) { in column()
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | aslstubs.c | 187 UINT32 Width) in AcpiHwReadPort() 196 UINT32 Width) in AcpiHwWritePort()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | X86.cpp | 239 StringRef Version, Width; in getX86TargetFeatures() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.h | 67 uint16_t Width = 0; member
|