Home
last modified time | relevance | path

Searched refs:min_height (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dax-general.c411 reqs->max_height = reqs->min_height = height = 0; in ax_reqs()
453 if (height < reqs->min_height) in ax_reqs()
454 reqs->min_height = height; in ax_reqs()
Dax.h264 int max_height, min_height; member
Dtracepoint.c988 if (areqs.min_height < 0) in validate_actionline()
1590 if (areqs.min_height < 0) in encode_actions()
/openbsd/src/gnu/usr.bin/binutils/gdb/tui/
Dtui-win.c1375 int cur_total_height, total_height, min_height = 0; in new_height_ok() local
1409 min_height = MIN_CMD_WIN_HEIGHT; in new_height_ok()
1414 min_height = MIN_WIN_HEIGHT; in new_height_ok()
1427 ok = (second_win->generic.height + diff) >= min_height; in new_height_ok()
1429 ok = (first_win->generic.height + diff) >= min_height; in new_height_ok()
1448 ok = (new_height >= min_height && total_height <= cur_total_height); in new_height_ok()
/openbsd/src/sys/dev/pci/drm/include/drm/
Dgud.h51 __le32 min_height; member
Ddrm_mode_config.h535 int min_width, min_height; member
/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_sprite.c1276 int min_width, min_height; in g4x_sprite_check_scaling() local
1296 min_height = 6; in g4x_sprite_check_scaling()
1298 min_height = 3; in g4x_sprite_check_scaling()
1303 if (src_w < min_width || src_h < min_height || in g4x_sprite_check_scaling()
1307 src_w, src_h, min_width, min_height, 2048, 2048); in g4x_sprite_check_scaling()
Dintel_display_driver.c124 mode_config->min_height = 0; in intel_mode_config_init()
/openbsd/src/sys/dev/pci/drm/
Ddrm_mode_config.c124 card_res->min_height = dev->mode_config.min_height; in drm_mode_getresources()
Ddrm_framebuffer.c287 if ((config->min_height > r->height) || (r->height > config->max_height)) { in drm_internal_framebuffer_create()
289 r->height, config->min_height, config->max_height); in drm_internal_framebuffer_create()
/openbsd/src/sys/dev/pci/drm/include/uapi/drm/
Ddrm_mode.h273 __u32 min_height; member
/openbsd/src/sys/dev/fdt/
Drkdrm.c388 sc->sc_ddev.mode_config.min_height = 0; in rkdrm_attachhook()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/
Ddc.h124 uint32_t min_height; member
/openbsd/src/sys/sys/
Dvideoio.h4448 u_int32_t min_height; /* Minimum frame height [pixel] */ member
5217 u_int32_t min_height; member