Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dutf8.c117 int total_width, max_width, print; in vasnmprintf() local
138 max_width = wp == NULL ? INT_MAX : *wp; in vasnmprintf()
166 total_width > max_width - width)) in vasnmprintf()
188 total_width > max_width - 4)) in vasnmprintf()
/freebsd-12.1/sys/mips/ingenic/
H A Djz4780_pdma.c375 access_width(struct xdma_request *req, uint32_t *dcm, uint32_t *max_width) in access_width() argument
379 *max_width = max(req->src_width, req->dst_width); in access_width()
409 switch (*max_width) { in access_width()
434 int max_width; in pdma_channel_request() local
475 if (access_width(req, &dcm, &max_width) != 0) { in pdma_channel_request()
482 desc->dtc = (req->block_len / max_width); in pdma_channel_request()
/freebsd-12.1/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-12.1/sbin/geom/core/
H A Dgeom.c686 int max_width, width; in compute_tree_width_geom() local
688 max_width = width = indent + strlen(gp->lg_name); in compute_tree_width_geom()
699 if (width > max_width) in compute_tree_width_geom()
700 max_width = width; in compute_tree_width_geom()
706 return (max_width); in compute_tree_width_geom()
714 int max_width, width; in compute_tree_width() local
716 max_width = width = 0; in compute_tree_width()
723 if (width > max_width) in compute_tree_width()
724 max_width = width; in compute_tree_width()
728 return (max_width); in compute_tree_width()
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dgen.c585 int max_width = 0; in define_asn1() local
594 if(strlen(m->name) > max_width) in define_asn1()
595 max_width = strlen(m->name); in define_asn1()
597 max_width += 3; in define_asn1()
598 if(max_width < 16) max_width = 16; in define_asn1()
600 int width = max_width; in define_asn1()
/freebsd-12.1/contrib/ee/
H A Dee.c3344 int max_width, max_height; local
3364 max_width = 0;
3368 max_width = length;
3370 max_width += 3;
3371 max_width = max(max_width, strlen(menu_cancel_msg));
3372 max_width = max(max_width, max(strlen(more_above_str), strlen(more_below_str)));
3373 max_width += 6;
3380 if (max_width > COLS)
3414 x_off = (COLS - max_width) / 2;
3499 paint_menu(menu_list, max_width, max_height,
[all …]
/freebsd-12.1/stand/efi/loader/
H A Dframebuffer.c560 int height, max_height, max_width, width; in gop_autoresize() local
563 efi_get_max_resolution(&max_width, &max_height); in gop_autoresize()
573 if ((max_width != 0 && width > max_width) || in gop_autoresize()
/freebsd-12.1/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c776 uint32_t max_width = get_max_width(mad_get_field(port->info, 0, in get_max_msg() local
780 if ((max_width & mad_get_field(port->info, 0, in get_max_msg()
786 buf, 64, &max_width)); in get_max_msg()
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_fb_helper.c1340 width = dev->mode_config.max_width; in drm_setup_crtcs()
1425 dev->mode_config.max_width, in drm_fb_helper_initial_config()
1457 u32 max_width, max_height, bpp_sel; in drm_fb_helper_hotplug_event() local
1479 max_width = fb_helper->fb->width; in drm_fb_helper_hotplug_event()
1483 count = drm_fb_helper_probe_connector_modes(fb_helper, max_width, in drm_fb_helper_hotplug_event()
H A Ddrm_mode.h109 __u32 min_width, max_width; member
H A Ddrm_crtc.h454 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height);
788 int max_width, max_height; member
H A Ddrm_crtc.c1264 card_res->max_width = dev->mode_config.max_width; in drm_mode_getresources()
1504 dev->mode_config.max_width, in drm_mode_getconnector()
2166 if ((config->min_width > r.width) || (r.width > config->max_width)) in drm_mode_addfb()
2345 if ((config->min_width > r->width) || (r->width > config->max_width)) { in drm_mode_addfb2()
2347 r->width, config->min_width, config->max_width); in drm_mode_addfb2()
/freebsd-12.1/cddl/usr.sbin/dwatch/
H A Ddwatch482 local max_width="${max_size#*[$IFS]}"
488 while [ $x -lt $max_width ]; do
/freebsd-12.1/usr.sbin/bsdinstall/scripts/
H A Dauto75 local max_width=$(( $width - 3 - $plen ))
H A Dzfsboot444 if [ $line_width -gt $max_width ]; then
/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_display.c1351 rdev->ddev->mode_config.max_width = 16384; in radeon_modeset_init()
1354 rdev->ddev->mode_config.max_width = 8192; in radeon_modeset_init()
1357 rdev->ddev->mode_config.max_width = 4096; in radeon_modeset_init()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1422 max_width(zpool_handle_t *zhp, nvlist_t *nv, int depth, int max) in max_width() function
1437 if ((ret = max_width(zhp, child[c], depth + 2, in max_width()
1445 if ((ret = max_width(zhp, child[c], depth + 2, in max_width()
1453 if ((ret = max_width(zhp, child[c], depth + 2, in max_width()
2069 namewidth = max_width(NULL, nvroot, 0, 0); in show_import()
2898 cb->cb_namewidth = max_width(zhp, nvroot, 0, in get_namewidth()
5126 namewidth = max_width(zhp, nvroot, 0, 0); in status_callback()
/freebsd-12.1/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c205 drm_dev->mode_config.max_width = 4096; in host1x_drm_load()
/freebsd-12.1/sys/dev/atkbdc/
H A Dpsm.c204 int max_width; member
543 SYNAPTICS_SYSCTL_MAX_WIDTH = SYN_OFFSET(max_width),
3733 (sc->synhw.capPalmDetect && f->w <= sc->syninfo.max_width) ||
4129 int max_width, max_pressure; local
4146 max_width = sc->syninfo.max_width;
5887 sc->syninfo.max_width = 10;
7115 sc->syninfo.max_width = 7;
/freebsd-12.1/contrib/dialog/
H A Dutil.c1177 int max_width = max_x; in auto_size_preformatted() local
1200 while (car < ar && max_x < max_width) { in auto_size_preformatted()
/freebsd-12.1/sys/contrib/v4l/
H A Dvideodev2.h415 __u32 max_width; /* Maximum frame width [pixel] */ member
/freebsd-12.1/contrib/gcc/
H A Dc-decl.c4277 unsigned int max_width; in check_bitfield_type_and_width() local
4322 max_width = CHAR_TYPE_SIZE; in check_bitfield_type_and_width()
4324 max_width = TYPE_PRECISION (*type); in check_bitfield_type_and_width()
4326 if (0 < compare_tree_int (*width, max_width)) in check_bitfield_type_and_width()
4329 w = max_width; in check_bitfield_type_and_width()
/freebsd-12.1/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c266 enum ntb_width max_width) in amd_ntb_link_enable() argument
/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_display.c9020 dev->mode_config.max_width = 2048; in intel_modeset_init()
9023 dev->mode_config.max_width = 4096; in intel_modeset_init()
9026 dev->mode_config.max_width = 8192; in intel_modeset_init()