Home
last modified time | relevance | path

Searched full:depths (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/contrib/dialog/
H A Dtreeview.c44 int *depths; member
56 int depths, in print_item() argument
83 for (i = 0; i < depths; ++i) { in print_item()
90 (void) wmove(win, choice, data->item_x + INDENT * depths); in print_item()
115 data->depths[scrollamt + i], in print_list()
163 int *depths, in dlg_treeview() argument
224 all.depths = depths; in dlg_treeview()
314 tree_width = MAX(tree_width, INDENT * depths[i]); in dlg_treeview()
586 int *depths; in dialog_treeview() local
604 depths = dlg_calloc(int, (size_t) item_no + 1); in dialog_treeview()
[all …]
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm6.h149 * @param depths
150 * Array of depths of the rules to be deleted from the LPM table
158 uint8_t ips[][RTE_LPM6_IPV6_ADDR_SIZE], uint8_t *depths, unsigned n);
H A Drte_lpm6.c1094 uint8_t ips[][RTE_LPM6_IPV6_ADDR_SIZE], uint8_t *depths,
1101 if ((lpm == NULL) || (ips == NULL) || (depths == NULL))
1106 ip6_mask_addr(masked_ip, depths[i]);
1107 rule_delete(lpm, masked_ip, depths[i]);
H A Drte_lpm.c285 * to refer to depth 1 because even though the depth range is 1 - 32, depths
954 * Calculate the index into tbl24 and range. Note: All depths larger in delete_depth_big()
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_get/
H A Dzfs_get_list_d.kshlib45 # Setup multiple depths datasets, including fs, volume and snapshot.
82 # Cleanup multiple depths filesystem.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_list_d.kshlib41 # Setup multiple depths datasets, including fs, volumes, snapshots and bookmarks.
78 # Cleanup multiple depths filesystem.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp384 // even if the instruction depths (data dependency cycles) become worse. in improvesCriticalPathLen()
471 /// depths if requested.
478 /// \param RegUnits set of live registers, needed to compute instruction depths
481 /// \param IncrementalUpdate if true, compute instruction depths incrementally,
640 // Update depths since the last incremental update. in combineInstructions()
685 // instruction depths incrementally. in combineInstructions()
686 // NOTE: Only the instruction depths up to MI are accurate. All other in combineInstructions()
H A DMachineTraceMetrics.cpp198 // Compute per-resource depths. in computeDepthResources()
256 /// Get an array of processor resource depths for MBB. Indexed by processor
847 /// Compute instruction depths for all instructions above or in MBB in its
879 // Print out resource depths here as well. in computeInstrDepths()
/freebsd/share/man/man4/
H A Dsplash.468 While the BMP file format allows images of various color depths, this
70 Bitmaps of other color depths will not be displayed.
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h204 /// useful instruction depths. A dominating block can be above the current
213 // Instruction depths are only comparable if the traces share a head. in isUsefulDominator()
228 /// Instruction depths have been computed. This implies hasValidDepth().
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Datmel,lcdc-display.yaml19 resolutions, window sizes, image formats and pixel depths.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l33.txt55 depths will be 1, 4, 8, 16 LRCLK cycles. The default is 16 LRCLK cycles.
/freebsd/usr.bin/pr/
H A Dpr.1240 depths (in lines), the
/freebsd/usr.sbin/camdd/
H A Dcamdd.8171 Queue depths greater than 1 are only supported for the asynchronous
/freebsd/sys/contrib/device-tree/Bindings/display/xlnx/
H A Dxlnx,zynqmp-dpsub.yaml38 and depths up to 4K@30 resolution.
/freebsd/sbin/fsck_ffs/
H A Ddir.c128 * the filesystem does not update directory depths. in check_dirdepth()
149 * not unexpected to find directories with incorrect depths. No in check_dirdepth()
151 * placement in the subtree may not be as optimal until the depths in check_dirdepth()
/freebsd/contrib/bc/src/
H A Ddc_lex.c126 // Check for escaped brackets and set the depths as appropriate. in dc_lex_string()
/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp131 // the meantime as it decreases depths and the time complexity.
/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp169 // the meantime as it decreases depths and the time complexity. in mergeClusters()
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md122 The ZIO scheduler reports the queue depths as gauges where the value
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h72 /// \note Depths are not necessarily contiguous. However, child loops always
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp135 // the meantime as it decreases depths and the time complexity.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp314 // contribution. Some features, like max loop counts or depths, are left in FunctionPropertiesUpdater()
H A DGlobalsModRef.cpp657 // for small depths. in isNonEscapingGlobalNoAliasWithLoad()
768 // for small depths. in isNonEscapingGlobalNoAlias()
/freebsd/lib/libc/gen/
H A Dfts.3465 To allow descending to arbitrary depths

123