Searched refs:max_width (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/groff/contrib/mm/
H A Dmmroff.pl22 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;
/freebsd-11-stable/crypto/openssh/
H A Dutf8.c111 int total_width, max_width, print; local
132 max_width = wp == NULL ? INT_MAX : *wp;
160 total_width > max_width - width))
182 total_width > max_width - 4))
/freebsd-11-stable/usr.sbin/bsdconfig/
H A Dbsdconfig126 local max_width="${max_size#*[$IFS]}"
127 f_dprintf "max_width=[%s]" "$max_width"
136 while [ $x -lt $max_width ]; do
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dgen.c585 int max_width = 0; local
594 if(strlen(m->name) > max_width)
595 max_width = strlen(m->name);
597 max_width += 3;
598 if(max_width < 16) max_width = 16;
600 int width = max_width;
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Ddiv.h75 hunits max_width; member in class:macro_diversion
H A Ddiv.cpp179 : diversion(s), max_width(H0)
243 dl_reg_contents = max_width.to_units();
289 if (width > max_width)
290 max_width = width;
H A Dnode.h482 hunits max_width; member in class:overstrike_node
502 hunits max_width; member in class:bracket_node
H A Dnode.cpp3027 : list(0), max_width(H0)
3032 : node(0, s, pop), list(0), max_width(H0)
3054 if (w > max_width)
3055 max_width = w;
3065 return max_width;
3069 : list(0), max_width(H0)
3074 : node(0, s, pop), list(0), max_width(H0)
3105 if (w > max_width)
3106 max_width = w;
3113 return max_width;
[all...]
/freebsd-11-stable/contrib/ee/
H A Dee.c318 void paint_menu P_((struct menu_entries menu_list[], int max_width, int max_height, int list_size, int top_offset, WINDOW *menu_win, int off_start, int vert_size));
3344 int max_width, max_height; local
3364 max_width = 0;
3367 if ((length = strlen(menu_list[counter].item_string)) > max_width)
3368 max_width = length;
3370 max_width += 3;
3371 max_width = max(max_width, strlen(menu_cancel_msg));
3372 max_width = max(max_width, ma
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mode.h109 __u32 min_width, max_width; member in struct:drm_mode_card_res
H A Ddrm_fb_helper.c1340 width = dev->mode_config.max_width;
1425 dev->mode_config.max_width,
1457 u32 max_width, max_height, bpp_sel; local
1479 max_width = fb_helper->fb->width;
1483 count = drm_fb_helper_probe_connector_modes(fb_helper, max_width,
H A Ddrm_crtc.h454 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height);
757 * @max_width: maximum pixel width on this device
788 int max_width, max_height; member in struct:drm_mode_config
H A Ddrm_crtc.c1264 card_res->max_width = dev->mode_config.max_width;
1504 dev->mode_config.max_width,
2166 if ((config->min_width > r.width) || (r.width > config->max_width))
2345 if ((config->min_width > r->width) || (r->width > config->max_width)) {
2347 r->width, config->min_width, config->max_width);
/freebsd-11-stable/cddl/usr.sbin/dwatch/
H A Ddwatch482 local max_width="${max_size#*[$IFS]}"
488 while [ $x -lt $max_width ]; do
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dauto75 local max_width=$(( $width - 3 - $plen ))
H A Dzfsboot419 local max_width=$(( $width - 3 - $plen ))
440 # Add newline before disk if it would exceed max_width
441 if [ $line_width -gt $max_width ]; then
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp812 int page, int res, int max_width, char *name);
821 int page, int res, int max_width, char *name)
829 maxx = max_width;
820 imageItem(int x1, int y1, int x2, int y2, int page, int res, int max_width, char *name) argument
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c777 uint32_t max_width = get_max_width(mad_get_field(port->info, 0, local
781 if ((max_width & mad_get_field(port->info, 0,
787 buf, 64, &max_width));
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dobject.cpp96 double max_width = 0.0; local
97 lookup_variable("maxpswid", &max_width);
100 if ((max_width > 0.0 && sdim.x > max_width)
102 double xscale = dim.x/max_width;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1424 max_width(zpool_handle_t *zhp, nvlist_t *nv, int depth, int max) function
1439 if ((ret = max_width(zhp, child[c], depth + 2,
1447 if ((ret = max_width(zhp, child[c], depth + 2,
1455 if ((ret = max_width(zhp, child[c], depth + 2,
2071 namewidth = max_width(NULL, nvroot, 0, 0);
2900 cb->cb_namewidth = max_width(zhp, nvroot, 0,
5128 namewidth = max_width(zhp, nvroot, 0, 0);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_display.c1351 rdev->ddev->mode_config.max_width = 16384;
1354 rdev->ddev->mode_config.max_width = 8192;
1357 rdev->ddev->mode_config.max_width = 4096;
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c205 drm_dev->mode_config.max_width = 4096;
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c204 int max_width; member in struct:synapticsinfo
543 SYNAPTICS_SYSCTL_MAX_WIDTH = SYN_OFFSET(max_width),
3756 (sc->synhw.capPalmDetect && f->w <= sc->syninfo.max_width) ||
3763 * [1; max_width]
4148 int max_width, max_pressure; local
4165 max_width = sc->syninfo.max_width;
5904 /* hw.psm.synaptics.max_width. */
5905 sc->syninfo.max_width = 10;
5908 "max_width", CTLTYPE_IN
[all...]
/freebsd-11-stable/sys/contrib/v4l/
H A Dvideodev2.h415 __u32 max_width; /* Maximum frame width [pixel] */ member in struct:v4l2_frmsize_stepwise
/freebsd-11-stable/contrib/dialog/
H A Dutil.c1177 int max_width = max_x; local
1200 while (car < ar && max_x < max_width) {

Completed in 260 milliseconds

12