Home
last modified time | relevance | path

Searched refs:Height (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs50 LayoutControls(total.Width, total.Height); in HelloWindow()
51 ClientSize = new Size(border + total.Width + border, border + total.Height + border); in HelloWindow()
55 LayoutControls(ClientSize.Width - border - border, ClientSize.Height - border - border); in OnResize()
63 int totalHeight = label1.PreferredHeight + label2.PreferredHeight + 6 + ok.Height; in ComputePreferredSizeWithoutBorder()
71 ok.Location = new Point(border + totalWidth - ok.Width, border + totalHeight - ok.Height); in LayoutControls()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp373 unsigned Height = SuccTBI->InstrHeight; in pickTraceSucc() local
374 if (!Best || Height < BestHeight) { in pickTraceSucc()
376 BestHeight = Height; in pickTraceSucc()
775 unsigned Len = LIR.Height + Cycles[DefMI].Depth; in computeCrossBlockCriticalPath()
813 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in updateDepth()
892 static unsigned updatePhysDepsUpwards(const MachineInstr &MI, unsigned Height, in updatePhysDepsUpwards() argument
926 Height = std::max(Height, DepHeight); in updatePhysDepsUpwards()
938 if (LRU.Cycle <= Height && LRU.MI != &MI) { in updatePhysDepsUpwards()
939 LRU.Cycle = Height; in updatePhysDepsUpwards()
946 return Height; in updatePhysDepsUpwards()
[all …]
H A DScheduleDAG.cpp259 Height = NewHeight; in setHeightToAtLeast()
307 SuccSU->Height + SuccDep.getLatency()); in ComputeHeight()
316 if (MaxSuccHeight != Cur->Height) { in ComputeHeight()
318 Cur->Height = MaxSuccHeight; in ComputeHeight()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h147 unsigned Height; member
149 LiveInReg(Register Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg()
249 unsigned Height; member
H A DScheduleDAG.h296 unsigned Height = 0; ///< Node height. variable
409 return Height; in getHeight()
/netbsd-src/external/bsd/file/dist/tests/
H A Djson1.testfile4 "Height": 600,
8 "Height": 125,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h124 unsigned Height; // Maximum topdown path length to block without outputs variable
367 unsigned Height; member
383 Height = Best.Height; in setBest()
H A DSIMachineScheduler.cpp1410 Block->Height = 0; in fillStats()
1412 unsigned Height = 0; in fillStats() local
1414 Height = std::max(Height, Succ.first->Height + Succ.first->getCost()); in fillStats()
1415 Block->Height = Height; in fillStats()
1557 if (TryCand.IsHighLatency && SISched::tryGreater(TryCand.Height, Cand.Height, in tryCandidateLatency()
1581 if (SISched::tryGreater(TryCand.Height, Cand.Height, TryCand, Cand, Depth)) in tryCandidateRegUsage()
1630 TryCand.Height = TryCand.Block->Height; in pickBlock()
H A DGCNILPSched.cpp110 unsigned Height = Succ.getSUnit()->getHeight(); in closestSucc() local
113 if (Height > MaxHeight) in closestSucc()
114 MaxHeight = Height; in closestSucc()
/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/
H A Dbltgrid.c9 fill_boxes(UINT32 *PixelBuffer, UINT32 Width, UINT32 Height) in fill_boxes() argument
20 for (y = 0; y < Height; y++) { in fill_boxes()
H A Dlfbgrid.c11 fill_boxes(UINT32 *PixelBuffer, UINT32 Width, UINT32 Height, UINT32 Pitch, in fill_boxes() argument
37 for (y = 0; y < Height; y++) { in fill_boxes()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp731 uint8_t Height; member
741 ulittle16_t Height; member
767 ulittle32_t Height; member
945 NewHeader.Cursor.Height = OldHeader.Icon.Height * 2; in visitIconOrCursorResource()
1019 Ctl.Height, "Dialog control height", false)); in writeSingleDialogControl()
1024 ulittle16_t Height; in writeSingleDialogControl() member
1026 ulittle16_t(Ctl.Height)}; in writeSingleDialogControl()
1119 checkSignedNumberFits<int16_t>(Res->Height, "Dialog height", false)); in writeDialogBody()
1128 ulittle16_t(Res->Height)}; in writeDialogBody()
H A DResourceScriptStmt.cpp154 << ", loc: (" << X << ", " << Y << "), size: [" << Width << ", " << Height in log()
167 << X << ", " << Y << "), size: [" << Width << ", " << Height in log()
H A DResourceScriptStmt.h612 uint32_t ID, X, Y, Width, Height; variable
641 Width(ItemWidth), Height(ItemHeight), Style(ItemStyle), in Control()
654 uint32_t X, Y, Width, Height, HelpID;
662 Width(DlgWidth), Height(DlgHeight), HelpID(DlgHelpID), in DialogResource()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp228 N.Height = 1; in PostTraverse()
230 N.Height = std::max(N.Height, 1 + Tree.getNode(Child).Height); in PostTraverse()
713 return Tree.getNode(Id1).Height < Tree.getNode(Id2).Height; in operator ()()
748 return Tree.getNode(List.top()).Height; in peekMax()
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbconvert.c378 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height); in AcpiDbEncodePldBuffer()
499 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Height", PldInfo->Height); in AcpiDbDumpPldBuffer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h39 int Depth, Height, Shift = 0; member
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dasf39 >>>82 lelong x \b, Encoded Image Height %d
42 >>>97 lelong x \b, Image Height %d
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslpld.c210 PldInfo.Height = (UINT16) Value; in OpcDoPld()
639 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height); in OpcEncodePldBuffer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp2067 int Height = std::max(NodeHeights[Mul1.Value], NodeHeights[Mul2.Value]) + 1; in balanceSubTree() local
2076 NodeHeights[New] = Height; in balanceSubTree()
2130 int Height = std::max(NodeHeights[GA.Value], NodeHeights[SHL.Value]) + 1; in balanceSubTree() local
2135 NodeHeights[GA.Value] = Height; in balanceSubTree()
2189 int Height = std::max(NodeHeights[V0], NodeHeights[V1]) + 1; in balanceSubTree() local
2201 NodeHeights[NewNode] = Height; in balanceSubTree()
2207 << ",Height=" << Height << "):\n"); in balanceSubTree()
2215 int Height = NodeHeights[NewRoot]; in balanceSubTree() local
2244 RootHeights[NewRoot.getNode()] = Height; in balanceSubTree()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp422 unsigned Height = PredSU->getHeight(); in ReleasePred() local
423 if (Height < MinAvailableCycle) in ReleasePred()
424 MinAvailableCycle = Height; in ReleasePred()
2334 unsigned Height = Succ.getSUnit()->getHeight(); in closestSucc() local
2339 Height = closestSucc(Succ.getSUnit())+1; in closestSucc()
2340 if (Height > MaxHeight) in closestSucc()
2341 MaxHeight = Height; in closestSucc()
2464 static bool BUHasStall(SUnit *SU, int Height, RegReductionPQBase *SPQ) { in BUHasStall() argument
2465 if ((int)SPQ->getCurCycle() < Height) return true; in BUHasStall()
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutxface.c602 PldInfo->Height = ACPI_PLD_GET_HEIGHT(&Dword); in ACPI_EXPORT_SYMBOL()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacbuffer.h126 UINT16 Height; member
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/res/
H A Dpbsdboot.rc52 RTEXT "Height ",IDC_STATIC,55,24,30,8
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A DREADME-sparse_array.md36 | Largest Added Index | Height of Tree |

12