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

1234

/freebsd-10.1-release/sys/dev/acpica/Osd/
H A DOsdHardware.c50 AcpiOsReadPort(ACPI_IO_ADDRESS InPort, UINT32 *Value, UINT32 Width) argument
53 switch (Width) {
69 AcpiOsWritePort(ACPI_IO_ADDRESS OutPort, UINT32 Value, UINT32 Width) argument
72 switch (Width) {
89 UINT32 Width)
92 if (Width == 64)
99 PciId->Function, Register, Width / 8);
107 UINT64 Value, UINT32 Width)
110 if (Width == 64)
117 Value, Width /
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
94 LogicalAddress = pmap_mapdev(Address, Width / 8);
98 switch (Width) {
113 pmap_unmapdev((vm_offset_t)LogicalAddress, Width / 8);
119 AcpiOsWriteMemory(ACPI_PHYSICAL_ADDRESS Address, UINT64 Value, UINT32 Width) argument
123 LogicalAddress = pmap_mapdev(Address, Width / 8);
127 switch (Width) {
142 pmap_unmapdev((vm_offset_t)LogicalAddress, Width / 8);
/freebsd-10.1-release/lib/libvgl/
H A Dtext.c55 VGLTextFont->Width = 8;
62 fread(&VGLTextFont->Width, 1 , 1, fd);
65 (byte*)malloc(256*((VGLTextFont->Width + 7)/8)*VGLTextFont->Height);
67 (256*VGLTextFont->Width* VGLTextFont->Height), fd);
80 for(bit = 0; bit < VGLTextFont->Width; bit++) {
130 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), y,
134 VGLBitmapPutChar(Object, x, y-(pos*VGLTextFont->Width),
138 VGLBitmapPutChar(Object, x-(pos*VGLTextFont->Width), y,
142 VGLBitmapPutChar(Object, x, y+(pos*VGLTextFont->Width),
146 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width),
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumCXXABI.cpp54 uint64_t Width = Target.getTypeWidth(PtrDiff); local
57 Width = 2 * Width;
58 return std::make_pair(Width, Align);
H A DMicrosoftCXXABI.cpp193 uint64_t Width = Ptrs * PtrSize + Ints * IntSize; local
195 Width = llvm::RoundUpToAlignment(Width, Align);
196 return std::make_pair(Width, Align);
/freebsd-10.1-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwvalid.c227 * Width Number of bits
241 UINT32 Width)
257 Status = AcpiHwValidateIoRequest (Address, Width);
260 Status = AcpiOsReadPort (Address, Value, Width);
274 for (i = 0, *Value = 0; i < Width; i += 8)
302 * Width Number of bits
316 UINT32 Width)
331 Status = AcpiHwValidateIoRequest (Address, Width);
334 Status = AcpiOsWritePort (Address, Value, Width);
348 for (i = 0; i < Width;
238 AcpiHwReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
313 AcpiHwWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
[all...]
H A Dhwxface.c136 UINT32 Width; local
175 Width = Reg->BitWidth;
176 if (Width == 64)
178 Width = 32; /* Break into two 32-bit transfers */
182 Address, &ValueLo, Width);
235 UINT32 Width; local
266 Width = Reg->BitWidth;
267 if (Width == 64)
269 Width = 32; /* Break into two 32-bit transfers */
273 Address, ACPI_LODWORD (Value), Width);
[all...]
/freebsd-10.1-release/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h297 UINT32 Width);
303 UINT32 Width);
313 UINT32 Width);
319 UINT32 Width);
332 UINT32 Width);
339 UINT32 Width);
H A Dachware.h156 UINT32 Width);
162 UINT32 Width);
/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c41 Flags, Width, Prec, Type, Format enumerator in enum:__anon3889
93 state = Width;
94 if (state == Width) {
106 state = Width;
107 if (state == Width) {
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DDataLayout.h210 bool isLegalInteger(unsigned Width) const {
212 if (LegalIntWidths[i] == Width)
217 bool isIllegalInteger(unsigned Width) const {
218 return !isLegalInteger(Width);
230 bool fitsInLegalInteger(unsigned Width) const {
232 if (Width <= LegalIntWidths[i])
369 /// least as big as Width bits.
370 Type *getSmallestLegalIntType(LLVMContext &C, unsigned Width = 0) const;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Format/
H A DEncoding.h84 int Width = columnWidth(Tail.substr(0, TabPos), Encoding); local
85 assert(Width >= 0);
86 TotalWidth += Width;
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DTargetRegistry.cpp145 size_t Width = 0; local
150 Width = std::max(Width, Targets.back().first.size());
158 OS.indent(Width - Targets[i].first.size()) << " - "
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h24 APSIntType(uint32_t Width, bool Unsigned) argument
25 : BitWidth(Width), IsUnsigned(Unsigned) {}
/freebsd-10.1-release/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c1010 * Width - Number of bits
1023 UINT32 Width)
1038 * Width - Number of bits
1051 UINT32 Width)
1064 * Width - Number of bits
1076 UINT32 Width)
1079 switch (Width)
1111 * Width - Number of bits
1123 UINT32 Width)
1136 * Width
1019 AcpiOsReadPciConfiguration( ACPI_PCI_ID *PciId, UINT32 Register, UINT64 *Value, UINT32 Width) argument
1047 AcpiOsWritePciConfiguration( ACPI_PCI_ID *PciId, UINT32 Register, UINT64 Value, UINT32 Width) argument
1073 AcpiOsReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
1120 AcpiOsWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
1146 AcpiOsReadMemory( ACPI_PHYSICAL_ADDRESS Address, UINT64 *Value, UINT32 Width) argument
1185 AcpiOsWriteMemory( ACPI_PHYSICAL_ADDRESS Address, UINT64 Value, UINT32 Width) argument
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/Object/
H A DRelocVisitor.h35 char Width; member in struct:llvm::object::RelocToApply
36 RelocToApply(const RelocToApply &In) : Value(In.Value), Width(In.Width) {}
37 RelocToApply(int64_t Value, char Width) : Value(Value), Width(Width) {} argument
38 RelocToApply() : Value(0), Width(0) {}
/freebsd-10.1-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcs.c164 if (Resource->FixedDma.Width <= 5)
167 AcpiGbl_DtsDecode [Resource->FixedDma.Width]);
171 AcpiOsPrintf ("%X /* INVALID DMA WIDTH */, ", Resource->FixedDma.Width);
/freebsd-10.1-release/sys/contrib/dev/acpica/compiler/
H A Daslstubs.c77 UINT32 Width)
86 UINT32 Width)
74 AcpiHwReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
83 AcpiHwWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp1031 int Width = 0; local
1033 Width = 64;
1035 Width = 32;
1037 Width = 16;
1039 Width = 8;
1041 Width = 4;
1043 Width = 2;
1049 int Num1s = (ImmS & (Width - 1)) + 1;
1052 if (Num1s == Width) return false;
1054 int Rotation = (ImmR & (Width
1063 Mask <<= Width; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h82 /*DeclSpec::TSW*/ unsigned Width : 2; member in struct:clang::WrittenBuiltinSpecs
/freebsd-10.1-release/sys/boot/efi/include/
H A Defigop.h110 IN UINTN Width,
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp40 unsigned Base, Width, Offset; member in struct:__anon3857::EncodingField
42 : Base(B), Width(W), Offset(O) { }
52 void addField(unsigned Base, unsigned Width, unsigned Offset) { argument
53 Fields.push_back(EncodingField(Base, Width, Offset));
331 // Width of instructions
1073 << "(insn, " << OI->Base << ", " << OI->Width
1080 << "(insn, " << OI->Base << ", " << OI->Width
1784 unsigned Width = 0;
1797 OpInfo.addField(Base, Width, Offset);
1799 Width
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DIVUsers.cpp133 uint64_t Width = SE->getTypeSizeInBits(I->getType());
134 if (Width > 64 || (TD && !TD->isLegalInteger(Width)))
/freebsd-10.1-release/lib/libedit/
H A Dchartype.h103 #define Width(c) wcwidth(c) macro
153 #define Width(c) 1 macro
/freebsd-10.1-release/sys/contrib/dev/acpica/components/resources/
H A Drsirq.c317 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.FixedDma.Width),
318 AML_OFFSET (FixedDma.Width),

Completed in 310 milliseconds

1234