Searched refs:col (Results 76 - 100 of 449) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/x86/
H A Didct_mmx.c323 static inline void idct_col (int16_t * col, int offset)
336 col += offset;
338 x0 = col[0*8];
339 x1 = col[1*8];
340 x2 = col[2*8];
341 x3 = col[3*8];
342 x4 = col[4*8];
343 x5 = col[5*8];
344 x6 = col[6*8];
345 x7 = col[
394 idct_col(int16_t * const col, const int offset) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/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
1696 unsigned int row, col; local
1851 unsigned int plane, row, col; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/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
1696 unsigned int row, col; local
1851 unsigned int plane, row, col; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/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
1696 unsigned int row, col; local
1851 unsigned int plane, row, col; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/keyboard/
H A Dimx_keypad.c87 int col; local
90 for (col = 0; col < MAX_MATRIX_KEY_COLS; col++) {
91 if ((keypad->cols_en_mask & (1 << col)) == 0)
119 reg_val &= ~(1 << (8 + col));
129 * 1s in matrix_volatile_state[col] means key pressures
133 matrix_volatile_state[col] = (~reg_val) & keypad->rows_en_mask;
153 int row, col; local
155 for (col
[all...]
H A Dsamsung-keypad.c91 unsigned int col; local
94 for (col = 0; col < keypad->cols; col++) {
97 val &= ~(1 << col) << 8;
100 val &= ~(1 << col);
107 row_state[col] = ~val & ((1 << keypad->rows) - 1);
122 unsigned int col, row; local
124 for (col = 0; col < keypa
[all...]
H A Dlocomokbd.c102 static inline void locomokbd_activate_col(unsigned long membase, int col) argument
107 nset = 0xFF & ~(1 << col);
112 static inline void locomokbd_reset_col(unsigned long membase, int col) argument
116 nbset = ((0xFF & ~(1 << col)) << 8) + 0xFF;
129 unsigned int row, col, rowd; local
139 for (col = 0; col < KB_COLS; col++) {
141 locomokbd_activate_col(membase, col);
148 scancode = SCANCODE(col, ro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/keyboard/
H A Dimx_keypad.c87 int col; local
90 for (col = 0; col < MAX_MATRIX_KEY_COLS; col++) {
91 if ((keypad->cols_en_mask & (1 << col)) == 0)
119 reg_val &= ~(1 << (8 + col));
129 * 1s in matrix_volatile_state[col] means key pressures
133 matrix_volatile_state[col] = (~reg_val) & keypad->rows_en_mask;
153 int row, col; local
155 for (col
[all...]
H A Dsamsung-keypad.c91 unsigned int col; local
94 for (col = 0; col < keypad->cols; col++) {
97 val &= ~(1 << col) << 8;
100 val &= ~(1 << col);
107 row_state[col] = ~val & ((1 << keypad->rows) - 1);
122 unsigned int col, row; local
124 for (col = 0; col < keypa
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dread_key.c224 unsigned long row, col; local
229 col = strtoul(end + 1, &end, 10);
232 if (row < 1 || col < 1 || (row | col) > 0x7fff)
237 col |= (((-1 << 15) | row) << 16);
239 return ((int64_t) col << 32) | (uint32_t)KEYCODE_CURSOR_POS;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dread_key.c224 unsigned long row, col; local
229 col = strtoul(end + 1, &end, 10);
232 if (row < 1 || col < 1 || (row | col) > 0x7fff)
237 col |= (((-1 << 15) | row) << 16);
239 return ((int64_t) col << 32) | (uint32_t)KEYCODE_CURSOR_POS;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dread_key.c224 unsigned long row, col; local
229 col = strtoul(end + 1, &end, 10);
232 if (row < 1 || col < 1 || (row | col) > 0x7fff)
237 col |= (((-1 << 15) | row) << 16);
239 return ((int64_t) col << 32) | (uint32_t)KEYCODE_CURSOR_POS;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-uncompress.c40 int n, line, col, stride; local
96 for (col = 0; col < pdev->image.x; col += 4) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/boot/
H A Dvideo.c143 int col; local
153 for (col = 0; col < modes_per_line; col++)
157 col = 0;
177 col++;
178 if (col >= modes_per_line) {
180 col = 0;
191 if (col)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-uncompress.c40 int n, line, col, stride; local
96 for (col = 0; col < pdev->image.x; col += 4) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/boot/
H A Dvideo.c143 int col; local
153 for (col = 0; col < modes_per_line; col++)
157 col = 0;
177 col++;
178 if (col >= modes_per_line) {
180 col = 0;
191 if (col)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Drtbl.c126 struct column_data *col, **tmp; local
132 col = malloc (sizeof (*col));
133 if (col == NULL)
135 col->header = strdup (header);
136 if (col->header == NULL) {
137 free (col);
140 col->prefix = NULL;
141 col->width = 0;
142 col
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Drtbl.c126 struct column_data *col, **tmp; local
132 col = malloc (sizeof (*col));
133 if (col == NULL)
135 col->header = strdup (header);
136 if (col->header == NULL) {
137 free (col);
140 col->prefix = NULL;
141 col->width = 0;
142 col
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Drtbl.c126 struct column_data *col, **tmp; local
132 col = malloc (sizeof (*col));
133 if (col == NULL)
135 col->header = strdup (header);
136 if (col->header == NULL) {
137 free (col);
140 col->prefix = NULL;
141 col->width = 0;
142 col
[all...]

Completed in 274 milliseconds

1234567891011>>