Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dutf8.c116 int total_width, max_width, print; in vasnmprintf() local
137 max_width = wp == NULL ? INT_MAX : *wp; in vasnmprintf()
165 total_width > max_width - width)) in vasnmprintf()
187 total_width > max_width - 4)) in vasnmprintf()
/dragonfly/contrib/binutils-2.34/gprof/
H A Dsource.c92 annotate_source (Source_File *sf, unsigned int max_width, in annotate_source() argument
240 annotation = (char *) xmalloc (max_width + 1); in annotate_source()
250 (*annote) (annotation, max_width, line_num, arg); in annotate_source()
H A Dsource.h60 (Source_File *sf, unsigned int max_width,
/dragonfly/contrib/binutils-2.27/gprof/
H A Dsource.c92 annotate_source (Source_File *sf, unsigned int max_width, in annotate_source() argument
240 annotation = (char *) xmalloc (max_width + 1); in annotate_source()
250 (*annote) (annotation, max_width, line_num, arg); in annotate_source()
H A Dsource.h60 (Source_File *sf, unsigned int max_width,
/dragonfly/contrib/ee/
H A Dee.c3348 int max_width, max_height; local
3368 max_width = 0;
3372 max_width = length;
3374 max_width += 3;
3375 max_width = max(max_width, strlen(menu_cancel_msg));
3376 max_width = max(max_width, max(strlen(more_above_str), strlen(more_below_str)));
3377 max_width += 6;
3384 if (max_width > COLS)
3418 x_off = (COLS - max_width) / 2;
3503 paint_menu(menu_list, max_width, max_height,
[all …]
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_mode_config.h489 int max_width, max_height; member
H A Ddrm_connector.h488 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height);
/dragonfly/sys/dev/drm/
H A Ddrm_mode_config.c119 card_res->max_width = dev->mode_config.max_width; in drm_mode_getresources()
H A Ddrm_framebuffer.c277 if ((config->min_width > r->width) || (r->width > config->max_width)) { in drm_internal_framebuffer_create()
279 r->width, config->min_width, config->max_width); in drm_internal_framebuffer_create()
H A Ddrm_connector.c1418 dev->mode_config.max_width, in drm_mode_getconnector()
H A Ddrm_fb_helper.c2530 width = dev->mode_config.max_width; in __drm_fb_helper_initial_config_and_unlock()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Ddce_virtual.c383 adev->ddev->mode_config.max_width = 16384; in dce_virtual_sw_init()
395 adev->ddev->mode_config.max_width = 16384; in dce_virtual_sw_init()
H A Ddce_v10_0.c2757 adev->ddev->mode_config.max_width = 16384; in dce_v10_0_sw_init()
2769 adev->ddev->mode_config.max_width = 16384; in dce_v10_0_sw_init()
H A Ddce_v11_0.c2878 adev->ddev->mode_config.max_width = 16384; in dce_v11_0_sw_init()
2890 adev->ddev->mode_config.max_width = 16384; in dce_v11_0_sw_init()
/dragonfly/sys/dev/drm/include/uapi/drm/
H A Ddrm_mode.h259 __u32 max_width; member
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddiagnostic-show-locus.c860 int max_width = m_context->caret_max_width; in layout() local
869 right_margin = max_width - right_margin; in layout()
870 if (line_width >= max_width && column > right_margin) in layout()
876 show_ruler (m_x_offset + max_width); in layout()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_display.c1609 rdev->ddev->mode_config.max_width = 16384; in radeon_modeset_init()
1612 rdev->ddev->mode_config.max_width = 8192; in radeon_modeset_init()
1615 rdev->ddev->mode_config.max_width = 4096; in radeon_modeset_init()
/dragonfly/contrib/dialog/
H A Dutil.c1267 int max_width = max_x; in auto_size_preformatted() local
1290 while (car < ar && max_x < max_width) { in auto_size_preformatted()
/dragonfly/sys/dev/misc/psm/
H A Dpsm.c209 int max_width; member
566 SYNAPTICS_SYSCTL_MAX_WIDTH = SYN_OFFSET(max_width),
3766 (sc->synhw.capPalmDetect && f->w <= sc->syninfo.max_width) ||
5935 sc->syninfo.max_width = 10;
7233 sc->syninfo.max_width = 7;
/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c2962 int max_width = skl_max_plane_width(fb, 0, rotation); in skl_check_main_surface() local
2966 if (w > max_width || h > max_height) { in skl_check_main_surface()
2968 w, h, max_width, max_height); in skl_check_main_surface()
3036 int max_width = skl_max_plane_width(fb, 1, rotation); in skl_check_nv12_aux_surface() local
3048 if (w > max_width || h > max_height) { in skl_check_nv12_aux_surface()
3050 w, h, max_width, max_height); in skl_check_nv12_aux_surface()
14528 dev->mode_config.max_width = 2048; in intel_modeset_init()
14531 dev->mode_config.max_width = 4096; in intel_modeset_init()
14534 dev->mode_config.max_width = 8192; in intel_modeset_init()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-decl.c4711 unsigned int max_width; in check_bitfield_type_and_width() local
4769 max_width = TYPE_PRECISION (*type); in check_bitfield_type_and_width()
4771 if (0 < compare_tree_int (*width, max_width)) in check_bitfield_type_and_width()
4774 w = max_width; in check_bitfield_type_and_width()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c5436 unsigned int max_width; in check_bitfield_type_and_width() local
5501 max_width = TYPE_PRECISION (*type); in check_bitfield_type_and_width()
5503 if (compare_tree_int (*width, max_width) > 0) in check_bitfield_type_and_width()
5506 w = max_width; in check_bitfield_type_and_width()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1426 adev->ddev->mode_config.max_width = 16384; in amdgpu_dm_mode_config_init()