HomeSort by: relevance | last modified time | path
    Searched defs:max_height (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
ax.h 108 int max_height, min_height;
107 int max_height, min_height; member in struct:agent_expr
  /src/external/gpl3/gdb/dist/gdb/
ax.h 108 int max_height, min_height;
107 int max_height, min_height; member in struct:agent_expr
  /src/external/mpl/bind/dist/tests/libtest/
qp.c 77 size_t max_height = 0; local
82 max_height = ISC_MAX(max_height, height);
84 return max_height + 1;
  /src/external/mit/xorg/lib/libxcb/files/
xvmc.h 68 uint16_t max_height; member in struct:xcb_xvmc_surface_info_t
randr.h 365 uint16_t max_height; member in struct:xcb_randr_get_screen_size_range_reply_t
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fb.c 61 unsigned max_height; member in struct:vmw_fb_par
149 (var->yoffset + var->yres) > par->max_height) {
677 par->max_height = fb_height;
680 par->max_height, &par->con,
  /src/sys/external/bsd/drm/dist/shared-core/
drm_mode.h 107 uint32_t min_height, max_height; member in struct:drm_mode_card_res
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_mode_config.h 343 * @max_height: maximum fb pixel height on this device
527 int max_width, max_height; member in struct:drm_mode_config
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-win.c 1013 tui_win_info::max_height () const
1011 tui_win_info::max_height () const function in class:tui_win_info
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-win.c 1015 tui_win_info::max_height () const
1013 tui_win_info::max_height () const function in class:tui_win_info
  /src/external/gpl2/groff/dist/src/preproc/pic/
object.cpp 100 double max_height = 0.0; local
101 lookup_variable("maxpsht", &max_height);
103 || (max_height > 0.0 && sdim.y > max_height)) {
105 double yscale = dim.y/max_height;
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm_mode.h 255 __u32 max_height; member in struct:drm_mode_card_res
  /src/external/gpl2/texinfo/dist/info/
session.c 103 int max_height = 0; local
106 if (win->height > max_height)
108 max_height = win->height;
  /src/external/gpl3/gcc/dist/gcc/
ira-build.cc 308 int height, max_height;
313 max_height = level + 1;
320 if (height > max_height)
321 max_height = height;
323 return max_height;
306 int height, max_height; local
  /src/external/gpl3/gcc.old/dist/gcc/
ira-build.cc 308 int height, max_height;
313 max_height = level + 1;
320 if (height > max_height)
321 max_height = height;
323 return max_height;
306 int height, max_height; local
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 3791 int max_height; local
3805 max_height = icl_max_plane_height();
3807 max_height = skl_max_plane_height();
3809 if (w > max_width || h > max_height) {
3811 w, h, max_width, max_height);
3891 int max_height = 4096; local
3903 if (w > max_width || h > max_height) {
3905 w, h, max_width, max_height);
17554 mode_config->max_height = 16384;
17557 mode_config->max_height = 8192
    [all...]
  /src/sys/sys/
videoio.h 1729 u_int32_t max_height; /* Maximum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise
2452 * @max_height: height in lines
2463 u_int32_t max_height; member in struct:v4l2_bt_timings_cap

Completed in 64 milliseconds