| /freebsd/contrib/dialog/ |
| H A D | treeview.c | 44 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 D | rte_lpm6.h | 149 * @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 D | rte_lpm6.c | 1094 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 D | rte_lpm.c | 285 * 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 D | zfs_get_list_d.kshlib | 45 # 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 D | zfs_get_list_d.kshlib | 41 # Setup multiple depths datasets, including fs, volumes, snapshots and bookmarks. 78 # Cleanup multiple depths filesystem.
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCombiner.cpp | 384 // 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 D | MachineTraceMetrics.cpp | 198 // 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 D | splash.4 | 68 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 D | MachineTraceMetrics.h | 204 /// 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 D | atmel,lcdc-display.yaml | 19 resolutions, window sizes, image formats and pixel depths.
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cs35l33.txt | 55 depths will be 1, 4, 8, 16 LRCLK cycles. The default is 16 LRCLK cycles.
|
| /freebsd/usr.bin/pr/ |
| H A D | pr.1 | 240 depths (in lines), the
|
| /freebsd/usr.sbin/camdd/ |
| H A D | camdd.8 | 171 Queue depths greater than 1 are only supported for the asynchronous
|
| /freebsd/sys/contrib/device-tree/Bindings/display/xlnx/ |
| H A D | xlnx,zynqmp-dpsub.yaml | 38 and depths up to 4K@30 resolution.
|
| /freebsd/sbin/fsck_ffs/ |
| H A D | dir.c | 128 * 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 D | dc_lex.c | 126 // Check for escaped brackets and set the depths as appropriate. in dc_lex_string()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | CallGraphSort.cpp | 131 // the meantime as it decreases depths and the time complexity.
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | CallGraphSort.cpp | 169 // the meantime as it decreases depths and the time complexity. in mergeClusters()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 122 The ZIO scheduler reports the queue depths as gauges where the value
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | GenericCycleInfo.h | 72 /// \note Depths are not necessarily contiguous. However, child loops always
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | SectionPriorities.cpp | 135 // the meantime as it decreases depths and the time complexity.
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | FunctionPropertiesAnalysis.cpp | 314 // contribution. Some features, like max loop counts or depths, are left in FunctionPropertiesUpdater()
|
| H A D | GlobalsModRef.cpp | 657 // for small depths. in isNonEscapingGlobalNoAliasWithLoad() 768 // for small depths. in isNonEscapingGlobalNoAlias()
|
| /freebsd/lib/libc/gen/ |
| H A D | fts.3 | 465 To allow descending to arbitrary depths
|