Searched refs:num_lines (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/libjpeg_turbo/
H A Djcapistd.c65 * This should be less than the supplied num_lines only in case that
72 * so that the application need not adjust num_lines for end-of-image
78 JDIMENSION num_lines)
104 if (num_lines > rows_left)
105 num_lines = rows_left;
108 (*cinfo->main->process_data) (cinfo, scanlines, &row_ctr, num_lines);
121 JDIMENSION num_lines)
149 if (num_lines < lines_per_iMCU_row)
H A Djpeglib.h1048 JDIMENSION num_lines));
1059 JDIMENSION num_lines));
/external/jpeg/
H A Djcapistd.c65 * This should be less than the supplied num_lines only in case that
72 * so that the application need not adjust num_lines for end-of-image
78 JDIMENSION num_lines)
104 if (num_lines > rows_left)
105 num_lines = rows_left;
108 (*cinfo->main->process_data) (cinfo, scanlines, &row_ctr, num_lines);
121 JDIMENSION num_lines)
149 if (num_lines < lines_per_iMCU_row)
H A Djpeglib.h1004 JDIMENSION num_lines));
1010 JDIMENSION num_lines));
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcapistd.c66 * This should be less than the supplied num_lines only in case that
73 * so that the application need not adjust num_lines for end-of-image
79 JDIMENSION num_lines)
105 if (num_lines > rows_left)
106 num_lines = rows_left;
109 (*cinfo->main->process_data) (cinfo, scanlines, &row_ctr, num_lines);
122 JDIMENSION num_lines)
150 if (num_lines < lines_per_iMCU_row)
H A Djpeglib.h1009 JDIMENSION num_lines));
1015 JDIMENSION num_lines));
/external/qemu/distrib/jpeg-6b/
H A Djcapistd.c65 * This should be less than the supplied num_lines only in case that
72 * so that the application need not adjust num_lines for end-of-image
78 JDIMENSION num_lines)
104 if (num_lines > rows_left)
105 num_lines = rows_left;
108 (*cinfo->main->process_data) (cinfo, scanlines, &row_ctr, num_lines);
121 JDIMENSION num_lines)
149 if (num_lines < lines_per_iMCU_row)
H A Djpeglib.h1004 JDIMENSION num_lines));
1010 JDIMENSION num_lines));
/external/qemu/android/utils/
H A Djpeg-compress.h84 * num_lines - Number of lines in the framebuffer (true height).
97 int num_lines,
H A Djpeg-compress.c154 int x, int y, int w, int h, int num_lines,
197 const int y_shift = num_lines - y - 1;
153 jpeg_compressor_compress_fb(AJPEGDesc* dsc, int x, int y, int w, int h, int num_lines, int bpp, int bpl, const uint8_t* fb, int jpeg_quality, int ydir) argument
/external/lldb/source/Commands/
H A DCommandObjectSource.cpp179 num_lines = Args::StringToUInt32 (option_arg, 0);
180 if (num_lines == 0)
224 num_lines = 0;
243 uint32_t num_lines; member in class:CommandObjectSourceList::CommandOptions
392 end_line = start_line + m_options.num_lines;
399 if (m_options.num_lines >= 10)
402 extra_lines = m_options.num_lines/2;
413 if (m_options.num_lines > end_line - line_no)
414 m_options.num_lines = end_line - line_no + extra_lines;
431 m_options.num_lines,
[all...]
/external/chromium_org/content/common/android/
H A Daddress_parser.cc90 size_t num_lines = 1; local
105 ++num_lines;
109 if (num_lines > kMaxAddressLines)
133 if (num_lines > 1) {
/external/chromium_org/third_party/closure_compiler/tools/
H A Dcompile_coverage.py72 def num_lines(f): function in function:main
101 compiled_lines = sum(map(num_lines, compiled))
111 need_lines = sum(map(num_lines, files))
120 want_lines = sum(map(num_lines, files))
/external/chromium_org/third_party/libwebp/utils/
H A Drescaler.c305 const int num_lines = (wrk->y_accum + wrk->y_sub - 1) / wrk->y_sub; local
306 return (num_lines > max_num_lines) ? max_num_lines : num_lines;
309 int WebPRescalerImport(WebPRescaler* const wrk, int num_lines, argument
312 while (total_imported < num_lines && wrk->y_accum > 0) {
/external/webp/src/utils/
H A Drescaler.c305 const int num_lines = (wrk->y_accum + wrk->y_sub - 1) / wrk->y_sub; local
306 return (num_lines > max_num_lines) ? max_num_lines : num_lines;
309 int WebPRescalerImport(WebPRescaler* const wrk, int num_lines, argument
312 while (total_imported < num_lines && wrk->y_accum > 0) {
/external/iproute2/misc/
H A Dlnstat.c155 int num_lines; member in struct:table_hdr
187 th.num_lines = h+1;
195 for (h = 1; h <= th.num_lines; h++) {
209 for (i = 0; i < th->num_lines; i++) {
H A Dlnstat_util.c41 int j, num_lines = 0; local
50 num_lines++;
63 return num_lines;
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Derror_fixer.py193 num_lines = error.fix_data
196 if num_lines < 0:
197 num_lines *= -1
200 for i in xrange(1, num_lines + 1):
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Derror_fixer.py209 num_lines = error.fix_data
212 if num_lines < 0:
213 num_lines *= -1
216 for unused_i in xrange(1, num_lines + 1):
/external/kernel-headers/original/uapi/drm/
H A Dvia_drm.h262 __u32 num_lines; member in struct:drm_via_dmablit
/external/lldb/www/python_reference/
H A Depydoc.js149 function num_lines(s) {
167 if (num_lines(elt.innerHTML) > min_lines)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc372 int num_lines = 0; local
375 num_lines++;
376 if (num_lines >= 2)
/external/ceres-solver/examples/
H A Dnist.cc155 void SkipLines(std::ifstream& ifs, int num_lines) { argument
157 for (int i = 0; i < num_lines; ++i) {
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h1009 JDIMENSION num_lines));
1015 JDIMENSION num_lines));
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.c1683 FT_Int num_lines; local
1693 num_lines = ( nargs - 6 ) / 2;
1696 cff_check_points( builder, num_lines + 3 ) )
1702 while ( num_lines > 0 )
1708 num_lines--;

Completed in 4409 milliseconds

12