Searched refs:height (Results 1 - 25 of 343) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr18241-3.c8 int *path[2], **pathp = path, height; local
11 height = 1;
14 while (height > 0) {
17 height--;
H A Dpr18241-2.c8 unsigned int height; member in struct:radix_tree_root
26 unsigned int height, shift; local
29 height = root->height;
31 shift = (height - 1) * 6;
34 while (height > 0) {
44 height--;
56 r.height = 1;
H A Dpr18241-1.c8 unsigned int height; member in struct:radix_tree_root
47 unsigned int height, shift; local
50 height = root->height;
51 if (index > height_to_maxindex[height])
54 shift = (height - 1) * 6;
58 while (height > 0) {
71 height--;
98 r.height = 1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr18241-3.c8 int *path[2], **pathp = path, height; local
11 height = 1;
14 while (height > 0) {
17 height--;
H A Dpr18241-2.c8 unsigned int height; member in struct:radix_tree_root
26 unsigned int height, shift; local
29 height = root->height;
31 shift = (height - 1) * 6;
34 while (height > 0) {
44 height--;
56 r.height = 1;
H A Dpr18241-1.c8 unsigned int height; member in struct:radix_tree_root
43 unsigned int height, shift; local
46 height = root->height;
47 if (index > height_to_maxindex[height])
50 shift = (height - 1) * 6;
54 while (height > 0) {
67 height--;
94 r.height = 1;
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dfont.h36 unsigned char height; member in struct:__anon5777
/netbsd-6-1-5-RELEASE/sys/dev/sun/
H A Dpfour_subr.c53 int width, height; local
84 height = 900;
89 height = 1024;
94 height = 1024;
99 height = 1280;
104 height = 1440;
109 height = 480;
122 fb->fb_type.fb_height = height;
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dfontconv.c9 int width, height, ascent; variable
24 height = 8;
47 fontname, width, height, code);
53 n = fread(buf, width_in_bytes, height, ifp);
54 if (n != height) {
65 for (i = 0; i < height; i++) {
91 fontname, width, height);
97 fprintf(ofp, " %d,\t\t\t\t/* height */\n", height);
102 fontname, width, height);
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dframebuffer.h36 int bpp, width, height, linebytes; member in struct:FrameBufferInfo::framebuffer_info
55 int height(void) { return _fb->height; } function in class:FrameBufferInfo
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr17119.c2 _mesa_DrawPixels (int width, int height, unsigned format, argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A Dpr17119.c2 _mesa_DrawPixels (int width, int height, unsigned format, argument
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/addftinfo/
H A Dguess.cpp27 int &height = metric->height; local
33 height = 0;
44 height = param.asc_height;
46 height = param.x_height;
51 // these have zero height and depth
54 height = param.asc_height;
71 height = param.x_height;
74 height = param.x_height;
86 height
[all...]
H A Dguess.h39 int height; member in struct:char_metric
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dwindow.c50 #define echo_area_required (1 + the_echo_area->height)
56 window_initialize_windows (int width, int height) argument
79 /* The height of the echo area never changes. It is statically set right
82 includes the echo area. So, we make the height of the initial window
83 equal to the screen's displayable region minus the height of the echo
85 the_echo_area->height = ECHO_AREA_HEIGHT;
86 active_window->height = the_screen->height - 1 - the_echo_area->height;
87 window_new_screen_size (width, height);
107 window_new_screen_size(int width, int height) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-win.c381 Set the height of a specified window.\n\
414 XDB compatibility command for setting the height of a command window.\n\
473 sprintf (cmd, "set height %d",
474 tui_active ? TUI_CMD_WIN->generic.height : tui_term_height());
506 _num_to_scroll = win_to_scroll->generic.height - 3;
531 _num_to_scroll = win_to_scroll->generic.height - 3;
708 new_height = first_win->generic.height;
709 else if ((first_win->generic.height + split_diff) >=
712 else if ((first_win->generic.height + split_diff) <= 0)
715 new_height = first_win->generic.height
1298 make_invisible_and_set_new_height(struct tui_win_info *win_info, int height) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr42183.C5 IntSize(int width, int height) : m_width(width), m_height(height) { } argument
15 IntRect(int x, int y, int width, int height) argument
16 : m_location(IntPoint(x, y)), m_size(IntSize(width, height)) { }
/netbsd-6-1-5-RELEASE/sys/arch/usermode/include/
H A Dmainbus.h55 unsigned int height; member in struct:thunkbus_attach_args::__anon6658::__anon6662
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Dgui.h36 void *bfin_gui_setup (void *state, int enabled, int height, int width,
/netbsd-6-1-5-RELEASE/sys/dev/rcons/
H A Draster_text.c105 y + c->homey + charrast->height > r->height )
121 y1 + c->homey + charrast->height > r->height )
180 charrast->height, rop, charrast, 0, 0 ) == 0 )
191 charrast->width, charrast->height, 8 );
194 cr, 0, 0, charrast->width, charrast->height,
208 r, thisx, thisy, charrast->width, charrast->height,
215 r, thisx, thisy, charrast->width, charrast->height,
230 int height,
228 raster_alloc( int width, int height, int depth) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwscons_rops.c78 y = row * rc->rc_font->height + rc->rc_yorigin;
84 rc->rc_font->chars[(int)' '].r->height,
86 rc->rc_font->width, rc->rc_font->height,
117 y = row * rc->rc_font->height + rc->rc_font_ascent + rc->rc_yorigin;
136 raster_op(rc->rc_sp, 0, 0, rc->rc_sp->width, rc->rc_sp->height,
153 y = rc->rc_yorigin + rc->rc_font->height * row;
159 nx, rc->rc_font->height, RAS_SRC,
172 y = rc->rc_yorigin + rc->rc_font->height * row;
180 nx, rc->rc_font->height, op,
193 srcy = rc->rc_yorigin + rc->rc_font->height * srcro
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/rasops/
H A Drasops2.c104 int height, width, fs, rs, fb, bg, fg, lmask, rmask; local
120 height = font->fontheight;
148 while (height--) {
153 while (height--) {
174 while (height--) {
183 while (height--) {
247 int height, fs, rs; local
271 height = font->fontheight;
280 while (height--) {
289 while (height
312 int height, fs, rs; local
380 int height, fs, rs; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/dev/
H A Domrasops.c82 int scanspan, startx, height, width, align, y; local
90 height = ri->ri_font->fontheight;
102 while (height > 0) {
110 height--;
116 while (height > 0) {
128 height--;
138 int scanspan, startx, height, width, align, w, y; local
145 height = ri->ri_font->fontheight;
157 while (height > 0) {
160 height
187 int scanspan, starty, height, width, w; local
221 int scanspan, offset, srcy, height, width, w; local
260 int scanspan, height, width, align, shift, w, y, srcx, dstx; local
383 int scanspan, startx, height, width, align, y; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dmsgen-210 !height\ must\ be\ positive=
24 height\ must\ be\ positive=height must be positive
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators8.C35 height = height_;
43 int height; member in class:triangle

Completed in 244 milliseconds

1234567891011>>