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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dtextbox.c2 * textbox.c -- implements the text box
38 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, argument
41 print_page(box, boxh, boxw);
49 * Display text from a file in a dialog box.
57 WINDOW *dialog, *box; local
85 /* center dialog box on screen */
94 /* Create window for box region, used for scrolling text */
97 box = subwin(dialog, boxh, boxw, y + 1, x + 1);
98 wattrset(box, dlg.dialog.atr);
99 wbkgdset(box, dl
[all...]
H A Dutil.c406 * Draw a rectangular box with line drawing characters
410 chtype box, chtype border)
423 waddch(win, box | ACS_URCORNER);
425 waddch(win, box | ACS_LRCORNER);
429 waddch(win, box | ACS_HLINE);
433 waddch(win, box | ACS_VLINE);
435 waddch(win, box | ' ');
409 draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, chtype border) argument
H A Ddialog.h199 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Daes.c55 static void subshift(uint8_t s0[2][16], int s, const uint8_t *box){ argument
58 s0[0][0]=box[s0[1][ 0]]; s0[0][ 4]=box[s0[1][ 4]]; s0[0][ 8]=box[s0[1][ 8]]; s0[0][12]=box[s0[1][12]];
59 s1[0][3]=box[s1[1][ 7]]; s1[0][ 7]=box[s1[1][11]]; s1[0][11]=box[s1[1][15]]; s1[0][15]=box[s1[1][ 3]];
60 s0[0][2]=box[s
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dmga_state.c45 drm_clip_rect_t * box)
63 MGA_CXBNDRY, ((box->x2 - 1) << 16) | box->x1,
64 MGA_YTOP, box->y1 * pitch, MGA_YBOT, (box->y2 - 1) * pitch);
503 drm_clip_rect_t *box = &pbox[i]; local
504 u32 height = box->y2 - box->y1;
507 box->x1, box
44 mga_emit_clip_rect(drm_mga_private_t * dev_priv, drm_clip_rect_t * box) argument
601 drm_clip_rect_t *box = &pbox[i]; local
[all...]
H A Dr300_cmdbuf.c58 drm_clip_rect_t box; local
75 (&box, &cmdbuf->boxes[n + i], sizeof(box))) {
80 box.x1 =
81 (box.x1 +
83 box.y1 =
84 (box.y1 +
86 box.x2 =
87 (box.x2 +
89 box
[all...]
H A Di915_dma.c404 drm_clip_rect_t box; local
407 if (DRM_COPY_FROM_USER_UNCHECKED(&box, &boxes[i], sizeof(box))) {
411 if (box.y2 <= box.y1 || box.x2 <= box.x1 || box.y2 <= 0 || box.x2 <= 0) {
412 DRM_ERROR("Bad box
[all...]
H A Dradeon_state.c423 drm_clip_rect_t * box)
427 DRM_DEBUG(" box: x1=%d y1=%d x2=%d y2=%d\n",
428 box->x1, box->y1, box->x2, box->y2);
432 OUT_RING((box->y1 << 16) | box->x1);
434 OUT_RING(((box->y2 - 1) << 16) | (box
422 radeon_emit_clip_rect(drm_radeon_private_t * dev_priv, drm_clip_rect_t * box) argument
2748 drm_clip_rect_t box; local
[all...]
H A Di810_dma.c798 drm_clip_rect_t *box = sarea_priv->boxes; local
837 OUT_RING(box[i].x1 | (box[i].y1 << 16));
838 OUT_RING((box[i].x2 -
839 1) | ((box[i].y2 - 1) << 16));
H A Di830_dma.c831 /* Purple box for page flipping
836 /* Red box if we have to wait for idle at any point
841 /* Blue box: lost context?
846 /* Yellow box for texture swaps
851 /* Green box if hardware never idles (as far as we can tell)
1086 drm_clip_rect_t *box = sarea_priv->boxes; local
1148 OUT_RING(box[i].x1 | (box[i].y1 << 16));
1149 OUT_RING(box[i].x2 | (box[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Dhoontech.c75 static void __devinit snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) argument
79 /* select box */
80 ICE1712_STDSP24_0_BOX(ice->spec.hoontech.boxbits, box);
123 static void __devinit snd_ice1712_stdsp24_box_midi(struct snd_ice1712 *ice, int box, int master) argument
127 /* select box */
128 ICE1712_STDSP24_0_BOX(ice->spec.hoontech.boxbits, box);
159 int box, chn; local
192 /* let's go - activate only functions in first box */
209 for (box = 0; box <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dutil.c287 * Draw a rectangular box with line drawing characters
291 chtype box, chtype border)
304 waddch(win, box | ACS_URCORNER);
306 waddch(win, box | ACS_LRCORNER);
310 waddch(win, box | ACS_HLINE);
314 waddch(win, box | ACS_VLINE);
316 waddch(win, box | ' ');
290 draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, chtype border) argument
H A Ddialog.h149 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2main.c52 // Four box EX was barfing on >128k kmalloc, made structure smaller by
503 int i, j, box; local
728 for ( box = 0; box < ABS_MAX_BOXES; ++box )
732 if ( pB->i2eChannelMap[box] & (1 << j) )
736 (box+i*ABS_MAX_BOXES), NULL);
859 int box; local
861 for( box = 0; box < ABS_MAX_BOXE
3020 int i, j, box; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
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:__anon1003
269 typedef box * boxptr;
274 /* Find the splittable box wit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D08-residue.tex81 as a black box--or cyan box or brown box--in the above figure).
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex310 as a juke-box, or otherwise~1. The parameters are declared $const$
391 $disc_nr$ identifies a specific slot in a juke-box, it should be
450 If the drive can store multiple discs (a juke-box) this function
560 CDC_SELECT_DISC& drive is juke-box\cr
878 \item[CDROM_SELECT_DISC] Select disc numbered $arg$ from a juke-box.
880 maximum number of discs in the juke-box found in the $cdrom_dops$.
937 juke-box.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex421 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
728 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
762 % The \vtop produces a box with normal height and large depth; thus, TeX puts
772 % \dimen0 is the vertical size of the group's box.
783 \box\groupbox
803 %% if the depth of the box does not fit.
810 % Ensure vertical mode, so we don't make a big box in the middle of a
820 % Do a \strut just to make the height of this box be normal, so the
827 % empty box we just added fits on the page, we must make it consider
829 % page after the empty box
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex425 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
732 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
766 % The \vtop produces a box with normal height and large depth; thus, TeX puts
776 % \dimen0 is the vertical size of the group's box.
787 \box\groupbox
807 %% if the depth of the box does not fit.
814 % Ensure vertical mode, so we don't make a big box in the middle of a
824 % Do a \strut just to make the height of this box be normal, so the
831 % empty box we just added fits on the page, we must make it consider
833 % page after the empty box
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex2958 \# This step is necessary on any networked box before attempt\\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c2598 ** "Cancel" button on a GUI progress dialog box.
109344 RtreeCell box; /* Bounding box for pNode */ local
[all...]

Completed in 408 milliseconds