Searched refs:box (Results 1 - 18 of 18) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ip2/
H A Dip2mkdev.c18 int board, box, port; local
80 for ( box = 0; box < ABS_MAX_BOXES; ++box )
84 if ( pB->i2eChannelMap[box] & ( 1 << port ) )
87 + box * ABS_BIGGEST_BOX
106 int box; local
111 for( box = 0; box < ABS_MAX_BOXES; ++box )
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dmga_state.c46 drm_clip_rect_t *box )
64 MGA_CXBNDRY, (box->x2 << 16) | box->x1,
65 MGA_YTOP, box->y1 * pitch,
66 MGA_YBOT, box->y2 * pitch );
527 drm_clip_rect_t *box = &pbox[i]; local
528 u32 height = box->y2 - box->y1;
531 box->x1, box
632 drm_clip_rect_t *box = &pbox[i]; local
[all...]
H A Dradeon_state.c42 drm_clip_rect_t *box )
46 DRM_DEBUG( " box: x1=%d y1=%d x2=%d y2=%d\n",
47 box->x1, box->y1, box->x2, box->y2 );
52 OUT_RING( (box->y1 << 16) | box->x1 );
55 OUT_RING( ((box->y2 - 1) << 16) | (box
[all...]
H A Di810_dma.c803 drm_clip_rect_t *box = sarea_priv->boxes; local
859 OUT_RING( box[i].x1 | (box[i].y1<<16) );
860 OUT_RING( (box[i].x2-1) | ((box[i].y2-1)<<16) );
H A Di830_dma.c909 drm_clip_rect_t *box = sarea_priv->boxes; local
964 OUT_RING( box[i].x1 | (box[i].y1<<16) );
965 OUT_RING( box[i].x2 | (box[i].y2<<16) );
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/lxdialog/
H A Dutil.c283 * Draw a rectangular box with line drawing characters
287 chtype box, chtype border)
300 waddch (win, box | ACS_URCORNER);
302 waddch (win, box | ACS_LRCORNER);
306 waddch (win, box | ACS_HLINE);
310 waddch (win, box | ACS_VLINE);
312 waddch (win, box | ' ');
286 draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, chtype border) argument
H A Ddialog.h148 void draw_box (WINDOW * win, int y, int x, int height, int width, chtype box,
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dutil.c283 * Draw a rectangular box with line drawing characters
287 chtype box, chtype border)
300 waddch (win, box | ACS_URCORNER);
302 waddch (win, box | ACS_LRCORNER);
306 waddch (win, box | ACS_HLINE);
310 waddch (win, box | ACS_VLINE);
312 waddch (win, box | ' ');
286 draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, chtype border) argument
H A Ddialog.h154 void draw_box (WINDOW * win, int y, int x, int height, int width, chtype box,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dip2main.c52 // Four box EX was barfing on >128k kmalloc, made structure smaller by
588 int j, box; local
919 for ( box = 0; box < ABS_MAX_BOXES; ++box )
923 if ( pB->i2eChannelMap[box] & (1 << j) )
927 (box+i*ABS_MAX_BOXES));
930 (box+i*ABS_MAX_BOXES));
1048 int box; local
1050 for( box
3384 int i, j, box; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dradeon_state.c43 drm_clip_rect_t *box )
47 DRM_DEBUG( " box: x1=%d y1=%d x2=%d y2=%d\n",
48 box->x1, box->y1, box->x2, box->y2 );
53 OUT_RING( (box->y1 << 16) | box->x1 );
56 OUT_RING( ((box->y2 - 1) << 16) | (box
[all...]
H A Dmga_state.c54 drm_clip_rect_t * box)
71 PRIMOUTREG(MGAREG_CXBNDRY, ((box->x2) << 16) | (box->x1));
72 PRIMOUTREG(MGAREG_YTOP, box->y1 * dev_priv->stride / dev_priv->cpp);
73 PRIMOUTREG(MGAREG_YBOT, box->y2 * dev_priv->stride / dev_priv->cpp);
53 mgaEmitClipRect(drm_mga_private_t * dev_priv, drm_clip_rect_t * box) argument
H A Di810_dma.c784 drm_clip_rect_t *box = sarea_priv->boxes; local
840 OUT_RING( box[i].x1 | (box[i].y1<<16) );
841 OUT_RING( (box[i].x2-1) | ((box[i].y2-1)<<16) );
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/ext2ed/
H A Dwin.c43 box (title_win,0,0);
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djquant2.c40 * Next, the color-selection step begins with a box representing the whole
41 * color space, and repeatedly splits the "largest" remaining box until we
43 * remaining box becomes one of the possible output colors.
51 * the "largest" box and deciding where to cut it. The particular policies
259 /* The bounds of the box (inclusive); expressed as histogram indexes */
263 /* The volume (actually 2-norm) of the box */
265 /* The number of nonzero histogram cells within this box */
267 } box; typedef in typeref:struct:__anon11854
269 typedef box * boxptr;
274 /* Find the splittable box wit
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/cdrom/
H A Dcdrom-standard.tex310 as a juke-box, or otherwise~1. The parameters are declared $const$
398 $disc_nr$ identifies a specific slot in a juke-box, it should be
457 If the drive can store multiple discs (a juke-box) this function
567 CDC_SELECT_DISC& drive is juke-box\cr
888 \item[CDROM_SELECT_DISC] Select disc numbered $arg$ from a juke-box.
890 maximum number of discs in the juke-box found in the $cdrom_dops$.
947 juke-box.
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Dtexinfo.tex167 % site of the centerlined box. (P. A. MacKay, 12 November, 1986)
1611 % but stuck inside a box of width 0 so it does not interfere with linebreaking
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex2958 \# This step is necessary on any networked box before attempt\\

Completed in 219 milliseconds