| /freebsd/lib/libvgl/ |
| H A D | text.c | 56 VGLTextFont->Height = 8; in VGLTextSetFontFile() 63 fread(&VGLTextFont->Height, 1 , 1, fd); in VGLTextSetFontFile() 65 (byte*)malloc(256*((VGLTextFont->Width + 7)/8)*VGLTextFont->Height); in VGLTextSetFontFile() 67 (256*((VGLTextFont->Width + 7)/8)*VGLTextFont->Height), fd); in VGLTextSetFontFile() 80 Bpc = Bpl * VGLTextFont->Height; in VGLBitmapPutChar() 82 for(lin = 0; lin < VGLTextFont->Height; lin++) { in VGLBitmapPutChar()
|
| H A D | vgl.h | 70 byte Width, Height; member
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineTraceMetrics.cpp | 401 unsigned Height = SuccTBI->InstrHeight; in pickTraceSucc() local 402 if (!Best || Height < BestHeight) { in pickTraceSucc() 404 BestHeight = Height; in pickTraceSucc() 816 unsigned Len = LIR.Height + Cycles[DefMI].Depth; in computeCrossBlockCriticalPath() 854 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in updateDepth() 933 static unsigned updatePhysDepsUpwards(const MachineInstr &MI, unsigned Height, in updatePhysDepsUpwards() argument 963 Height = std::max(Height, DepHeight); in updatePhysDepsUpwards() 975 if (LRU.Cycle <= Height && LRU.MI != &MI) { in updatePhysDepsUpwards() 976 LRU.Cycle = Height; in updatePhysDepsUpwards() 983 return Height; in updatePhysDepsUpwards() [all …]
|
| H A D | ScheduleDAG.cpp | 259 Height = NewHeight; in setHeightToAtLeast() 307 SuccSU->Height + SuccDep.getLatency()); in ComputeHeight() 316 if (MaxSuccHeight != Cur->Height) { in ComputeHeight() 318 Cur->Height = MaxSuccHeight; in ComputeHeight()
|
| /freebsd/stand/common/ |
| H A D | gfx_fb.c | 480 uint32_t Width, uint32_t Height) in gfxfb_blt_fill() argument 496 if (DestinationY + Height > gfx_state.tg_fb.fb_height) in gfxfb_blt_fill() 502 if (Width == 0 || Height == 0) in gfxfb_blt_fill() 526 for (y = DestinationY; y < Height + DestinationY; y++) { in gfxfb_blt_fill() 562 uint32_t Width, uint32_t Height, uint32_t Delta) in gfxfb_blt_video_to_buffer() argument 579 if (SourceY + Height > in gfxfb_blt_video_to_buffer() 586 if (Width == 0 || Height == 0) in gfxfb_blt_video_to_buffer() 610 for (sy = SourceY, dy = DestinationY; dy < Height + DestinationY; in gfxfb_blt_video_to_buffer() 662 uint32_t Width, uint32_t Height, uint32_t Delta) in gfxfb_blt_buffer_to_video() argument 679 if (DestinationY + Height > in gfxfb_blt_buffer_to_video() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineTraceMetrics.h | 163 unsigned Height; member 165 LiveInReg(Register Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg() 266 unsigned Height; member
|
| H A D | ScheduleDAG.h | 287 unsigned Height = 0; ///< Node height. variable 431 return Height; in getHeight()
|
| /freebsd/contrib/file/tests/ |
| H A D | json1.testfile | 4 "Height": 600, 8 "Height": 125,
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | HiiImage.h | 48 UINT16 Height; member 189 UINT16 Height; member
|
| H A D | UgaDraw.h | 143 IN UINTN Height,
|
| H A D | GraphicsOutput.h | 220 IN UINTN Height,
|
| /freebsd/sys/teken/ |
| H A D | sequences | 55 DECDHL Double Height Double Width Line Top ^[ # 3 56 DECDHL Double Height Double Width Line Bottom ^[ # 4 57 DECDWL Single Height Double Width Line ^[ # 6 68 DECSWL Single Height Single Width Line ^[ # 5
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.h | 123 unsigned Height = 0; // Maximum topdown path length to block without outputs variable 366 unsigned Height; member 382 Height = Best.Height; in setBest()
|
| H A D | GCNILPSched.cpp | 110 unsigned Height = Succ.getSUnit()->getHeight(); in closestSucc() local 113 if (Height > MaxHeight) in closestSucc() 114 MaxHeight = Height; in closestSucc()
|
| H A D | SIMachineScheduler.cpp | 1378 Block->Height = 0; in fillStats() 1380 unsigned Height = 0; in fillStats() local 1382 Height = std::max(Height, Succ.first->Height + Succ.first->getCost()); in fillStats() 1383 Block->Height = Height; in fillStats() 1523 if (TryCand.IsHighLatency && SISched::tryGreater(TryCand.Height, Cand.Height, in tryCandidateLatency() 1547 if (SISched::tryGreater(TryCand.Height, Cand.Height, TryCand, Cand, Depth)) in tryCandidateRegUsage() 1594 TryCand.Height = TryCand.Block->Height; in pickBlock()
|
| /freebsd/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiInternalFormRepresentation.h | 176 UINT16 Height; member 529 UINT16 Height; member 553 UINT16 Height; member 569 UINT16 Height; member 587 UINT16 Height; member 1982 UINT16 Height; member 2016 UINT16 Height; member 2055 UINT16 Height; member
|
| /freebsd/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbconvert.c | 486 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height); in AcpiDbEncodePldBuffer() 607 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Height", PldInfo->Height); in AcpiDbDumpPldBuffer()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
| H A D | ASTDiff.h | 40 int Depth, Height, Shift = 0; member
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | asf | 39 >>>82 lelong x \b, Encoded Image Height %d 42 >>>97 lelong x \b, Image Height %d
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | aslpld.c | 318 PldInfo.Height = (UINT16) Value; in OpcDoPld() 747 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height); in OpcEncodePldBuffer()
|
| /freebsd/contrib/ncurses/ncurses/win32con/ |
| H A D | win32_driver.c | 375 int y, nonempty, n, x0, x1, Width, Height; in wcon_doupdate() local 383 Height = screen_lines(sp); in wcon_doupdate() 384 nonempty = Min(Height, NewScreen(sp)->_maxy + 1); in wcon_doupdate() 387 Height, Width, in wcon_doupdate()
|
| /freebsd/share/vt/fonts/ |
| H A D | vgarom-thin-8x8.hex | 1 # Height: 8
|
| H A D | tom-thumb.hex | 11 # Height: 6
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGRRList.cpp | 424 unsigned Height = PredSU->getHeight(); in ReleasePred() local 425 if (Height < MinAvailableCycle) in ReleasePred() 426 MinAvailableCycle = Height; in ReleasePred() 2350 unsigned Height = Succ.getSUnit()->getHeight(); in closestSucc() local 2355 Height = closestSucc(Succ.getSUnit())+1; in closestSucc() 2356 if (Height > MaxHeight) in closestSucc() 2357 MaxHeight = Height; in closestSucc() 2480 static bool BUHasStall(SUnit *SU, int Height, RegReductionPQBase *SPQ) { in BUHasStall() argument 2481 if ((int)SPQ->getCurCycle() < Height) return true; in BUHasStall()
|
| /freebsd/sys/contrib/device-tree/Bindings/display/ |
| H A D | ssd1307fb.txt | 11 - solomon,height: Height in pixel of the screen driven by the controller
|