Searched refs:row (Results 1 - 25 of 90) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dmknissmbpasswd.sh10 read row
11 if [ -z "$row" ]
16 if [ "`echo $row | cut -c1`" = "#" ]
22 name=\"`echo $row | cut -d: -f1`\" \
23 uid=\"`echo $row | cut -d: -f2`\" \
24 lmpwd=\"`echo $row | cut -d: -f3`\" \
25 ntpwd=\"`echo $row | cut -d: -f4`\" \
26 acb=\"`echo $row | cut -d: -f5`\" \
27 pwdlset_t=\"`echo $row | cut -d: -f6`\" \
28 gcos=\"`echo $row | cu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsimple_idct.c59 static inline void idctRowCondDC (DCTELEM * row) argument
75 if ( ((((uint64_t *)row)[0] & ~ROW0_MASK) |
76 ((uint64_t *)row)[1]) == 0) {
77 temp = (row[0] << 3) & 0xffff;
80 ((uint64_t *)row)[0] = temp;
81 ((uint64_t *)row)[1] = temp;
85 if (!(row[1]|row[2]|row[3]|row[
520 idct4row(DCTELEM *row) argument
[all...]
H A Dlcldec.c169 int row, col; local
322 for (row = 0; row < height; row++) {
323 pixel_ptr = row * width * 3;
336 for (row = 0; row < height; row++) {
337 pixel_ptr = row * width * 2;
353 for (row
[all...]
H A D8bps.c67 unsigned int dlen, p, row; local
98 for(row = 0; row < height; row++) {
99 pixptr = c->pic.data[0] + row * c->pic.linesize[0] + planemap[p];
101 dlen = be2me_16(*(const unsigned short *)(lp+row*2));
102 /* Decode a row of this plane */
H A Drv30.c135 static void rv30_loop_filter(RV34DecContext *r, int row) argument
143 mb_pos = row * s->mb_stride;
155 mb_pos = row * s->mb_stride;
161 Y = s->current_picture_ptr->data[0] + mb_x*16 + (row*16 + j) * s->linesize + 4 * !mb_x;
181 C = s->current_picture_ptr->data[k+1] + mb_x*8 + (row*8 + j) * s->uvlinesize + 4 * !mb_x;
197 mb_pos = row * s->mb_stride;
200 if(row)
202 for(j = 4*!row; j < 16; j += 4){
203 Y = s->current_picture_ptr->data[0] + mb_x*16 + (row*16 + j) * s->linesize;
220 if(row)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dkeypad.h32 #define KEY(col, row, val) (((col) << 28) | ((row) << 24) | (val))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dsimple_idct_mmx.c146 int16_t row[8];
158 row[0] = input[0];
159 row[2] = input[1];
160 row[4] = input[4];
161 row[6] = input[5];
162 row[1] = input[8];
163 row[3] = input[9];
164 row[5] = input[12];
165 row[7] = input[13];
167 if( !(row[
[all...]
H A Didct_mmx.c38 /* C row IDCT - it is just here to document the MMXEXT and MMX versions */
39 static inline void idct_row (int16_t * row, int offset,
45 row += offset;
55 a0 = C4*row[0] + C2*row[2] + C4*row[4] + C6*row[6] + *rounder;
56 a1 = C4*row[0] + C6*row[2] - C4*row[
88 mmxext_row_head(int16_t * const row, const int offset, const int16_t * const table) argument
145 mmxext_row_tail(int16_t * const row, const int store) argument
163 mmxext_row_mid(int16_t * const row, const int store, const int offset, const int16_t * const table) argument
203 mmx_row_head(int16_t * const row, const int offset, const int16_t * const table) argument
263 mmx_row_tail(int16_t * const row, const int store) argument
287 mmx_row_mid(int16_t * const row, const int store, const int offset, const int16_t * const table) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/tests/
H A Dtest-term-ostream.c27 int i, row, col; local
45 for (row = 0; row <= 8; row++)
47 const char *name = colors[row].name;
52 term_color_t row_color = colors[row].c;
74 for (row = 0; row <= 17; row++)
80 int g = b + (int) (row / 17.
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-term-ostream.c27 int i, row, col; local
45 for (row = 0; row <= 8; row++)
47 const char *name = colors[row].name;
52 term_color_t row_color = colors[row].c;
74 for (row = 0; row <= 17; row++)
80 int g = b + (int) (row / 17.
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dcolor.c100 int i, row, col; local
118 for (row = 0; row <= 8; row++)
120 const char *name = colors[row].name;
125 term_color_t row_color = colors[row].c;
147 for (row = 0; row <= 17; row++)
149 ostream_write_str (stream, row
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_pgsql.c67 static long PQgetlong( PGresult *r, long row, long col ) argument
69 if ( PQgetisnull( r, row, col ) ) return 0 ;
71 return atol( PQgetvalue( r, row, col ) ) ;
74 static NTSTATUS row_to_sam_account ( PGresult *r, long row, SAM_ACCOUNT *u ) argument
79 if ( row >= PQntuples( r ) ) return NT_STATUS_INVALID_PARAMETER ;
81 pdb_set_logon_time ( u, PQgetlong ( r, row, 0 ), PDB_SET ) ;
82 pdb_set_logoff_time ( u, PQgetlong ( r, row, 1 ), PDB_SET ) ;
83 pdb_set_kickoff_time ( u, PQgetlong ( r, row, 2 ), PDB_SET ) ;
84 pdb_set_pass_last_set_time ( u, PQgetlong ( r, row, 3 ), PDB_SET ) ;
85 pdb_set_pass_can_change_time ( u, PQgetlong ( r, row,
[all...]
H A Dpdb_mysql.c63 MYSQL_ROW row; local
69 row = mysql_fetch_row(r);
70 if (!row)
73 pdb_set_logon_time(u, xatol(row[0]), PDB_SET);
74 pdb_set_logoff_time(u, xatol(row[1]), PDB_SET);
75 pdb_set_kickoff_time(u, xatol(row[2]), PDB_SET);
76 pdb_set_pass_last_set_time(u, xatol(row[3]), PDB_SET);
77 pdb_set_pass_can_change_time(u, xatol(row[4]), PDB_SET);
78 pdb_set_pass_must_change_time(u, xatol(row[5]), PDB_SET);
79 pdb_set_username(u, row[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tools/
H A Dcjk_tab_to_h.c55 int (*row_byte) (int row); /* returns the 1st byte value for a given row */
57 int (*byte_row) (int byte); /* converts a 1st byte value to a row, else -1 */
61 const char* byte_row_expr; /* format string for 1st byte value to row */
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". */
66 int* charsetpage; /* charsetpage[0..rows]: how large is a page for a row */
109 int row, col, i, i1, i2, c, j; local
112 for (row = 0; row < en
175 int row, col; local
194 int i, row, col, nurows; local
247 int row, col; local
268 int n, row, lastrow; 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
860 row_byte_normal(int row) argument
911 row_byte_cns11643(int row) argument
940 row_byte_gbk1(int row) argument
1000 row_byte_gbk2(int row) argument
1066 int row, col, i, i1, i2, c, j; local
1158 row_byte_uhc_1(int row) argument
1203 row_byte_uhc_2(int row) argument
1248 row_byte_big5(int row) argument
1291 row_byte_hkscs(int row) argument
1323 row_byte_johab_hangul(int row) argument
1366 row_byte_sjis(int row) argument
1696 unsigned int row, col; local
1788 unsigned int row; local
1851 unsigned int plane, row, col; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Drdrle.c59 * then fetch the required row from the virtual array on subsequent calls.
69 JDIMENSION row; /* current row # in the virtual array */ member in struct:_rle_source_struct
71 rle_pixel** rle_row; /* holds a row returned by rle_getrow() */
181 * Read one row of pixels.
191 source->row--;
193 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE);
199 * Read one row of pixels.
215 source->row--;
217 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSIO
244 JDIMENSION row, col; local
[all...]
H A Djquant1.c112 * We can get away with a single array (holding one row's worth of errors)
113 * by using it to store the current row's errors at pixel columns not yet
114 * processed, but the next row's errors at columns already processed. We
159 int row_index; /* cur row's vertical index in dither matrix */
164 boolean on_odd_row; /* flag to remember which row we are on */
292 /* The colors are ordered in the map in standard row-major order, */
467 int row; local
472 for (row = 0; row < num_rows; row
497 int row; local
527 int row; local
580 int row; local
630 int row; local
[all...]
H A Djutils.c126 register int row; local
131 for (row = num_rows; row > 0; row--) {
147 /* Copy a row of coefficient blocks from one place to another. */
H A Drdcolmap.c174 unsigned int w, h, maxval, row, col; local
194 for (row = 0; row < h; row++) {
205 for (row = 0; row < h; row++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Dpxa27x_keyboard.c41 #define KPASMKPx_MKC(row, col) (1 << (row + 16 * (col % 2)))
49 int p, row, col, rel; local
76 for (row = 0; row < pdata->nr_rows; row++) {
78 p = KPASMKP(col) & KPASMKPx_MKC(row, col) ?
81 pdata->keycodes[row][col], p);
83 pdata->keycodes[row][col], p);
159 int i, row, co local
[all...]
H A Domap-keypad.c86 int row; local
89 for (row = 0; row < omap_kp->rows; row++) {
90 if (omap_get_gpio_datain(row_gpios[row]))
91 value |= (1 << row);
160 static inline int omap_kp_find_key(int col, int row) argument
164 key = KEY(col, row, 0);
175 int col, row; local
188 for (row
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmisc.c141 int row; local
145 for(row = 0; row * 16 < size; row++){
146 printf("%03x ", row * 16);
148 printf("%02x ", data [row*16+col]);
150 if(isprint(data [row*16+col]))
151 printf("%c", data [row*16+col]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Dsimple_idct_alpha.c51 static inline int idct_row(DCTELEM *row) argument
55 l = ldq(row);
56 r = ldq(row + 4);
69 stq(t2, row);
70 stq(t2, row + 4);
78 t = extwl(l, 4); /* row[2] */
87 t = extwl(r, 0); /* row[4] */
96 t = extwl(r, 4); /* row[6] */
105 t = extwl(l, 2); /* row[1] */
119 t = extwl(l, 6); /* row[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dtermcap.h95 /* Retrieves a string that causes cursor positioning to (column, row).
98 extern const char * tgoto (const char *cm, int column, int row);
H A Dterminfo.h93 /* Retrieves a string that causes cursor positioning to (column, row).
96 extern const char * tgoto (const char *cm, int column, int row);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dcal.c129 unsigned row, len, days[MAXDAYS]; local
138 for (row = 0; row < 6; row++) {
144 unsigned row, which_cal, week_len, days[12][MAXDAYS]; local
171 for (row = 0; row < (6*7); row += 7) {
173 dp = days[month + which_cal] + row;

Completed in 151 milliseconds

1234