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

/freebsd-10.0-release/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-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h124 /// For regunits: Height of the highest user in the trace.
125 unsigned Height; member in struct:llvm::MachineTraceMetrics::LiveInReg
127 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {}
230 unsigned Height; member in struct:llvm::MachineTraceMetrics::InstrCycles
H A DScheduleDAG.h318 bool isHeightCurrent : 1; // True if Height is current.
320 unsigned Height; // Node height. member in class:llvm::SUnit
339 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
353 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
366 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
433 return Height;
452 /// stored Height value will require recomputation the next time
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp366 unsigned Height = SuccTBI->InstrHeight; local
367 if (!Best || Height < BestHeight)
368 Best = Succ, BestHeight = Height;
775 unsigned Len = LIR.Height + Cycles[DefMI].Depth;
869 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height);
877 // Height is the issue height computed from virtual register dependencies alone.
878 static unsigned updatePhysDepsUpwards(const MachineInstr *MI, unsigned Height,
895 // update MI Height to consider the physreg dependencies.
908 Height = std::max(Height, DepHeigh
[all...]
H A DScheduleDAG.cpp228 Height = NewHeight;
280 SuccSU->Height + I->getLatency());
289 if (MaxSuccHeight != Cur->Height) {
291 Cur->Height = MaxSuccHeight;
333 dbgs() << " Height : " << getHeight() << "\n";
405 << (isBottomUp ? "Height" : "Depth") << " value!\n";
/freebsd-10.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c372 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height);
491 AcpiOsPrintf (ACPI_PLD_OUTPUT, "Height", PldInfo->Height);
/freebsd-10.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutxface.c630 PldInfo->Height = ACPI_PLD_GET_HEIGHT(&Dword);
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacbuffer.h124 UINT16 Height; member in struct:acpi_pld_info
/freebsd-10.0-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c461 AcpiOsPrintf (ACPI_PLD_OUTPUT16,"Height", PldInfo->Height);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp388 unsigned Height = PredSU->getHeight(); local
389 if (Height < MinAvailableCycle)
390 MinAvailableCycle = Height;
711 DEBUG(dbgs() << " Height [" << SU->getHeight()
1800 dbgs() << "Height " << SU->getHeight() << ": ";
2197 unsigned Height = I->getSUnit()->getHeight();
2202 Height = closestSucc(I->getSUnit())+1;
2203 if (Height > MaxHeight)
2204 MaxHeight = Height;
2333 static bool BUHasStall(SUnit *SU, int Height, RegReductionPQBas
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h876 /// fillLeft - Grow path to Height by taking leftmost branches.
877 /// @param Height The target height.
878 void fillLeft(unsigned Height) {
879 while (height() < Height)
1246 visitNodes(void (IntervalMap::*f)(IntervalMapImpl::NodeRef, unsigned Height)) {

Completed in 215 milliseconds