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

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/ice1712/
H A Dhoontech.c83 static void __devinit snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) argument
89 /* select box */
90 ICE1712_STDSP24_0_BOX(spec->boxbits, box);
133 static void __devinit snd_ice1712_stdsp24_box_midi(struct snd_ice1712 *ice, int box, int master) argument
139 /* select box */
140 ICE1712_STDSP24_0_BOX(spec->boxbits, box);
173 int box, chn; local
206 /* let's go - activate only functions in first box */
214 * ** MIDI IN can only be configured on one box **
215 * ICE1712_STDSP24_BOX_MIDI1 needs to be set for that box
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/ice1712/
H A Dhoontech.c83 static void __devinit snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) argument
89 /* select box */
90 ICE1712_STDSP24_0_BOX(spec->boxbits, box);
133 static void __devinit snd_ice1712_stdsp24_box_midi(struct snd_ice1712 *ice, int box, int master) argument
139 /* select box */
140 ICE1712_STDSP24_0_BOX(spec->boxbits, box);
173 int box, chn; local
206 /* let's go - activate only functions in first box */
214 * ** MIDI IN can only be configured on one box **
215 * ICE1712_STDSP24_BOX_MIDI1 needs to be set for that box
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/mga/
H A Dmga_state.c45 struct drm_clip_rect *box)
63 MGA_CXBNDRY, ((box->x2 - 1) << 16) | box->x1,
64 MGA_YTOP, box->y1 * pitch, MGA_YBOT, (box->y2 - 1) * pitch);
503 struct drm_clip_rect *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, struct drm_clip_rect *box) argument
601 struct drm_clip_rect *box = &pbox[i]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/mga/
H A Dmga_state.c45 struct drm_clip_rect *box)
63 MGA_CXBNDRY, ((box->x2 - 1) << 16) | box->x1,
64 MGA_YTOP, box->y1 * pitch, MGA_YBOT, (box->y2 - 1) * pitch);
503 struct drm_clip_rect *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, struct drm_clip_rect *box) argument
601 struct drm_clip_rect *box = &pbox[i]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Dr300_cmdbuf.c61 struct drm_clip_rect box; local
78 (&box, &cmdbuf->boxes[n + i], sizeof(box))) {
83 box.x2--; /* Hardware expects inclusive bottom-right corner */
84 box.y2--;
87 box.x1 = (box.x1) &
89 box.y1 = (box.y1) &
91 box
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr300_cmdbuf.c61 struct drm_clip_rect box; local
78 (&box, &cmdbuf->boxes[n + i], sizeof(box))) {
83 box.x2--; /* Hardware expects inclusive bottom-right corner */
84 box.y2--;
87 box.x1 = (box.x1) &
89 box.y1 = (box.y1) &
91 box
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/host/
H A Dmsm_sdcc.c291 dmov_box *box; local
335 box = &nc->cmd[0];
337 box->cmd = CMD_MODE_BOX;
344 box->cmd |= CMD_LC;
350 box->src_row_addr = msmsdcc_fifo_addr(host);
351 box->dst_row_addr = sg_dma_address(sg);
353 box->src_dst_len = (MCI_FIFOSIZE << 16) |
355 box->row_offset = MCI_FIFOSIZE;
357 box->num_rows = rows * ((1 << 16) + 1);
358 box
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/host/
H A Dmsm_sdcc.c291 dmov_box *box; local
335 box = &nc->cmd[0];
337 box->cmd = CMD_MODE_BOX;
344 box->cmd |= CMD_LC;
350 box->src_row_addr = msmsdcc_fifo_addr(host);
351 box->dst_row_addr = sg_dma_address(sg);
353 box->src_dst_len = (MCI_FIFOSIZE << 16) |
355 box->row_offset = MCI_FIFOSIZE;
357 box->num_rows = rows * ((1 << 16) + 1);
358 box
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c209 SVGA3dCopyBox *box; local
231 DRM_ERROR("at least one full copy box must be given\n");
235 box = (SVGA3dCopyBox *)&cmd[1];
241 box->x != 0 || box->y != 0 || box->z != 0 ||
242 box->srcx != 0 || box->srcy != 0 || box->srcz != 0 ||
243 box
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c209 SVGA3dCopyBox *box; local
231 DRM_ERROR("at least one full copy box must be given\n");
235 box = (SVGA3dCopyBox *)&cmd[1];
241 box->x != 0 || box->y != 0 || box->z != 0 ||
242 box->srcx != 0 || box->srcy != 0 || box->srcz != 0 ||
243 box
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/i915/
H A Di915_dma.c373 struct drm_clip_rect box = boxes[i]; local
375 if (box.y2 <= box.y1 || box.x2 <= box.x1 || box.y2 <= 0 || box.x2 <= 0) {
376 DRM_ERROR("Bad box %d,%d..%d,%d\n",
377 box.x1, box
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_dma.c373 struct drm_clip_rect box = boxes[i]; local
375 if (box.y2 <= box.y1 || box.x2 <= box.x1 || box.y2 <= 0 || box.x2 <= 0) {
376 DRM_ERROR("Bad box %d,%d..%d,%d\n",
377 box.x1, box
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/ip2/
H A Dip2main.c52 // Four box EX was barfing on >128k kmalloc, made structure smaller by
542 int i, j, box; local
767 for (box = 0; box < ABS_MAX_BOXES; box++)
769 if (pB->i2eChannelMap[box] & (1 << j))
773 (box+i*ABS_MAX_BOXES),
897 int box; local
899 for( box = 0; box < ABS_MAX_BOXE
3045 int i, j, box; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/ip2/
H A Dip2main.c52 // Four box EX was barfing on >128k kmalloc, made structure smaller by
542 int i, j, box; local
767 for (box = 0; box < ABS_MAX_BOXES; box++)
769 if (pB->i2eChannelMap[box] & (1 << j))
773 (box+i*ABS_MAX_BOXES),
897 int box; local
899 for( box = 0; box < ABS_MAX_BOXE
3045 int i, j, box; local
[all...]

Completed in 319 milliseconds

1234