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

123

/freebsd-9.3-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, UINT32 *Value, UINT32 Width) argument
94 LogicalAddress = pmap_mapdev(Address, Width / 8);
98 switch (Width) {
110 pmap_unmapdev((vm_offset_t)LogicalAddress, Width / 8);
116 AcpiOsWriteMemory(ACPI_PHYSICAL_ADDRESS Address, UINT32 Value, UINT32 Width) argument
120 LogicalAddress = pmap_mapdev(Address, Width / 8);
124 switch (Width) {
136 pmap_unmapdev((vm_offset_t)LogicalAddress, Width / 8);
/freebsd-9.3-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...]
H A Dvgl.h70 byte Width, Height; member in struct:VGLText
/freebsd-9.3-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-9.3-release/sys/contrib/dev/acpica/hardware/
H A Dhwvalid.c226 * Width Number of bits
240 UINT32 Width)
256 Status = AcpiHwValidateIoRequest (Address, Width);
259 Status = AcpiOsReadPort (Address, Value, Width);
273 for (i = 0, *Value = 0; i < Width; i += 8)
301 * Width Number of bits
315 UINT32 Width)
330 Status = AcpiHwValidateIoRequest (Address, Width);
333 Status = AcpiOsWritePort (Address, Value, Width);
347 for (i = 0; i < Width;
237 AcpiHwReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
312 AcpiHwWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
[all...]
H A Dhwxface.c136 UINT32 Width; local
157 Width = Reg->BitWidth;
158 if (Width == 64)
160 Width = 32; /* Break into two 32-bit transfers */
175 Address, &Value, Width);
198 Address, &Value, Width);
249 UINT32 Width; local
265 Width = Reg->BitWidth;
266 if (Width == 64)
268 Width
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h290 UINT32 Width);
296 UINT32 Width);
306 UINT32 Width);
312 UINT32 Width);
325 UINT32 Width);
332 UINT32 Width);
H A Dachware.h119 UINT32 Width);
125 UINT32 Width);
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c41 Flags, Width, Prec, Type, Format enumerator in enum:__anon3630
93 state = Width;
94 if (state == Width) {
106 state = Width;
107 if (state == Width) {
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/sys/contrib/dev/acpica/
H A Dosunixxf.c933 * Width - Number of bits
946 UINT32 Width)
960 * Width - Number of bits
973 UINT32 Width)
986 * Width - Number of bits
998 UINT32 Width)
1001 switch (Width)
1029 * Width - Number of bits
1041 UINT32 Width)
1054 * Width
942 AcpiOsReadPciConfiguration( ACPI_PCI_ID *PciId, UINT32 Register, UINT64 *Value, UINT32 Width) argument
969 AcpiOsWritePciConfiguration( ACPI_PCI_ID *PciId, UINT32 Register, UINT64 Value, UINT32 Width) argument
995 AcpiOsReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
1038 AcpiOsWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
1063 AcpiOsReadMemory( ACPI_PHYSICAL_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
1099 AcpiOsWriteMemory( ACPI_PHYSICAL_ADDRESS Address, UINT32 Value, UINT32 Width) argument
[all...]
/freebsd-9.3-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-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslstubs.c78 UINT32 Width)
87 UINT32 Width)
75 AcpiHwReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
84 AcpiHwWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
/freebsd-9.3-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-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h82 /*DeclSpec::TSW*/ unsigned Width : 2; member in struct:clang::WrittenBuiltinSpecs
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp40 unsigned Base, Width, Offset; member in struct:__anon3594::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-9.3-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-9.3-release/lib/libedit/
H A Dchartype.h103 #define Width(c) wcwidth(c) macro
153 #define Width(c) 1 macro
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DDataLayout.cpp285 unsigned Width = getInt(Tok);
286 assert(Width != 0 && "width must be non-zero");
287 LegalIntWidths.push_back(Width);
625 Type *DataLayout::getSmallestLegalIntType(LLVMContext &C, unsigned Width) const {
627 if (Width <= LegalIntWidths[i])
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp577 unsigned Width; // The width extracted. member in struct:__anon2596::LoweredPHIRecord
580 : PN(pn), Shift(Sh), Width(Ty->getPrimitiveSizeInBits()) {}
584 : PN(pn), Shift(Sh), Width(0) {}
599 (Val.Width>>3);
604 LHS.Width == RHS.Width;

Completed in 295 milliseconds

123