HomeSort by relevance Sort by last modified time
    Searched full:num_lines (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/rs/
spec.h 11 extern int num_lines;
spec.l 14 int num_lines = 0;
54 <comment>\n ++num_lines;
59 <*>"\n" ++num_lines; //printf("found lf \n");
rsg_generator.c 663 // printf("# of lines = %d\n", num_lines);
  /external/jpeg/
jcapistd.c 65 * 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)
jpeglib.h     [all...]
  /external/qemu/distrib/jpeg-6b/
jcapistd.c 65 * 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)
jpeglib.h     [all...]
  /external/qemu/android/utils/
jpeg-compress.h 80 * num_lines - Number of lines in the framebuffer (true height).
93 int num_lines,
jpeg-compress.c 154 int x, int y, int w, int h, int num_lines,
197 const int y_shift = num_lines - y - 1;
  /external/chromium_org/content/common/android/
address_parser.cc 90 size_t num_lines = 1; local
105 ++num_lines;
109 if (num_lines > kMaxAddressLines)
133 if (num_lines > 1) {
  /build/tools/
adbs 96 num_lines = len(lines)
97 if num_lines < 2:
99 func_name = lines[num_lines-2]
  /system/extras/tests/fstest/
perm_checker.c 162 int num_rules = 0, num_lines = 0; local
168 num_lines++;
170 printf("# WARNING # Invalid rule on line number %d\n", num_lines);
173 add_rule(num_lines, spec,
192 return num_lines - num_rules;
  /external/iproute2/misc/
lnstat_util.c 41 int j, num_lines = 0; local
50 num_lines++;
63 return num_lines;
lnstat.c 155 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++) {
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
error_fixer.py 193 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/
error_fixer.py 193 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/libwebp/utils/
rescaler.c 126 int WebPRescalerImport(WebPRescaler* const wrk, int num_lines,
129 while (total_imported < num_lines && wrk->y_accum > 0) {
  /external/webp/src/utils/
rescaler.c 126 int WebPRescalerImport(WebPRescaler* const wrk, int num_lines,
129 while (total_imported < num_lines && wrk->y_accum > 0) {
  /external/ceres-solver/examples/
nist.cc 155 void SkipLines(std::ifstream& ifs, int num_lines) {
157 for (int i = 0; i < num_lines; ++i) {
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 1683 FT_Int num_lines; local
    [all...]
  /external/freetype/src/cff/
cffgload.c 1683 FT_Int num_lines; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dequantize_sample.h 94 int32 num_lines,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 827 def num_lines(self): member in class:CleansedLines
    [all...]

Completed in 899 milliseconds

1 2