Home
last modified time | relevance | path

Searched refs:max_width (Results 1 – 25 of 52) sorted by relevance

123

/openbsd/gnu/usr.bin/perl/cpan/Term-Table/t/
H A DTable.t34 '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 Dissue-9.t12 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 DTable.t27 '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 Dsource.c94 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 Dsource.h59 PARAMS ((Source_File *sf, unsigned int max_width,
/openbsd/usr.bin/tmux/
H A Dmenu.c65 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 Dutf8.c107 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 Dfold.c137 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 Dsource.c92 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 Dsource.h59 (Source_File *sf, unsigned int max_width,
/openbsd/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/
H A DUtil.pm687 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 Dintel_display_driver.c134 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 Dskl_universal_plane.c1508 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 Dregen_lib.pl260 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 Dvi.c120 .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 Damdgpu_virt.c927 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 Damdgpu_cik.c79 .max_width = 2048,
96 .max_width = 2048,
103 .max_width = 2048,
110 .max_width = 2048,
117 .max_width = 2048,
/openbsd/bin/ksh/
H A Dmisc.c1009 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 Dengine.h58 int max_width; member
H A Dengine.c504 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 DCellStack.t14 max_width => 40,
/openbsd/gnu/usr.bin/perl/
H A Dautodoc.pl80 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 Dgud.h50 __le32 max_width; member
H A Ddrm_mode_config.h542 int max_width, max_height; member
/openbsd/gnu/usr.bin/perl/lib/
H A DBenchmark.pm1092 my $max_width = ${$sorted_width_refs[-1]};
1101 if $min_width == $max_width;

123