Searched defs:Width (Results 1 - 25 of 121) sorted by relevance

12345

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCXXABI.h35 uint64_t Width; member in struct:clang::CXXABI::MemberPointerInfo
/netbsd-current/sys/external/bsd/acpica/dist/tools/examples/
H A Dexstubs.c64 AcpiHwReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
73 AcpiHwWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/
H A Dhw.c74 ReadPort( IN EFI_DEVICE_IO_INTERFACE *GlobalIoFncs, IN EFI_IO_WIDTH Width, IN UINTN Port ) argument
89 WritePort( IN EFI_DEVICE_IO_INTERFACE *GlobalIoFncs, IN EFI_IO_WIDTH Width, IN UINTN Port, IN UINTN Data ) argument
104 ReadPciConfig( IN EFI_DEVICE_IO_INTERFACE *GlobalIoFncs, IN EFI_IO_WIDTH Width, IN UINTN Address ) argument
119 WritePciConfig( IN EFI_DEVICE_IO_INTERFACE *GlobalIoFncs, IN EFI_IO_WIDTH Width, IN UINTN Address, IN UINTN Data ) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h68 uint16_t Width = 0; member in struct:llvm::HexagonEvaluator::ExtType
H A DHexagonBitTracker.cpp65 unsigned Width = 0; local
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/hardware/
H A Dhwvalid.c237 AcpiHwReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
312 AcpiHwWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
[all...]
/netbsd-current/sys/dev/acpi/acpica/
H A DOsdHardware.c72 AcpiOsReadPort(ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
101 AcpiOsWritePort(ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
130 AcpiOsReadMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 *Value, UINT32 Width) argument
171 AcpiOsWriteMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 Value, UINT32 Width) argument
212 AcpiOsReadPciConfiguration(ACPI_PCI_ID *PciId, UINT32 Register, UINT64 *Value, UINT32 Width) argument
257 AcpiOsWritePciConfiguration(ACPI_PCI_ID *PciId, UINT32 Register, ACPI_INTEGER Value, UINT32 Width) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.h27 MinimalTypeDumpVisitor(LinePrinter &P, uint32_t Width, bool RecordBytes, argument
57 uint32_t Width; member in class:llvm::pdb::MinimalTypeDumpVisitor
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DUnicode.cpp366 int Width = charWidth(buf[0]); local
H A DTargetRegistry.cpp119 size_t Width = 0; local
H A DNativeFormatting.cpp132 write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, Optional<size_t> Width) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp25 SummaryView(const MCSchedModel &Model, ArrayRef<MCInst> S, unsigned Width) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp20 size_t Width = SectionNameTitle.size(); local
29 size_t Width = SectionSizeTitle.size(); local
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h24 APSIntType(uint32_t Width, bool Unsigned) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp73 tryAddingSymbolicOperand(int64_t Value, bool isBranch, uint64_t Address, uint64_t Offset, uint64_t Width, MCInst &MI, const void *Decoder) argument
/netbsd-current/sys/external/bsd/gnu-efi/dist/apps/
H A Dlfbgrid.c11 fill_boxes(UINT32 *PixelBuffer, UINT32 Width, UINT32 Height, UINT32 Pitch, argument
H A Dbltgrid.c9 fill_boxes(UINT32 *PixelBuffer, UINT32 Width, UINT32 Height) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp116 void DecodePSHUFBMask(const Constant *C, unsigned Width, argument
154 void DecodeVPERMILPMask(const Constant *C, unsigned ElSize, unsigned Width, argument
189 DecodeVPERMIL2PMask(const Constant *C, unsigned M2Z, unsigned ElSize, unsigned Width, SmallVectorImpl<int> &ShuffleMask) argument
244 DecodeVPPERMMask(const Constant *C, unsigned Width, SmallVectorImpl<int> &ShuffleMask) argument
[all...]
H A DX86TargetMachine.cpp264 unsigned Width; local
277 unsigned Width; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFixedPoint.h35 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, argument
79 static FixedPointSemantics GetIntegerSemantics(unsigned Width, argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormat.h137 unsigned Width; member in class:llvm::FormattedString
145 inline FormattedString left_justify(StringRef Str, unsigned Width) { argument
152 inline FormattedString right_justify(StringRef Str, unsigned Width) { argument
159 center_justify(StringRef Str, unsigned Width) argument
167 unsigned Width; member in class:llvm::FormattedNumber
186 format_hex(uint64_t N, unsigned Width, bool Upper = false) argument
199 format_hex_no_prefix(uint64_t N, unsigned Width, bool Upper = false) argument
211 format_decimal(int64_t N, unsigned Width) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCFGPrinter.h249 double Width = 1 + WeightPercent; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp431 unsigned Width; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp37 static void signed_width(unsigned Width, uint64_t Value, argument
57 static void unsigned_width(unsigned Width, uint64_t Value, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallPrinter.cpp187 double Width = local

Completed in 313 milliseconds

12345