Searched refs:col (Results 151 - 175 of 449) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dregressions.py44 col = string.find(res[i],':')
45 if col > 0:
46 start = string.rfind(res[i][:col], '/')
53 col = string.find(exp[i],':')
54 if col > 0:
55 start = string.rfind(exp[i][:col], '/')
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dregressions.py44 col = string.find(res[i],':')
45 if col > 0:
46 start = string.rfind(res[i][:col], '/')
53 col = string.find(exp[i],':')
54 if col > 0:
55 start = string.rfind(exp[i][:col], '/')
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dregressions.py44 col = string.find(res[i],':')
45 if col > 0:
46 start = string.rfind(res[i][:col], '/')
53 col = string.find(exp[i],':')
54 if col > 0:
55 start = string.rfind(exp[i][:col], '/')
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
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)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
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)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
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)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/procps/
H A Dtop.c590 unsigned col; local
601 col = snprintf(line_buf, scr_width,
612 if ((int)(col + 1) < scr_width)
613 read_cmdline(line_buf + col, scr_width - col, s->pid, s->comm);
840 unsigned lines, col; local
867 col = getopt32(argv, "d:n:b"IF_FEATURE_TOPMEM("m"), &str_interval, &str_iterations);
869 if (col & OPT_m) /* -m (busybox specific) */
872 if (col & OPT_d) {
880 if (col
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/procps/
H A Dtop.c590 unsigned col; local
601 col = snprintf(line_buf, scr_width,
612 if ((int)(col + 1) < scr_width)
613 read_cmdline(line_buf + col, scr_width - col, s->pid, s->comm);
840 unsigned lines, col; local
867 col = getopt32(argv, "d:n:b"IF_FEATURE_TOPMEM("m"), &str_interval, &str_iterations);
869 if (col & OPT_m) /* -m (busybox specific) */
872 if (col & OPT_d) {
880 if (col
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/procps/
H A Dtop.c590 unsigned col; local
601 col = snprintf(line_buf, scr_width,
612 if ((int)(col + 1) < scr_width)
613 read_cmdline(line_buf + col, scr_width - col, s->pid, s->comm);
840 unsigned lines, col; local
867 col = getopt32(argv, "d:n:b"IF_FEATURE_TOPMEM("m"), &str_interval, &str_iterations);
869 if (col & OPT_m) /* -m (busybox specific) */
872 if (col & OPT_d) {
880 if (col
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dappletlib.c640 int col; local
667 col = 0;
673 if (col >= (int)output_width - len2) {
675 col = 0;
677 if (col == 0) {
678 col = 6;
684 col += len2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dappletlib.c640 int col; local
667 col = 0;
673 if (col >= (int)output_width - len2) {
675 col = 0;
677 if (col == 0) {
678 col = 6;
684 col += len2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/tui/
H A Dtui-io.c202 int col, line; local
231 getyx (w, line, col);
232 if (col < prev_col)
234 prev_col = col;
260 getyx (w, line, col);
261 if (col < prev_col)
263 prev_col = col;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dappletlib.c640 int col; local
667 col = 0;
673 if (col >= (int)output_width - len2) {
675 col = 0;
677 if (col == 0) {
678 col = 6;
684 col += len2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/tui/
H A Dtui-io.c202 int col, line; local
231 getyx (w, line, col);
232 if (col < prev_col)
234 prev_col = col;
260 getyx (w, line, col);
261 if (col < prev_col)
263 prev_col = col;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/tui/
H A Dtui-io.c202 int col, line; local
231 getyx (w, line, col);
232 if (col < prev_col)
234 prev_col = col;
260 getyx (w, line, col);
261 if (col < prev_col)
263 prev_col = col;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/sis/
H A Dsis_accel.c321 u32 col = 0; local
343 case 8: col = rect->color;
346 case 32: col = ((u32 *)(info->pseudo_palette))[rect->color];
353 SiS300SetupForSolidFill(ivideo, col, myrops[rect->rop]);
360 SiS310SetupForSolidFill(ivideo, col, myrops[rect->rop]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.h112 int col = colMap[idx]; local
113 if (col >= 0) {
114 Parent::removeColumn(col);
115 colRevMap[col] = colMap[idx] = -1;
166 void okRename(int col);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/kconfig/
H A Dqconf.h112 int col = colMap[idx]; local
113 if (col >= 0) {
114 Parent::removeColumn(col);
115 colRevMap[col] = colMap[idx] = -1;
166 void okRename(int col);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/sis/
H A Dsis_accel.c321 u32 col = 0; local
343 case 8: col = rect->color;
346 case 32: col = ((u32 *)(info->pseudo_palette))[rect->color];
353 SiS300SetupForSolidFill(ivideo, col, myrops[rect->rop]);
360 SiS310SetupForSolidFill(ivideo, col, myrops[rect->rop]);

Completed in 216 milliseconds

1234567891011>>