Searched refs:new_width (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/procps/
H A Dwatch.c31 unsigned width, new_width; local
52 width = (unsigned)-1; // make sure first time new_width != width
63 get_terminal_width_height(STDERR_FILENO, &new_width, NULL);
64 if (new_width != width) {
65 width = new_width;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/procps/
H A Dwatch.c31 unsigned width, new_width; local
52 width = (unsigned)-1; // make sure first time new_width != width
63 get_terminal_width_height(STDERR_FILENO, &new_width, NULL);
64 if (new_width != width) {
65 width = new_width;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/procps/
H A Dwatch.c31 unsigned width, new_width; local
52 width = (unsigned)-1; // make sure first time new_width != width
63 get_terminal_width_height(STDERR_FILENO, &new_width, NULL);
64 if (new_width != width) {
65 width = new_width;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dsvghelper.c75 int new_width; local
90 new_width = (last_time - first_time) / 5000000;
92 if (new_width > svg_page_width)
93 svg_page_width = new_width;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dsvghelper.c75 int new_width; local
90 new_width = (last_time - first_time) / 5000000;
92 if (new_width > svg_page_width)
93 svg_page_width = new_width;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Dtransupp.c1098 JDIMENSION new_width, JDIMENSION new_height)
1215 new_value = new_width; /* ExifImageWidth Tag */
1097 adjust_exif_parameters(JOCTET FAR * data, unsigned int length, JDIMENSION new_width, JDIMENSION new_height) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Dtransupp.c1098 JDIMENSION new_width, JDIMENSION new_height)
1215 new_value = new_width; /* ExifImageWidth Tag */
1097 adjust_exif_parameters(JOCTET FAR * data, unsigned int length, JDIMENSION new_width, JDIMENSION new_height) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Dtransupp.c1098 JDIMENSION new_width, JDIMENSION new_height)
1215 new_value = new_width; /* ExifImageWidth Tag */
1097 adjust_exif_parameters(JOCTET FAR * data, unsigned int length, JDIMENSION new_width, JDIMENSION new_height) argument

Completed in 184 milliseconds