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

123

/freebsd-10-stable/sys/dev/acpica/Osd/
H A DOsdHardware.c50 AcpiOsReadPort(ACPI_IO_ADDRESS InPort, UINT32 *Value, UINT32 Width) argument
69 AcpiOsWritePort(ACPI_IO_ADDRESS OutPort, UINT32 Value, UINT32 Width) argument
88 AcpiOsReadPciConfiguration(ACPI_PCI_ID *PciId, UINT32 Register, UINT64 *Value, UINT32 Width) argument
106 AcpiOsWritePciConfiguration(ACPI_PCI_ID *PciId, UINT32 Register, UINT64 Value, UINT32 Width) argument
[all...]
H A DOsdMemory.c90 AcpiOsReadMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 *Value, UINT32 Width) argument
119 AcpiOsWriteMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 Value, UINT32 Width) argument
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DUnicode.cpp356 int Width = charWidth(buf[0]); local
H A DTargetRegistry.cpp145 size_t Width = 0; local
/freebsd-10-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwvalid.c236 AcpiHwReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
311 AcpiHwWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
[all...]
H A Dhwxface.c144 UINT32 Width; local
243 UINT32 Width; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h24 APSIntType(uint32_t Width, bool Unsigned) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DItaniumCXXABI.cpp54 uint64_t Width = Target.getTypeWidth(PtrDiff); local
H A DMicrosoftCXXABI.cpp193 uint64_t Width = Ptrs * PtrSize + Ints * IntSize; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DEncoding.h84 int Width = columnWidth(Tail.substr(0, TabPos), Encoding); local
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c41 Flags, Width, Prec, Type, Format enumerator in enum:__anon3909
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DRelocVisitor.h35 char Width; member in struct:llvm::object::RelocToApply
37 RelocToApply(int64_t Value, char Width) : Value(Value), Width(Width) {} argument
/freebsd-10-stable/lib/libedit/
H A Dchartype.h103 #define Width(c) wcwidth(c) macro
153 #define Width(c) 1 macro
/freebsd-10-stable/lib/libvgl/
H A Dvgl.h70 byte Width, Height; member in struct:VGLText
/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutprint.c290 AcpiUtFormatNumber( char *String, char *End, UINT64 Number, UINT8 Base, INT32 Width, INT32 Precision, UINT8 Type) argument
441 INT32 Width; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp1031 int Width = 0; local
1063 Mask <<= Width; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp296 unsigned Width = SchedModel->getIssueWidth(); local
/freebsd-10-stable/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp189 tryAddingSymbolicOperand(int64_t Value, bool isBranch, uint64_t Address, uint64_t Offset, uint64_t Width, MCInst &MI, const MCDisassembler *Dis) argument
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp530 unsigned Width = LT.second.getVectorNumElements(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp127 uint64_t Width = WidthChars.getQuantity(); local
/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslstubs.c74 AcpiHwReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
83 AcpiHwWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp134 unsigned Width = ImmSOp.getImm() + 1; local
136 O << '#' << Width; local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp577 unsigned Width; // The width extracted. member in struct:__anon2735::LoweredPHIRecord
H A DInstCombineVectorOps.cpp66 unsigned Width = VTy->getNumElements(); local
/freebsd-10-stable/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp437 unsigned Width = cast<VectorType>(Val0->getType())->getNumElements(); local

Completed in 410 milliseconds

123