Searched refs:Height (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/lib/libvgl/
H A Dtext.c56 VGLTextFont->Height = 8;
63 fread(&VGLTextFont->Height, 1 , 1, fd);
65 (byte*)malloc(256*((VGLTextFont->Width + 7)/8)*VGLTextFont->Height);
67 (256*VGLTextFont->Width* VGLTextFont->Height), fd);
79 for(lin = 0; lin < VGLTextFont->Height; lin++) {
81 if (VGLTextFont->BitmapArray[((ch*VGLTextFont->Height)+lin)]&(1<<bit))
H A Dvgl.h70 byte Width, Height; member in struct:VGLText
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h146 /// For regunits: Height of the highest user in the trace.
147 unsigned Height; member in struct:llvm::MachineTraceMetrics::LiveInReg
149 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {}
249 unsigned Height; member in struct:llvm::MachineTraceMetrics::InstrCycles
H A DScheduleDAG.h294 bool isHeightCurrent : 1; ///< True if Height is current.
296 unsigned Height = 0; ///< Node height. variable
409 return Height;
426 /// Sets a flag in this node to indicate that its stored Height value
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp373 unsigned Height = SuccTBI->InstrHeight; local
374 if (!Best || Height < BestHeight) {
376 BestHeight = Height;
776 unsigned Len = LIR.Height + Cycles[DefMI].Depth;
814 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height);
892 // Height is the issue height computed from virtual register dependencies alone.
893 static unsigned updatePhysDepsUpwards(const MachineInstr &MI, unsigned Height,
914 // update MI Height to consider the physreg dependencies.
926 Height = std::max(Height, DepHeigh
[all...]
H A DScheduleDAG.cpp259 Height = NewHeight;
307 SuccSU->Height + SuccDep.getLatency());
316 if (MaxSuccHeight != Cur->Height) {
318 Cur->Height = MaxSuccHeight;
351 dbgs() << " Height : " << getHeight() << "\n";
412 << (isBottomUp ? "Height" : "Depth") << " value!\n";
/freebsd-11-stable/stand/efi/include/
H A Defiuga.h105 (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).
109 (SourceX, SourceY) (SourceX + Width, SourceY + Height) and place it in
111 (DestinationX + Width, DestinationY + Height). If DestinationX or
116 (SourceX, SourceY) (SourceX + Width, SourceY + Height) directly to the
118 (DestinationX + Width, DestinationY + Height). If SourceX or SourceY is
123 (SourceX + Width, SourceY + Height) .to the video display rectangle
124 (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).
130 buffer has a size of Width*Height*sizeof(EFI_UGA_PIXEL)
137 @param[in] Height - Hight of rectangle in BltBuffer in pixels.
156 IN UINTN Height,
[all...]
H A Defigop.h110 IN UINTN Height,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h126 unsigned Height; // Maximum topdown path length to block without outputs member in class:llvm::SIScheduleBlock
369 unsigned Height; member in struct:llvm::SIScheduleBlockScheduler::SIBlockSchedCandidate
385 Height = Best.Height;
H A DGCNILPSched.cpp111 unsigned Height = Succ.getSUnit()->getHeight(); local
114 if (Height > MaxHeight)
115 MaxHeight = Height;
H A DSIMachineScheduler.cpp1428 Block->Height = 0;
1430 unsigned Height = 0; local
1432 Height = std::max(Height, Succ.first->Height + Succ.first->getCost());
1433 Block->Height = Height;
1575 if (TryCand.IsHighLatency && SISched::tryGreater(TryCand.Height, Cand.Height,
1599 if (SISched::tryGreater(TryCand.Height, Can
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h39 int Depth, Height, Shift = 0; member in struct:clang::diff::Node
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h184 UINT16 Height; member in struct:_EFI_HII_GLYPH_INFO
537 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_1BIT_BASE
561 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_24BIT_BASE
577 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_4BIT_BASE
595 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_8BIT_BASE
1979 UINT16 Height; member in struct:_EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK
2013 UINT16 Height; member in struct:_EFI_HII_AIBT_CLEAR_IMAGES_BLOCK
2052 UINT16 Height; member in struct:_EFI_HII_AIBT_RESTORE_SCRN_BLOCK
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c480 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height);
601 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Height", PldInfo->Height);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp188 // Sets Height, Parent and Children for each node.
227 N.Height = 1;
229 N.Height = std::max(N.Height, 1 + Tree.getNode(Child).Height);
714 return Tree.getNode(Id1).Height < Tree.getNode(Id2).Height;
749 return Tree.getNode(List.top()).Height;
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslpld.c318 PldInfo.Height = (UINT16) Value;
751 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height);
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutxface.c710 PldInfo->Height = ACPI_PLD_GET_HEIGHT(&Dword);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacbuffer.h234 UINT16 Height; member in struct:acpi_pld_info
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1925 << " Height=" << RootHeights[N] << "): ");
2061 int Height = std::max(NodeHeights[Mul1.Value], NodeHeights[Mul2.Value]) + 1; local
2070 NodeHeights[New] = Height;
2124 int Height = std::max(NodeHeights[GA.Value], NodeHeights[SHL.Value]) + 1; local
2129 NodeHeights[GA.Value] = Height;
2183 int Height = std::max(NodeHeights[V0], NodeHeights[V1]) + 1; local
2195 NodeHeights[NewNode] = Height;
2201 << ",Height=" << Height << "):\n"); local
2209 int Height local
[all...]
H A DHexagonConstExtenders.cpp125 unsigned Height = 1; member in struct:__anon2229::RangeTree::Node
168 return N != nullptr ? N->Height : 0;
172 N->Height = 1 + std::max(height(N->Left), height(N->Right));
588 dbgs() << " Height: " << N->Height << '\n';
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp422 unsigned Height = PredSU->getHeight(); local
423 if (Height < MinAvailableCycle)
424 MinAvailableCycle = Height;
742 LLVM_DEBUG(dbgs() << " Height [" << SU->getHeight()
1907 dbgs() << "Height " << SU->getHeight() << ": ";
2331 unsigned Height = Succ.getSUnit()->getHeight();
2336 Height = closestSucc(Succ.getSUnit())+1;
2337 if (Height > MaxHeight)
2338 MaxHeight = Height;
2461 static bool BUHasStall(SUnit *SU, int Height, RegReductionPQBas
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c891 AcpiOsPrintf (ACPI_PLD_OUTPUT16, "PLD_Height", PldInfo->Height);
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c343 int y, nonempty, n, x0, x1, Width, Height; local
353 Height = screen_lines(sp);
354 nonempty = min(Height, NewScreen(sp)->_maxy + 1);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h879 /// fillLeft - Grow path to Height by taking leftmost branches.
880 /// @param Height The target height.
881 void fillLeft(unsigned Height) {
882 while (height() < Height)
1247 visitNodes(void (IntervalMap::*f)(IntervalMapImpl::NodeRef, unsigned Height)) {

Completed in 375 milliseconds