| /openbsd-src/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-src/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-src/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-src/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-src/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-src/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-src/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() 1702 int max_width = intel_plane_max_width(plane, fb, uv_plane, rotation); in skl_check_nv12_aux_surface() local 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 in skl_universal_plane_create() [all...] |
| /openbsd-src/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,
|
| H A D | amdgpu_si.c | 917 .max_width = 2048, 948 .max_width = 2048, 955 .max_width = 2048, 962 .max_width = 2048, 969 .max_width = 2048,
|
| /openbsd-src/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-src/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()
|
| H A D | pftop.c | 1119 if (FLD_ANCHOR->max_width != mx || in compute_anchor_field() 1121 FLD_ANCHOR->max_width = mx; in compute_anchor_field() 1148 FLD_LABEL->max_width != mw) { in read_rules() 1150 FLD_LABEL->max_width = mw; in read_rules()
|
| /openbsd-src/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-src/gnu/usr.bin/perl/lib/ |
| H A D | Benchmark.pm | 1092 my $max_width = ${$sorted_width_refs[-1]}; 1101 if $min_width == $max_width;
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_mode_config.c | 127 card_res->max_width = dev->mode_config.max_width; in drm_mode_getresources()
|
| H A D | drm_framebuffer.c | 300 if ((config->min_width > r->width) || (r->width > config->max_width)) { in drm_internal_framebuffer_create() 302 r->width, config->min_width, config->max_width); in drm_internal_framebuffer_create()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Formatter/ |
| H A D | TAP.pm | 394 max_width => $self->calc_table_size($f),
|
| /openbsd-src/sys/dev/pci/drm/include/uapi/drm/ |
| H A D | drm_mode.h | 272 __u32 max_width; member
|