/netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/ |
H A D | ui.cpp | 163 const optional< std::size_t > max_width = screen_width(); in out_wrap() local 164 if (max_width) { in out_wrap() 166 message, max_width.get()); in out_wrap() 189 const optional< std::size_t > max_width = screen_width(); in out_tag_wrap() local 190 if (max_width && max_width.get() > tag.length()) { in out_tag_wrap() 192 message, max_width.get() - tag.length()); in out_tag_wrap() 220 const optional< std::size_t > max_width = screen_width(); in out_table() local 221 if (max_width) in out_table() 222 formatter.set_table_width(max_width.get() - prefix.length()); in out_table()
|
/netbsd-src/external/gpl2/groff/dist/contrib/mm/ |
H A D | mmroff.pl | 22 my (%cur, $rfilename, $max_height, $imacro, $max_width, @out, @indi); 73 push(@out, ".nr pict*max-width $max_width\n") if defined $max_width; 106 $max_width = $w if $w > $max_width;
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | utf8.c | 110 int total_width, max_width, print; in vasnmprintf() local 131 max_width = wp == NULL ? INT_MAX : *wp; in vasnmprintf() 159 total_width > max_width - width)) in vasnmprintf() 181 total_width > max_width - 4)) in vasnmprintf()
|
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | source.c | 92 annotate_source (Source_File *sf, unsigned int max_width, in annotate_source() argument 247 annotation = (char *) xmalloc (max_width + 1); in annotate_source() 257 (*annote) (annotation, max_width, line_num, arg); in annotate_source()
|
H A D | source.h | 60 (Source_File *sf, unsigned int max_width,
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | source.c | 92 annotate_source (Source_File *sf, unsigned int max_width, in annotate_source() argument 247 annotation = (char *) xmalloc (max_width + 1); in annotate_source() 257 (*annote) (annotation, max_width, line_num, arg); in annotate_source()
|
H A D | source.h | 60 (Source_File *sf, unsigned int max_width,
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | gen.c | 607 size_t max_width = 0; in define_asn1() local 616 if(strlen(m->name) > max_width) in define_asn1() 617 max_width = strlen(m->name); in define_asn1() 619 max_width += 3; in define_asn1() 620 if(max_width < 16) max_width = 16; in define_asn1() 622 size_t width = max_width; in define_asn1()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
H A D | nouveau_display.c | 531 dev->mode_config.max_width = 2048; in nouveau_display_create() 535 dev->mode_config.max_width = 4096; in nouveau_display_create() 539 dev->mode_config.max_width = 8192; in nouveau_display_create() 542 dev->mode_config.max_width = 16384; in nouveau_display_create()
|
/netbsd-src/external/bsd/nvi/dist/motif_l/ |
H A D | xtabbed.c | 1544 int max_width; member 1864 hot_x = -(float)item->max_width/2*style.magnify; in XRotPaintAlignedString() 1868 hot_x=(float)item->max_width/2*style.magnify; in XRotPaintAlignedString() 2326 item->max_width=overall.rbearing; in XRotCreateTextItem() 2336 if(overall.rbearing>item->max_width) in XRotCreateTextItem() 2337 item->max_width=overall.rbearing; in XRotCreateTextItem() 2348 item->cols_in=item->max_width; in XRotCreateTextItem() 2401 xp=(item->max_width-overall.rbearing)/2; in XRotCreateTextItem() 2403 xp=item->max_width-overall.rbearing; in XRotCreateTextItem() 2822 int nl, max_width; in XRotTextExtents() local [all …]
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/text/ |
H A D | table.cpp | 120 const text::widths_vector::value_type max_width = std::max( in refill_widths() local 132 widths[refill_column] = max_width - width; in refill_widths()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_fb.c | 60 unsigned max_width; member 148 if ((var->xoffset + var->xres) > par->max_width || in vmw_fb_check_var() 676 par->max_width = fb_width; in vmw_fb_init() 679 ret = vmw_kms_fbdev_init_data(vmw_priv, 0, par->max_width, in vmw_fb_init()
|
H A D | vmwgfx_kms.c | 1812 dev->mode_config.max_width = dev_priv->texture_max_width; in vmw_kms_init() 2239 uint32_t max_width, uint32_t max_height) in vmw_du_connector_fill_modes() argument 2257 max_width = min(max_width, dev_priv->texture_max_width); in vmw_du_connector_fill_modes() 2265 max_width = min(max_width, dev_priv->stdu_max_width); in vmw_du_connector_fill_modes() 2296 if (bmode->hdisplay > max_width || in vmw_du_connector_fill_modes() 2406 drm_rects[i].x2 > mode_config->max_width || in vmw_kms_update_layout_ioctl() 2653 u32 max_width, in vmw_kms_fbdev_init_data() argument 2681 (void) vmw_du_connector_fill_modes(con, max_width, max_height); in vmw_kms_fbdev_init_data()
|
H A D | vmwgfx_kms.h | 416 uint32_t max_width, uint32_t max_height); 446 u32 max_width,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ast/ |
H A D | ast_main.c | 529 dev->mode_config.max_width = 1920; in ast_driver_load() 532 dev->mode_config.max_width = 1600; in ast_driver_load()
|
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | div.cpp | 181 : diversion(s), max_width(H0) in macro_diversion() 245 dl_reg_contents = max_width.to_units(); in ~macro_diversion() 291 if (width > max_width) in output() 292 max_width = width; in output()
|
H A D | div.h | 77 hunits max_width; variable
|
H A D | node.cpp | 3029 : list(0), max_width(H0) in overstrike_node() 3034 : node(0, s, pop), list(0), max_width(H0) in overstrike_node() 3056 if (w > max_width) in overstrike() 3057 max_width = w; in overstrike() 3067 return max_width; in width() 3071 : list(0), max_width(H0) in bracket_node() 3076 : node(0, s, pop), list(0), max_width(H0) in bracket_node() 3107 if (w > max_width) in bracket() 3108 max_width = w; in bracket() 3115 return max_width; in width() [all …]
|
H A D | node.h | 484 hunits max_width; variable 504 hunits max_width; variable
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_mode_config.h | 527 int max_width, max_height; member
|
/netbsd-src/sys/external/bsd/drm/dist/shared-core/ |
H A D | drm_mode.h | 106 uint32_t min_width, max_width; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_mode_config.c | 130 card_res->max_width = dev->mode_config.max_width; in drm_mode_getresources()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_dce_virtual.c | 376 adev->ddev->mode_config.max_width = 16384; in dce_virtual_sw_init() 388 adev->ddev->mode_config.max_width = 16384; in dce_virtual_sw_init()
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/html/ |
H A D | pre-html.cpp | 814 int page, int res, int max_width, char *name); 823 int page, int res, int max_width, char *name) in imageItem() argument 831 maxx = max_width; in imageItem()
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
H A D | object.cpp | 98 double max_width = 0.0; in compute_scale() local 99 lookup_variable("maxpswid", &max_width); in compute_scale() 102 if ((max_width > 0.0 && sdim.x > max_width) in compute_scale() 104 double xscale = dim.x/max_width; in compute_scale()
|