| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/ |
| hello.cs | 50 LayoutControls(total.Width, total.Height); 51 ClientSize = new Size(border + total.Width + border, border + total.Height + border); 55 LayoutControls(ClientSize.Width - border - border, ClientSize.Height - border - border); 63 int totalHeight = label1.PreferredHeight + label2.PreferredHeight + 6 + ok.Height; 71 ok.Location = new Point(border + totalWidth - ok.Width, border + totalHeight - ok.Height);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| MachineTraceMetrics.h | 36 // dependencies only. We also compute the resource height, which is the number 145 /// For virtual registers: Minimum height of the defining instruction. 146 /// For regunits: Height of the highest user in the trace. 147 unsigned Height; 149 LiveInReg(Register Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} 184 /// Returns true if the height resources have been computed from the trace 191 /// Invalidate height resources when a block below this one has changed. 215 // Data-dependency-related information. Per-instruction depth and height [all...] |
| ScheduleDAG.h | 191 /// edges for height computation and other heuristics, but do not force 294 bool isHeightCurrent : 1; ///< True if Height is current. 296 unsigned Height = 0; ///< Node height. 404 /// Returns the height of this node, which is the length of the 409 return Height; 417 /// If NewHeight is greater than this node's height value, set it to be 418 /// the new height value. This also recursively marks predecessor nodes 426 /// Sets a flag in this node to indicate that its stored Height value
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| MachineTraceMetrics.cpp | 248 // Check if height resources for MBB are valid and return the TBI. 373 unsigned Height = SuccTBI->InstrHeight; 374 if (!Best || Height < BestHeight) { 376 BestHeight = Height; 516 // The trace leaving I is now known, compute the height resources. 527 // Invalidate height resources of blocks above MBB. 534 << getName() << " height.\n"); 604 "Trace is broken, height should have been invalidated."); 618 // Compute the depth and height of each instruction based on data dependencies 754 /// 1. The maximum height+depth over all instructions in the trace center block [all...] |
| ScheduleDAG.cpp | 259 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";
|
| /src/sys/external/bsd/gnu-efi/dist/apps/ |
| bltgrid.c | 9 fill_boxes(UINT32 *PixelBuffer, UINT32 Width, UINT32 Height) 20 for (y = 0; y < Height; y++) {
|
| lfbgrid.c | 11 fill_boxes(UINT32 *PixelBuffer, UINT32 Width, UINT32 Height, UINT32 Pitch, 37 for (y = 0; y < Height; y++) { 101 Print(L"height * pitch * pixelsize = %lu buf fb size is %lu; using %lu\n",
|
| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/ |
| ASTDiff.h | 39 int Depth, Height, Shift = 0; 104 /// During top-down matching, only consider nodes of at least this height.
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| SIMachineScheduler.h | 124 unsigned Height; // Maximum topdown path length to block without outputs 367 unsigned Height; 383 Height = Best.Height;
|
| GCNILPSched.cpp | 110 unsigned Height = Succ.getSUnit()->getHeight(); 113 if (Height > MaxHeight) 114 MaxHeight = Height; 138 // If either node is scheduling for latency, sort them by height/depth 142 // is enabled, grouping instructions by cycle, then its height is already 144 // but have the same height.
|
| SIMachineScheduler.cpp | 1410 Block->Height = 0; 1412 unsigned Height = 0; 1414 Height = std::max(Height, Succ.first->Height + Succ.first->getCost()); 1415 Block->Height = Height; 1557 if (TryCand.IsHighLatency && SISched::tryGreater(TryCand.Height, Cand.Height, 1581 if (SISched::tryGreater(TryCand.Height, Cand.Height, TryCand, Cand, Depth) [all...] |
| /src/sys/external/bsd/acpica/dist/debugger/ |
| dbconvert.c | 378 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height); 499 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Height", PldInfo->Height);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
| ResourceScriptStmt.cpp | 154 << ", loc: (" << X << ", " << Y << "), size: [" << Width << ", " << Height 167 << X << ", " << Y << "), size: [" << Width << ", " << Height
|
| ResourceFileWriter.cpp | 731 uint8_t Height; 741 ulittle16_t Height; 767 ulittle32_t Height; 942 // Height provided in cursor definition describes the height of the 944 // the height of the bitmap. Therefore, we need to double this height. 945 NewHeader.Cursor.Height = OldHeader.Icon.Height * 2; 1019 Ctl.Height, "Dialog control height", false)) [all...] |
| ResourceScriptStmt.h | 612 uint32_t ID, X, Y, Width, Height; 641 Width(ItemWidth), Height(ItemHeight), Style(ItemStyle), 654 uint32_t X, Y, Width, Height, HelpID; 662 Width(DlgWidth), Height(DlgHeight), HelpID(DlgHelpID),
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/ |
| ASTDiff.cpp | 189 // Sets Height, Parent and Children for each node. 228 N.Height = 1; 230 N.Height = std::max(N.Height, 1 + Tree.getNode(Child).Height); 713 return Tree.getNode(Id1).Height < Tree.getNode(Id2).Height; 719 // Priority queue for nodes, sorted descendingly by their height. 748 return Tree.getNode(List.top()).Height;
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| aslpld.c | 210 PldInfo.Height = (UINT16) Value; 639 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height);
|
| /src/sys/external/bsd/acpica/dist/include/ |
| acbuffer.h | 126 UINT16 Height;
|
| /src/sys/external/bsd/acpica/dist/utilities/ |
| utxface.c | 602 PldInfo->Height = ACPI_PLD_GET_HEIGHT(&Dword);
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| ScheduleDAGRRList.cpp | 117 "disable-sched-height", cl::Hidden, cl::init(false), 118 cl::desc("Disable scheduled-height priority in sched=list-ilp")); 412 // Updating predecessor's height. This is now the cycle when the 422 unsigned Height = PredSU->getHeight(); 423 if (Height < MinAvailableCycle) 424 MinAvailableCycle = Height; 742 LLVM_DEBUG(dbgs() << " Height [" << SU->getHeight() 746 // FIXME: Do not modify node height. It may interfere with 898 // Find the successor with the lowest height. 952 // FIXME: use ready cycle instead of height [all...] |
| /src/sys/external/bsd/acpica/dist/disassembler/ |
| dmbuffer.c | 804 AcpiOsPrintf (ACPI_PLD_OUTPUT16, "PLD_Height", PldInfo->Height);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonISelDAGToDAG.cpp | 1645 "Cannot query height of unvisited/RAUW'd node!"); 1931 << " Height=" << RootHeights[N] << "): "); 2057 LLVM_DEBUG(dbgs() << "--> Current height=" << NodeHeights[SDValue(N, 0)] 2067 int Height = std::max(NodeHeights[Mul1.Value], NodeHeights[Mul2.Value]) + 1; 2076 NodeHeights[New] = Height; 2130 int Height = std::max(NodeHeights[GA.Value], NodeHeights[SHL.Value]) + 1; 2135 NodeHeights[GA.Value] = Height; 2186 // Calculate height of this node 2189 int Height = std::max(NodeHeights[V0], NodeHeights[V1]) + 1; 2201 NodeHeights[NewNode] = Height; [all...] |
| HexagonConstExtenders.cpp | 125 unsigned Height = 1; 167 unsigned height(Node *N) { function in struct:__anon2541::RangeTree 168 return N != nullptr ? N->Height : 0; 172 N->Height = 1 + std::max(height(N->Left), height(N->Right)); 181 int32_t Balance = height(N->Right) - height(N->Left); 587 dbgs() << " Height: " << N->Height << '\n' [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| IntervalMap.h | 689 // A branch node stores references to 1--N subtrees all of the same height. 819 /// height - Return the height of the tree corresponding to this path. 820 /// This matches map->height in a full path. 821 unsigned height() const { return path.size() - 1; } 825 /// @param Level 0..height-1. The leaves have no subtrees. 831 /// @param Level 1..height. The node to update after parent node changed. 849 /// @param Level 0..height. Note that setting the root size won't change 868 /// tree height has increased. 884 /// fillLeft - Grow path to Height by taking leftmost branches [all...] |
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efiprot.h | 937 (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height). 941 (SourceX, SourceY) (SourceX + Width, SourceY + Height) and place it in 943 (DestinationX + Width, DestinationY + Height). If DestinationX or 948 (SourceX, SourceY) (SourceX + Width, SourceY + Height) directly to the 950 (DestinationX + Width, DestinationY + Height). If SourceX or SourceY is 955 (SourceX + Width, SourceY + Height) .to the video display rectangle 956 (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height). 961 buffer has a size of Width*Height*sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL) 968 @param Height Hight of rectangle in BltBuffer in pixels. 987 IN UINTN Height, [all...] |