Searched refs:width (Results 251 - 275 of 1541) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/apache2/llvm/dist/libcxx/utils/
H A Dgenerate_abi_list.py36 lines = [pprint.pformat(sym, width=99999) for sym in symbols]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp78 template <typename T, T amd_kernel_code_t::*ptr, int shift, int width = 1>
81 const auto Mask = (static_cast<T>(1) << width) - 1;
142 template <typename T, T amd_kernel_code_t::*ptr, int shift, int width = 1>
148 const uint64_t Mask = ((UINT64_C(1) << width) - 1) << shift;
/netbsd-current/sys/arch/amiga/dev/
H A Diteioctl.h46 u_int width; /* width of ite display */ member in struct:itewinsize
/netbsd-current/sys/arch/atari/dev/
H A Diteioctl.h53 u_int width; /* width of ite display */ member in struct:itewinsize
H A Dgrfabs.c195 dx = abs(dm->size.width - dim->width);
217 dx = abs(curr_mode->size.width - dim->width);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Dmcif_wb.h62 unsigned int width; member in struct:mcif_wb_frame_dump_info
/netbsd-current/distrib/sets/
H A Dfmt-list26 -- Calculate the width of the given string on the screen, assuming that
27 -- the tab width is 8 and that the string starts at a tabstop.
29 local width = 0
32 width = width // 8 * 8 + 8
34 width = width + 1
37 return width
50 -- Calculate the tab characters that are necessary to set the width
51 -- of the string to the desired width
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-layout.h62 virtual void apply (int x, int y, int width, int height,
65 /* Return the minimum and maximum height or width of this layout.
66 HEIGHT is true to fetch height, false to fetch width. */
88 /* Set the width of the window named NAME to NEW_WIDTH, updating
130 int width = 0; member in class:tui_layout_base
153 void apply (int x, int y, int width, int height,
231 void apply (int x, int y, int width, int height,
242 /* Pass true as the final argument to indicate change of width. */
272 SET_WIDTH_P is true, set the width, otherwise, set the height of the
353 /* Adjust the window width o
[all...]
H A Dtui-data.h76 /* Compute the maximum width of this window. */
79 /* Compute the minimum width of this window. */
93 virtual void resize (int height, int width,
115 /* Called after the tab width has been changed. */
151 /* Window width. */
152 int width = 0; member in struct:tui_win_info
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dtui-window.py33 w = self.win.width
/netbsd-current/external/bsd/tmux/dist/
H A Dmenu.c65 u_int width, max_width; local
135 width = format_width(new_item->name);
137 width--;
138 if (width > menu->width)
139 menu->width = width;
149 menu->width = format_width(title);
191 server_client_overlay_range(md->px, md->py, menu->width + 4,
210 screen_write_box(&ctx, menu->width
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_dpp.c278 int line_size = scl_data->viewport.width < scl_data->recout.width ?
279 scl_data->viewport.width : scl_data->recout.width;
280 int line_size_c = scl_data->viewport_c.width < scl_data->recout.width ?
281 scl_data->viewport_c.width : scl_data->recout.width;
385 if (scl_data->viewport.width != scl_data->h_active &&
391 if (scl_data->viewport.width > scl_dat
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/misc/
H A Dreport.css58 border-width: 1;
/netbsd-current/sys/arch/hpcmips/dev/
H A Dmq200subr.c72 { 640, 480, 25175, /* width, height, dot clock */
82 { 800, 600, 40000, /* width, height, dot clock */
90 { 1024, 768, 65000, /* width, height, dot clock */
267 ((u_int32_t)crt->width << MQ200_GCHDC_END_SHIFT));
296 sc->sc_width[MQ200_GC1] = crt->width;
345 int width, int height, int stride)
349 gc + 1, width, height, sc->sc_width[gc], sc->sc_height[gc]);
351 if (sc->sc_width[gc] < width) {
355 width = sc->sc_width[gc];
365 (((u_int32_t)width
343 mq200_win_enable(struct mq200_softc *sc, int gc, u_int32_t depth, u_int32_t start, int width, int height, int stride) argument
[all...]
/netbsd-current/external/mit/libcbor/dist/src/cbor/
H A Ddata.h91 cbor_int_width width; member in struct:_cbor_int_metadata
135 cbor_float_width width; member in struct:_cbor_float_ctrl_metadata
/netbsd-current/sys/dev/ic/
H A Dct65550.c197 int width, height, i, j; local
210 width = height = -1;
213 width = chipsfb_read_indexed(sc, CT_FP_INDEX, FP_HSIZE_LSB);
214 width |= (chipsfb_read_indexed(sc, CT_FP_INDEX, FP_HORZ_OVERFLOW_1)
216 width = (width + 1) * 8;
221 if ((width < 640) || ( width > 1280) || (height < 480) ||
224 width = height = -1;
226 aprint_verbose("Panel size: %d x %d\n", width, heigh
452 int32_t xs, xd, y, width, height; local
471 int32_t x, y, width, height, fg, bg, ul; local
490 int32_t x, ys, yd, width, height; local
508 int32_t x, y, width, height, fg, bg, ul; local
528 chipsfb_bitblt(void *cookie, int xs, int ys, int xd, int yd, int width, int height, int rop) argument
569 chipsfb_rectfill(struct chipsfb_softc *sc, int x, int y, int width, int height, int colour) argument
749 chipsfb_setup_mono(struct chipsfb_softc *sc, int xd, int yd, int width, int height, uint32_t fg, uint32_t bg) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_debug.c98 "plane_state->src_rect.width = %d;\n"
102 "plane_state->dst_rect.width = %d;\n"
106 "plane_state->clip_rect.width = %d;\n"
110 plane_state->src_rect.width,
114 plane_state->dst_rect.width,
118 plane_state->clip_rect.width,
124 "plane_state->plane_size.surface_size.width = %d;\n"
129 plane_state->plane_size.surface_size.width,
211 "plane_info->plane_size.surface_size.width = %d;\n"
220 update->plane_info->plane_size.surface_size.width,
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_framebuffer.h179 * @width: Logical width of the visible area of the framebuffer, in
182 unsigned int width; member in struct:drm_framebuffer
297 int drm_framebuffer_plane_width(int width,
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dformat.c43 nonneg_required[] = "Nonnegative width required in format",
49 zero_width[] = "Zero width in format descriptor";
877 fmt->error = "Extension: Zero width after L descriptor";
882 "Zero width after L descriptor");
888 "Positive width required with L descriptor");
890 fmt->value = 1; /* Default width */
929 /* Processing for zero width formats. */
971 "Positive exponent width required");
975 fmt->error = "Positive exponent width required in "
985 /* Processing for positive width format
1269 int width, i, offset; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-data.h76 /* Compute the maximum width of this window. */
79 /* Compute the minimum width of this window. */
93 virtual void resize (int height, int width,
109 /* Called after the tab width has been changed. */
138 /* Window width. */
139 int width = 0; member in struct:tui_win_info
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dformat.c42 nonneg_required[] = "Nonnegative width required in format",
48 zero_width[] = "Zero width in format descriptor";
877 fmt->error = "Extension: Zero width after L descriptor";
882 "Zero width after L descriptor");
888 "Positive width required with L descriptor");
890 fmt->value = 1; /* Default width */
929 /* Processing for zero width formats. */
978 "Positive exponent width required");
982 fmt->error = "Positive exponent width required in "
992 /* Processing for positive width format
1276 int width, i, offset; local
[all...]
/netbsd-current/sys/arch/xen/xen/
H A Dgenfb_xen.c82 _xen_genfb_btinfo.width = d0_consi->u.vesa_lfb.width;
/netbsd-current/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
H A Dmdoc2man90 my $width = '';
92 if (exists $opts{width}) {
93 $width = ' '.((length $opts{width})+1);
99 my @ret = (".TP$width\n.NOP", hs);
111 ".TP$width\n.NOP", hs, @_
/netbsd-current/external/bsd/nvi/dist/motif_l/
H A Dm_func.c123 int y, rows, len, height, width;
137 width = __vi_screen->ch_width * __vi_screen->cols;
144 width, height,
163 int y, rows, height, width;
185 width = __vi_screen->ch_width * __vi_screen->cols;
193 width, height,
122 int y, rows, len, height, width; local
162 int y, rows, height, width; local
/netbsd-current/sys/dev/videomode/
H A Dpickmode.c45 pick_mode_by_dotclock(int width, int height, int dotclock) argument
50 DPRINTF("%s: looking for %d x %d at up to %d kHz\n", __func__, width,
54 if ((this->hdisplay != width) || (this->vdisplay != height) ||
70 pick_mode_by_ref(int width, int height, int refresh) argument
75 DPRINTF("%s: looking for %d x %d at up to %d Hz\n", __func__, width,
82 if ((this->hdisplay != width) || (this->vdisplay != height))

Completed in 192 milliseconds

<<11121314151617181920>>