/openbsd/gnu/usr.bin/perl/cpan/Term-Table/t/ |
H A D | Table.t | 34 'max_width' => 80, 52 max_width => 40, 85 max_width => 60, 112 max_width => 60, 136 max_width => 60, 159 max_width => 60, 182 max_width => 60, 208 max_width => 60, 232 max_width => 60, 253 max_width => 60, [all …]
|
H A D | issue-9.t | 12 my $table = Term::Table->new(max_width => 4, collapse => 0, rows => \@rows); 28 $table = Term::Table->new(max_width => 4, collapse => 0, rows => \@rows, pad => 0); 43 $table = Term::Table->new(max_width => 4, collapse => 0, rows => \@rows, allow_overflow => 1);
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Util/ |
H A D | Table.t | 27 'max_width' => 80, 45 max_width => 40, 80 max_width => 60, 109 max_width => 60, 135 max_width => 60, 158 max_width => 60, 180 max_width => 60, 206 max_width => 60, 230 max_width => 60, 251 max_width => 60,
|
/openbsd/gnu/usr.bin/binutils/gprof/ |
H A D | source.c | 94 annotate_source (sf, max_width, annote, arg) in annotate_source() argument 96 unsigned int max_width; 244 annotation = xmalloc (max_width + 1); 254 (*annote) (annotation, max_width, line_num, arg);
|
H A D | source.h | 59 PARAMS ((Source_File *sf, unsigned int max_width,
|
/openbsd/usr.bin/tmux/ |
H A D | menu.c | 65 u_int width, max_width; in menu_add_item() local 91 max_width = c->tty.sx - 4; in menu_add_item() 103 if (keylen <= max_width / 4) in menu_add_item() 104 max_width -= keylen; in menu_add_item() 105 else if (keylen >= max_width || slen >= max_width - keylen) in menu_add_item() 109 if (slen > max_width) { in menu_add_item() 110 max_width--; in menu_add_item() 113 trimmed = format_trim_right(s, max_width); in menu_add_item()
|
/openbsd/usr.bin/ssh/ |
H A D | utf8.c | 107 int total_width, max_width, print; in vasnmprintf() local 128 max_width = wp == NULL ? INT_MAX : *wp; in vasnmprintf() 156 total_width > max_width - width)) in vasnmprintf() 178 total_width > max_width - 4)) in vasnmprintf()
|
/openbsd/usr.bin/fold/ |
H A D | fold.c | 137 fold(unsigned int max_width) in fold() argument 225 if (col <= max_width || cp == buf) { in fold() 233 if (col > max_width) { in fold()
|
/openbsd/gnu/usr.bin/binutils-2.17/gprof/ |
H A D | source.c | 92 annotate_source (Source_File *sf, unsigned int max_width, in annotate_source() argument 240 annotation = xmalloc (max_width + 1); in annotate_source() 250 (*annote) (annotation, max_width, line_num, arg); in annotate_source()
|
H A D | source.h | 59 (Source_File *sf, unsigned int max_width,
|
/openbsd/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/ |
H A D | Util.pm | 687 my $max_width= $total > 64 ? 64 : $total; 688 my $bar_width= $max_width / $total; 696 $str= "-" x $max_width;
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_display_driver.c | 134 mode_config->max_width = 16384; in intel_mode_config_init() 137 mode_config->max_width = 8192; in intel_mode_config_init() 140 mode_config->max_width = 4096; in intel_mode_config_init() 143 mode_config->max_width = 2048; in intel_mode_config_init()
|
H A D | skl_universal_plane.c | 1508 if (plane->max_width) in intel_plane_max_width() 1509 return plane->max_width(fb, color_plane, rotation); in intel_plane_max_width() 1633 const int max_width = intel_plane_max_width(plane, fb, 0, rotation); in skl_check_main_surface() local 1640 if (w > max_width || w < min_width || h > max_height || h < 1) { in skl_check_main_surface() 1643 w, h, min_width, max_width, max_height); in skl_check_main_surface() 1711 if (w > max_width || h > max_height) { in skl_check_nv12_aux_surface() 1714 w, h, max_width, max_height); in skl_check_nv12_aux_surface() 2265 plane->max_width = icl_hdr_plane_max_width; in skl_universal_plane_create() 2267 plane->max_width = icl_sdr_plane_max_width; in skl_universal_plane_create() 2271 plane->max_width = glk_plane_max_width; in skl_universal_plane_create() [all …]
|
/openbsd/gnu/usr.bin/perl/regen/ |
H A D | regen_lib.pl | 260 my $max_width = shift; 325 next COLUMN if $row_width + $this_width > $max_width; 334 next COLUMN if $row_width > $max_width;
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | vi.c | 120 .max_width = 4096, 138 .max_width = 4096, 145 .max_width = 4096, 170 .max_width = 4096, 177 .max_width = 4096, 184 .max_width = 4096, 191 .max_width = 4096, 209 .max_width = 4096, 216 .max_width = 4096, 223 .max_width = 4096, [all …]
|
H A D | amdgpu_virt.c | 927 encode[i].max_width = adev->virt.encode_max_dimension_pixels; in amdgpu_virt_update_sriov_video_codec() 929 if (encode[i].max_width > 0) in amdgpu_virt_update_sriov_video_codec() 930 encode[i].max_height = encode[i].max_pixels_per_frame / encode[i].max_width; in amdgpu_virt_update_sriov_video_codec() 938 decode[i].max_width = adev->virt.decode_max_dimension_pixels; in amdgpu_virt_update_sriov_video_codec() 940 if (decode[i].max_width > 0) in amdgpu_virt_update_sriov_video_codec() 941 decode[i].max_height = decode[i].max_pixels_per_frame / decode[i].max_width; in amdgpu_virt_update_sriov_video_codec()
|
H A D | amdgpu_cik.c | 79 .max_width = 2048, 96 .max_width = 2048, 103 .max_width = 2048, 110 .max_width = 2048, 117 .max_width = 2048,
|
/openbsd/bin/ksh/ |
H A D | misc.c | 1009 void *arg, int max_width, int prefcol) in print_columns() argument 1011 char *str = alloc(max_width + 1, ATEMP); in print_columns() 1022 cols = x_cols / (max_width + 1); in print_columns() 1035 col_width = max_width; in print_columns() 1038 nspace = (x_cols - max_width * cols) / cols; in print_columns() 1047 (*func)(arg, i, str, max_width + 1)); in print_columns()
|
/openbsd/usr.bin/systat/ |
H A D | engine.h | 58 int max_width; member
|
H A D | engine.c | 504 if ((fld->width < fld->max_width) && in field_setup() 507 if (w > fld->max_width) in field_setup() 508 w = fld->max_width; in field_setup()
|
/openbsd/gnu/usr.bin/perl/cpan/Term-Table/t/Table/ |
H A D | CellStack.t | 14 max_width => 40,
|
/openbsd/gnu/usr.bin/perl/ |
H A D | autodoc.pl | 80 my $max_width = 80 - 2 - $nroff_min_indent; 1233 if ($line_length > 0 && $line_length + $entry_length > $max_width) { 1419 $max_width - $description_indent - $usage_indent; 1555 my $table .= columnarize_list(\@missings, $max_width - 1);
|
/openbsd/sys/dev/pci/drm/include/drm/ |
H A D | gud.h | 50 __le32 max_width; member
|
H A D | drm_mode_config.h | 542 int max_width, max_height; member
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | Benchmark.pm | 1092 my $max_width = ${$sorted_width_refs[-1]}; 1101 if $min_width == $max_width;
|