Searched refs:cols (Results 1 - 25 of 65) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dauxpartition.pl31 my$cols=$#nums;
32 for($i=0;$i<$cols;$i++){
39 $cols=$#nums;
40 for($i=0;$i<$cols;$i++){
47 $cols=$#nums;
48 for($i=0;$i<$cols;$i++){
H A Drun.c126 int cols; local
143 /* count cols before we start reading */
147 for(cols=0;*temp;cols++){
152 vec=alloca(cols*sizeof(float));
155 for(j=0;j<cols;j++)
161 process_vector(b,addmul,interleave,vec,cols);
178 int cols; local
188 /* count cols before we start reading */
192 for(cols
[all...]
H A Dvqext.h29 extern void vqext_addpoint_adj(vqgen *v,float *b,int start,int dim,int cols,int num);
H A Dtrain.c235 int cols=-1; local
255 if(cols==-1){
258 for(cols=0;*temp;cols++){
263 fprintf(stderr,"%d colums per line in file %s\n",cols,file);
268 float b[cols];
269 if(start+num*dim>cols){
274 for(i=0;i<cols;i++){
289 if(num<=0)num=(cols-start)/dim;
291 vqext_addpoint_adj(&v,b,start+i*dim,dim,cols,nu
[all...]
H A Dgenericdata.c49 void vqext_addpoint_adj(vqgen *v,float *b,int start,int dim,int cols,int num){ argument
H A Dlatticepare.c214 int cols; local
226 /* count cols before we start reading */
230 for(cols=0;*temp;cols++){
235 vec=alloca(cols*sizeof(float));
240 for(j=0;j<cols;j++)
245 if((lines&0xff)==0)spinnit("counting samples...",lines*cols);
248 pointlist=_ogg_malloc((cols*lines+entries*dim)*sizeof(float));
254 for(j=0;j<cols;j++)
260 add_vector(b,vec,cols);
[all...]
H A Dlspdata.c123 void vqext_addpoint_adj(vqgen *v,float *b,int start,int dim,int cols,int num){ argument
131 if(start+dim+1>cols) /* +aux */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dkeypad.h15 int cols; member in struct:omap_kp_platform_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dc93.c100 int height, int bpp, uint8_t cols[4], uint8_t grps[4], uint32_t col)
105 cols[0] = grps[3 * (y >> 1)];
108 cols[1]= grps[(x >> 1) + 1];
109 out[x + y*stride] = cols[col & ((1 << bpp) - 1)];
161 uint8_t cols[4], grps[4]; local
189 bytestream_get_buffer(&buf, cols, 2);
191 draw_n_color(out + i*stride, stride, 8, 1, 1, cols,
203 bytestream_get_buffer(&buf, cols, 2);
205 1, cols, NULL, bytestream_get_le16(&buf));
207 bytestream_get_buffer(&buf, cols,
99 draw_n_color(uint8_t *out, int stride, int width, int height, int bpp, uint8_t cols[4], uint8_t grps[4], uint32_t col) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/misc/
H A Dcnid.lua38 pinfo.cols.info:append(" Name=" .. buffer(ofs +4, len):string())
50 pinfo.cols.protocol = "DBD"
55 pinfo.cols.info = "Query"
60 pinfo.cols.info = Cmd[val]
64 pinfo.cols.info:append(" Cnid=" .. val)
73 pinfo.cols.info:append(" Did=" .. val)
85 pinfo.cols.info = "Reply"
93 pinfo.cols.info:append(" Error=" .. val)
100 pinfo.cols.info:append(" Cnid=" .. val)
107 pinfo.cols
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/compressed/
H A Dmisc.c196 static int lines, cols; variable
236 memcpy ( vidmem, vidmem + cols * 2, ( lines - 1 ) * cols * 2 );
237 for ( i = ( lines - 1 ) * cols * 2; i < lines * cols * 2; i += 2 )
257 vidmem [ ( x + cols * y ) * 2 ] = c;
258 if ( ++x >= cols ) {
271 pos = (x + cols * y) * 2; /* Update cursor position */
352 cols = RM_SCREEN_INFO.orig_video_cols;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Dmisc.c196 static int lines, cols; variable
240 memcpy ( vidmem, vidmem + cols * 2, ( lines - 1 ) * cols * 2 );
241 for ( i = ( lines - 1 ) * cols * 2; i < lines * cols * 2; i += 2 )
261 vidmem [ ( x + cols * y ) * 2 ] = c;
262 if ( ++x >= cols ) {
275 pos = (x + cols * y) * 2; /* Update cursor position */
356 cols = RM_SCREEN_INFO.orig_video_cols;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dmisc-prep.c23 int lines = 25, cols = 80; variable
69 memcpy ( vidmem, vidmem + cols * 2, ( lines - 1 ) * cols * 2 );
70 for ( i = ( lines - 1 ) * cols * 2; i < lines * cols * 2; i += 2 )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dmconf.c92 static int rows, cols; variable
116 cols = 80;
119 cols = ws.ws_col;
122 if (rows < 19 || cols < 80) {
129 cols -= 5;
355 menu_instructions, rows, cols, rows - 10,
448 show_textbox(title, text, rows, cols);
471 while (dialog_textbox(NULL, "config/README.Menuconfig", rows, cols) < 0)
605 cols = 80;
608 cols
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Domap-keypad.c61 unsigned int cols; member in struct:omap_kp
76 for (col = 0; col < omap_kp->cols; col++) {
134 for (col = 0; col < omap_kp->cols; col++) {
146 for (col = 0; col < omap_kp->cols; col++) {
182 for (col = 0; col < omap_kp_data->cols; col++) {
297 if (!pdata->rows || !pdata->cols || !pdata->keymap) {
298 printk(KERN_ERR "No rows, cols or keymap from pdata\n");
332 omap_kp->cols = pdata->cols;
336 for (col_idx = 0; col_idx < omap_kp->cols; col_id
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/common/
H A Dmisc-common.c27 extern int lines, cols;
37 #define cols 0 macro
137 vidmem [ ( x + cols * y ) * 2 ] = c;
138 if ( ++x >= cols ) {
180 vidmem [ ( x + cols * y ) * 2 ] = c;
181 if ( ++x >= cols ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dvt_kern.h36 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines);
37 int vc_lock_resize(struct vc_data *vc, unsigned int cols, unsigned int lines);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tools/
H A Dcjk_tab_to_h.c54 int cols; /* number of possible values for the 2nd byte */ member in struct:__anon2657
63 int** charset2uni; /* charset2uni[0..rows-1][0..cols-1] is valid */
113 enc->charset2uni[row] = (int*) malloc(enc->cols*sizeof(int));
116 for (col = 0; col < enc->cols; col++)
178 for (col = 0; col < enc->cols; col++)
200 for (col = 0; col < enc->cols; col++)
226 enc->charset2uni[row] = (int*) malloc(enc->cols*sizeof(int));
228 for (col = 0; col < enc->cols; col++) {
256 for (col = 0; col < enc->cols; col++)
276 enc->charsetblocks[n].start = row * enc->cols;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c205 int cols, rows; local
244 cols = 80;
266 c->vc_cols = cols;
269 vc_resize(c, cols, rows);
444 int i, length, cols; local
461 cols = sisusb->sisusb_num_columns;
463 if (width > cols)
464 width = cols;
468 sisusbcon_memsetw(dest, eattr, height * cols * 2);
472 for (i = height; i > 0; i--, dest += cols)
498 int cols, length; local
866 int cols = sisusb->sisusb_num_columns; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/contrib/shell_utils/
H A Dasip-status.pl351 my ($cols);
373 $cols++;
374 if ($cols == 4)
376 $cols = 0;
H A Dasip-status.pl.in351 my ($cols);
373 $cols++;
374 if ($cols == 4)
376 $cols = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/shell_utils/
H A Dasip-status.pl368 my ($cols);
390 $cols++;
391 if ($cols == 4)
393 $cols = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dcon3270.c117 cp->view.cols * (cp->view.rows - 1));
119 cp->view.cols * cp->view.rows - 8);
131 if (s->len >= cp->view.cols - 5)
134 cp->view.cols * (nr + 1));
250 cp->view.cols * cp->line_nr);
462 size = (cp->cline->len < cp->view.cols - 5) ?
463 cp->cline->len + 4 : cp->view.cols;
466 if (s->len < cp->view.cols - 5) {
501 if (c == '\n' || cp->cline->len >= cp->view.cols)
623 condev->cline = alloc_string(&condev->freemem, condev->view.cols);
[all...]
H A Dtty3270.c146 if (count > tp->view.cols * 2 - 11)
147 count = tp->view.cols * 2 - 11;
151 if (count < tp->view.cols * 2 - 11) {
154 off = tp->view.cols * tp->view.rows - 9;
173 sizeof(blueprint) + tp->view.cols * 2 - 9);
180 offset = tp->view.cols * (tp->view.rows - 2);
182 offset = tp->view.cols * tp->view.rows - 9;
186 tp->input = alloc_string(&tp->freemem, tp->view.cols * 2 - 9 + 6);
219 offset = tp->view.cols * tp->view.rows - 9;
233 tp->view.cols * n
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dmconf.c265 static int rows = 0, cols = 0; variable
293 cols = ws.ws_col;
303 if (!cols) {
306 cols = atoi(env);
307 if (!cols)
308 cols = 80;
311 if (rows < 19 || cols < 80) {
318 cols -= 5;
728 cprint("%d", cols);
874 cprint("%d", c ? c : cols);
[all...]

Completed in 122 milliseconds

123