Searched refs:col (Results 1 - 25 of 55) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dccvt_c.c38 int line, col, linewidth; local
61 for (col = 0; col < width; col++) {
96 if ((col & 3) == 3)
98 if (col & 1) {
99 if ((col & 3) == 3) {
114 } /* ..for col */
152 int line, col, linewidth; local
174 for (col
256 int line, col, linewidth; local
351 int line, col; local
371 int line, col, linewidth; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djccolor.c139 register JDIMENSION col; local
148 for (col = 0; col < num_cols; col++) {
159 outptr0[col] = (JSAMPLE)
163 outptr1[col] = (JSAMPLE)
167 outptr2[col] = (JSAMPLE)
195 register JDIMENSION col; local
202 for (col = 0; col < num_col
234 register JDIMENSION col; local
286 register JDIMENSION col; local
315 register JDIMENSION col; local
[all...]
H A Djdcolor.c128 register JDIMENSION col; local
144 for (col = 0; col < num_cols; col++) {
145 y = GETJSAMPLE(inptr0[col]);
146 cb = GETJSAMPLE(inptr1[col]);
147 cr = GETJSAMPLE(inptr2[col]);
222 register JDIMENSION col; local
228 for (col = 0; col < num_col
253 register JDIMENSION col; local
[all...]
H A Drdppm.c148 JDIMENSION col; local
151 for (col = cinfo->image_width; col > 0; col--) {
166 JDIMENSION col; local
169 for (col = cinfo->image_width; col > 0; col--) {
186 JDIMENSION col; local
192 for (col
207 JDIMENSION col; local
245 JDIMENSION col; local
269 JDIMENSION col; local
[all...]
H A Dwrppm.c111 register JDIMENSION col; local
115 for (col = dest->samples_per_row; col > 0; col--) {
138 register JDIMENSION col; local
142 for (col = cinfo->output_width; col > 0; col--) {
160 register JDIMENSION col; local
164 for (col
[all...]
H A Dwrtarga.c106 register JDIMENSION col; local
110 for (col = cinfo->output_width; col > 0; col--) {
127 register JDIMENSION col; local
131 for (col = cinfo->output_width; col > 0; col--) {
151 register JDIMENSION col; local
155 for (col
[all...]
H A Drdcolmap.c174 unsigned int w, h, maxval, row, col; local
195 for (col = 0; col < w; col++) {
206 for (col = 0; col < w; col++) {
H A Drdrle.c209 JDIMENSION col; local
219 for (col = cinfo->image_width; col > 0; col--) {
244 JDIMENSION row, col; local
295 for (col = 0; col < cinfo->image_width; col++) {
298 (colormap[GETJSAMPLE(rle_row[channel][col]) + 256 * channel] >> 8);
321 for (col
[all...]
H A Drdtarga.c179 register JDIMENSION col; local
182 for (col = cinfo->image_width; col > 0; col--) {
196 register JDIMENSION col; local
200 for (col = cinfo->image_width; col > 0; col--) {
217 register JDIMENSION col; local
220 for (col
244 register JDIMENSION col; local
[all...]
H A Djddctmgr.c177 * coefficients scaled by scalefactor[row]*scalefactor[col], where
211 * coefficients scaled by scalefactor[row]*scalefactor[col], where
216 int row, col; local
224 for (col = 0; col < DCTSIZE; col++) {
227 aanscalefactor[row] * aanscalefactor[col]);
H A Djquant1.c468 JDIMENSION col; local
475 for (col = width; col > 0; col--) {
498 JDIMENSION col; local
504 for (col = width; col > 0; col--) {
528 JDIMENSION col; local
543 for (col
581 JDIMENSION col; local
631 JDIMENSION col; local
[all...]
H A Drdbmp.c127 register JDIMENSION col; local
138 for (col = cinfo->image_width; col > 0; col--) {
156 register JDIMENSION col; local
169 for (col = cinfo->image_width; col > 0; col--) {
194 JDIMENSION row, col; local
208 for (col
[all...]
H A Dwrbmp.c78 register JDIMENSION col; local
92 for (col = cinfo->output_width; col > 0; col--) {
113 register JDIMENSION col; local
125 for (col = cinfo->output_width; col > 0; col--) {
351 register JDIMENSION col; local
370 for (col
[all...]
H A Djdmerge.c235 JDIMENSION col; local
249 for (col = cinfo->output_width >> 1; col > 0; col--) {
297 JDIMENSION col; local
313 for (col = cinfo->output_width >> 1; col > 0; col--) {
H A Dwrrle.c179 int row, col; local
244 for (col = cinfo->output_width; col > 0; col--) {
H A Djcdctmgr.c93 * coefficients scaled by scalefactor[row]*scalefactor[col], where
131 * coefficients scaled by scalefactor[row]*scalefactor[col], where
139 int row, col; local
153 for (col = 0; col < DCTSIZE; col++) {
156 aanscalefactor[row] * aanscalefactor[col] * 8.0)));
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dkill.c67 int col = 0; local
72 col += printf("%2d) %-16s", sig, name);
73 if (col > 60) {
75 col = 0;
H A Dbusybox.c98 int col = 0, len, i; local
146 col +=
147 fprintf(stderr, "%s%s", ((col == 0) ? "\t" : ", "),
149 if (col > 60 && a->name != 0) {
151 col = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dvc_screen.c103 int col, maxcol; local
162 col = p % maxcol;
163 p += maxcol - col;
166 if (++col == maxcol) {
168 col = 0;
212 col = p % maxcol;
215 p += maxcol - col;
226 if (++col == maxcol) {
228 col = 0;
273 int col, maxco local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/tools/
H A Dcjk_tab_to_h.c56 int (*col_byte) (int col); /* returns the 2nd byte value for a given col */
58 int (*byte_col) (int byte); /* converts a 2nd byte value to a col, else -1 */
62 const char* byte_col_expr; /* format string for 2nd byte value to col */
64 /* You'll understand the terms "row" and "col" when you buy Ken Lunde's book.
65 Once a row is fixed, choosing a "col" is the same as choosing a "cell". */
109 int row, col, i, i1, i2, c, j; local
116 for (col = 0; col < enc->cols; col
175 int row, col; local
194 int i, row, col, nurows; local
247 int row, col; local
288 int nurows, row, col, lastrow, col_max, i, i1_min, i1_max; local
408 int row, col, lastrow, r, col_max, i, i1_min, i1_max; local
525 int row, col, j; local
552 int row, col, j, p, j1, j2, t; local
681 int i, row, col, j, p, j1, j2, indx; local
861 col_byte_normal(int col) argument
943 col_byte_gbk1(int col) argument
1003 col_byte_gbk2(int col) argument
1066 int row, col, i, i1, i2, c, j; local
1161 col_byte_uhc_1(int col) argument
1206 col_byte_uhc_2(int col) argument
1251 col_byte_big5(int col) argument
1326 col_byte_johab_hangul(int col) argument
1369 col_byte_sjis(int col) argument
1416 int row, col, j; local
1460 col_byte_euc(int col) argument
1785 unsigned int row, col; local
1940 unsigned int plane, row, col; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/nand/
H A Dnand.c149 int j, col, page, state; local
200 col = from & (mtd->oobblock - 1);
203 state = (col < mtd->eccsize) ? 0 : 1;
206 col = (col >= mtd->eccsize) ? (col - mtd->eccsize) : col;
271 if ((*retlen + (mtd->eccsize - col)) >= len) {
273 buf[(*retlen)++] = this->data_buf[col++];
278 for (j=col ;
342 int i, col, page; local
443 int i, page, col, cnt, status; local
838 int i, page, col, cnt, len, total_len, status; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dpwc-uncompress.c79 int n, line, col, stride; local
128 for (col = 0; col < pdev->image.x; col += 4) {
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Dls.c36 int col; member in struct:list_dir_struct
103 if (ls->col + thislen > 80) {
105 ls->col = 0;
108 ls->col += thislen;
153 ls.col = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-init.c652 cnodeid_t row, col; local
655 for (col = 0; col < MAX_COMPACT_NODES; col++)
656 node_distances[row][col] = -1;
660 for (col = 0; col < numnodes; col++) {
661 nasid2 = COMPACT_TO_NASID_NODEID(col);
662 node_distances[row][col]
676 cnodeid_t row, col; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Datafb.c689 int t, col; local
696 col = t & 15;
697 col |= col << 4;
698 col |= col << 8;
699 *blue = col;
700 col = (t >> 4) & 15;
701 col |= col <<
1608 { unsigned long col; local
1927 unsigned col, t; local
[all...]

Completed in 131 milliseconds

123