Searched refs:width (Results 1 - 25 of 929) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dtab_num.pl4 $width=40;
12 $n=$width-$i;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dtab_num.pl4 $width=40;
12 $n=$width-$i;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/config/
H A Dmsgbox.c29 dialog_msgbox (const char *title, const char *prompt, int height, int width, argument
36 x = (COLS - width) / 2;
39 draw_shadow (stdscr, y, x, height, width);
41 dialog = newwin (height, width, y, x);
44 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
46 if (title != NULL && strlen(title) >= width-2 ) {
48 char * title2 = malloc(width-2+1);
49 memcpy( title2, title, width-2 );
50 title2[width-2] = '\0';
56 mvwaddch (dialog, 0, (width
[all...]
H A Dyesno.c28 print_buttons(WINDOW *dialog, int height, int width, int selected) argument
30 int x = width / 2 - 10;
44 dialog_yesno (const char *title, const char *prompt, int height, int width) argument
50 x = (COLS - width) / 2;
53 draw_shadow (stdscr, y, x, height, width);
55 dialog = newwin (height, width, y, x);
58 draw_box (dialog, 0, 0, height, width, dialog_attr, border_attr);
61 for (i = 0; i < width - 2; i++)
66 if (title != NULL && strlen(title) >= width-2 ) {
68 char * title2 = malloc(width
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon_rotate.h40 static inline void rotate_ud(const char *in, char *out, u32 width, u32 height) argument
43 int shift = (8 - (width % 8)) & 7;
45 width = (width + 7) & ~7;
48 for (j = 0; j < width; j++) {
49 if (pattern_test_bit(j, i, width, in))
50 pattern_set_bit(width - (1 + j + shift),
52 width, out);
58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) argument
60 int i, j, h = height, w = width;
76 rotate_ccw(const char *in, char *out, u32 width, u32 height) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dyesno.c27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) argument
29 int x = width / 2 - 10;
42 int dialog_yesno(const char *title, const char *prompt, int height, int width) argument
50 if (getmaxx(stdscr) < (width + 4))
54 x = (COLS - width) / 2;
57 draw_shadow(stdscr, y, x, height, width);
59 dialog = newwin(height, width, y, x);
62 draw_box(dialog, 0, 0, height, width,
66 for (i = 0; i < width - 2; i++)
71 print_title(dialog, title, width);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dpcm_misc.c32 unsigned char width; /* bit width */ member in struct:pcm_format_data
33 unsigned char phys; /* physical bit width */
41 .width = 8, .phys = 8, .le = -1, .signd = 1,
45 .width = 8, .phys = 8, .le = -1, .signd = 0,
49 .width = 16, .phys = 16, .le = 1, .signd = 1,
53 .width = 16, .phys = 16, .le = 0, .signd = 1,
57 .width = 16, .phys = 16, .le = 1, .signd = 0,
61 .width = 16, .phys = 16, .le = 0, .signd = 0,
65 .width
365 int width; local
437 snd_pcm_build_linear_format(int width, int unsignd, int big_endian) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Datafb.h5 int dx, int height, int width);
7 int sy, int sx, int height, int width);
9 int dy, int dx, u32 width,
13 int dx, int height, int width);
15 int sy, int sx, int height, int width);
17 int dy, int dx, u32 width,
21 int dx, int height, int width);
23 int sy, int sx, int height, int width);
25 int dy, int dx, u32 width,
29 int dx, int height, int width);
[all...]
H A Datafb_mfb.c26 int height, int width)
31 if (sx == 0 && dx == 0 && width == next_line) {
32 src = (u8 *)info->screen_base + sy * (width >> 3);
33 dest = (u8 *)info->screen_base + dy * (width >> 3);
34 fb_memmove(dest, src, height * (width >> 3));
39 fb_memmove(dest, src, width >> 3);
47 fb_memmove(dest, src, width >> 3);
55 int sy, int sx, int height, int width)
62 if (sx == 0 && width == next_line) {
64 fb_memset255(dest, height * (width >>
24 atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
54 atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
77 atafb_mfb_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dyesno.c27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) argument
29 int x = width / 2 - 10;
42 int dialog_yesno(const char *title, const char *prompt, int height, int width) argument
48 x = (COLS - width) / 2;
51 draw_shadow(stdscr, y, x, height, width);
53 dialog = newwin(height, width, y, x);
56 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
59 for (i = 0; i < width - 2; i++)
64 print_title(dialog, title, width);
67 print_autowrap(dialog, prompt, width
[all...]
H A Dmsgbox.c28 int dialog_msgbox(const char *title, const char *prompt, int height, int width, argument
35 x = (COLS - width) / 2;
38 draw_shadow(stdscr, y, x, height, width);
40 dialog = newwin(height, width, y, x);
43 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
45 print_title(dialog, title, width);
48 print_autowrap(dialog, prompt, width - 2, 1, 2);
53 for (i = 0; i < width - 2; i++)
58 print_button(dialog, " Ok ", height - 2, width / 2 - 4, TRUE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dbtext.h11 extern void btext_update_display(unsigned long phys, int width, int height,
13 extern void btext_setup_display(int width, int height, int depth, int pitch,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxerror.c40 static int width; local
50 width = 0;
54 width += mbswidth (program_name, 0) + 2;
57 width += mbswidth (prefix, 0);
66 for (i = width; i > 0; i--)
H A Dlinebreak.h69 int width, int start_column, int at_end_columns,
74 int width, int start_column, int at_end_columns,
79 int width, int start_column, int at_end_columns,
84 int width, int start_column, int at_end_columns,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dxerror.c40 static int width; local
50 width = 0;
54 width += mbswidth (program_name, 0) + 2;
57 width += mbswidth (prefix, 0);
66 for (i = width; i > 0; i--)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxerror.c40 static int width; local
50 width = 0;
54 width += mbswidth (program_name, 0) + 2;
57 width += mbswidth (prefix, 0);
66 for (i = width; i > 0; i--)
H A Dlinebreak.h69 int width, int start_column, int at_end_columns,
74 int width, int start_column, int at_end_columns,
79 int width, int start_column, int at_end_columns,
84 int width, int start_column, int at_end_columns,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/procps/
H A Dwatch.c58 int width, len; local
62 get_terminal_width_height(STDIN_FILENO, &width, 0);
63 header = xrealloc(header, width--);
64 // '%-*s' pads header with spaces to the full width
65 snprintf(header, width, "Every %ds: %-*s", period, width, cmd);
69 if (len < width)
70 strcpy(header + width - len, thyme);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dimage_utils.h15 int32_t width; member in struct:__anon1112
27 image_get_jpeg_resolution(const char * path, int * width, int * height);
33 image_resize(image * src_image, int32_t width, int32_t height);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dimage_utils.h34 int32_t width; member in struct:__anon1125
46 image_get_jpeg_resolution(const char * path, int * width, int * height);
52 image_resize(image_s * src_image, int32_t width, int32_t height);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dimage_utils.h15 int32_t width; member in struct:__anon1138
27 image_get_jpeg_resolution(const char * path, int * width, int * height);
33 image_resize(image * src_image, int32_t width, int32_t height);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68k/
H A Datari_SLM.h24 int width; member in struct:SLM_paper_size
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dlinux_logo.h28 unsigned int width; member in struct:linux_logo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dnuv.c34 int width, height; member in struct:__anon551
68 * \param width width of the video frame
72 int width, int height) {
74 avpicture_fill(&pic, src, PIX_FMT_YUV420P, width, height);
75 av_picture_copy((AVPicture *)f, &pic, PIX_FMT_YUV420P, width, height);
107 static int codec_reinit(AVCodecContext *avctx, int width, int height, int quality) { argument
109 width = (width + 1) & ~1;
113 if (width !
71 copy_frame(AVFrame *f, const uint8_t *src, int width, int height) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/mach/
H A Dflash.h19 * width: width of mapped device
30 unsigned int width; member in struct:flash_platform_data

Completed in 240 milliseconds

1234567891011>>