Searched refs:num_cols (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/dig/
H A Dsetup.c30 unsigned int orig_x, orig_y, num_cols, num_rows, font_height; local
46 || !ia64_boot_param->console_info.num_cols)
51 num_cols = 80;
57 num_cols = ia64_boot_param->console_info.num_cols;
64 screen_info.orig_video_cols = num_cols;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djutils.c113 int num_rows, JDIMENSION num_cols)
117 * The source and destination arrays must be at least as wide as num_cols.
122 register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE));
137 for (count = num_cols; count > 0; count--)
111 jcopy_sample_rows(JSAMPARRAY input_array, int source_row, JSAMPARRAY output_array, int dest_row, int num_rows, JDIMENSION num_cols) argument
H A Djdcolor.c129 JDIMENSION num_cols = cinfo->output_width; local
144 for (col = 0; col < num_cols; col++) {
176 JDIMENSION num_cols = cinfo->output_width; local
183 for (count = num_cols; count > 0; count--) {
223 JDIMENSION num_cols = cinfo->output_width; local
228 for (col = 0; col < num_cols; col++) {
254 JDIMENSION num_cols = cinfo->output_width; local
270 for (col = 0; col < num_cols; col++) {
H A Djccolor.c140 JDIMENSION num_cols = cinfo->image_width; local
148 for (col = 0; col < num_cols; col++) {
196 JDIMENSION num_cols = cinfo->image_width; local
202 for (col = 0; col < num_cols; col++) {
235 JDIMENSION num_cols = cinfo->image_width; local
244 for (col = 0; col < num_cols; col++) {
287 JDIMENSION num_cols = cinfo->image_width; local
294 for (col = 0; col < num_cols; col++) {
318 JDIMENSION num_cols = cinfo->image_width; local
325 for (col = 0; col < num_cols; co
[all...]
H A Djcprepct.c106 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols, argument
113 1, num_cols);
H A Djpegint.h378 int num_rows, JDIMENSION num_cols));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Darcfb.c31 * - User must set num_cols=x num_rows=y, eg: x=2 means 128
103 static unsigned long num_cols; variable
211 for (i = 0; i < num_cols; i++) {
260 chipindex = (xindex + (yindex*num_cols));
516 videomemorysize = (((64*64)*num_cols)*num_rows)/8;
566 for (i = 0; i < num_cols * num_rows; i++) {
576 for (i = 0; i < num_cols * num_rows; i++) {
644 module_param(num_cols, ulong, 0);
645 MODULE_PARM_DESC(num_cols, "Num horiz panels, eg: 2 = 128 bit wide");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dsystem.h51 __u16 num_cols; /* number of columns on console output device */ member in struct:ia64_boot_param::__anon9033
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/boot/
H A Dfw-emu.c379 bp->console_info.num_cols = 80;

Completed in 171 milliseconds