/third_party/skia/tools/ |
H A D | parse_llvm_coverage.py | 155 total_lines = 0 159 total_lines += 1 162 if total_lines > 0: 163 per_file.append((float(covered_lines)/float(total_lines)*100.0, 164 total_lines - covered_lines,
|
/third_party/python/Tools/peg_generator/scripts/ |
H A D | test_parse_directory.py | 87 total_lines = 0 91 total_lines += sum(1 for _ in f) 95 f"Checked {total_files:,} files, {total_lines:,} lines,", 100 f"That's {total_lines / total_seconds :,.0f} lines/sec,",
|
/third_party/backends/backend/ |
H A D | s9036.c | 239 get_read_sizes (int fd, int *lines_available, int *bpl, int *total_lines) in get_read_sizes() argument 267 if (total_lines) in get_read_sizes() 268 *total_lines = result[10] * 256 + result[11]; in get_read_sizes() 272 *lines_available, total_lines ? *total_lines : -1, *bpl); in get_read_sizes() 1195 int lines_available = 0, bytes_per_line = 0, total_lines = 0; in sane_start() local 1198 &total_lines); in sane_start() 1207 if (!lines_available || !bytes_per_line || !total_lines) in sane_start() 1210 lines_available, bytes_per_line, total_lines); in sane_start() 1215 s->params.lines = total_lines; in sane_start() [all...] |
H A D | agfafocus.c | 363 get_read_sizes (int fd, int *lines_available, int *bpl, int *total_lines) in get_read_sizes() argument 368 Byte total_lines[2]; in get_read_sizes() member 397 if (total_lines) in get_read_sizes() 398 *total_lines = get_size (read_sizes.total_lines, 2); in get_read_sizes() 402 *lines_available, total_lines ? *total_lines : -1, *bpl); in get_read_sizes() 1793 int bytes_per_line = 0, total_lines = 0; in reader_process() local 1817 status = get_read_sizes (s->fd, &s->lines_available, &bytes_per_line, &total_lines); in reader_process() 1827 if (!s->lines_available || !bytes_per_line || !total_lines || bytes_per_lin in reader_process() [all...] |
H A D | mustek.h | 275 SANE_Word total_lines; /* lines transmitted to sane_read pipe */ member
|
H A D | mustek_usb.c | 1396 s->total_lines = 0; in sane_start() 1507 if ((s->total_lines + lines_read) > s->height_dots) in sane_read() 1508 lines_read = s->height_dots - s->total_lines; in sane_read() 1509 s->total_lines += lines_read; in sane_read() 1511 lines_read, s->total_lines); in sane_read()
|
H A D | mustek_usb_low.c | 147 chip->total_lines = 0x00; in usb_low_init() 2345 chip->total_lines = in usb_low_start_rowing() 2347 chip->lines_left = chip->total_lines; in usb_low_start_rowing() 2375 if (chip->total_lines != 0) in usb_low_wait_rowing_stop() 2377 DBG (3, "usb_low_wait_rowing_stop: total_lines must be 0\n"); in usb_low_wait_rowing_stop()
|
H A D | mustek_usb_high.h | 356 SANE_Word total_lines; member
|
H A D | mustek_usb_low.h | 182 SANE_Word total_lines; member
|
H A D | mustek.c | 4092 if ((s->total_lines + num_lines) > s->params.lines) in fix_line_distance_block() 4093 num_lines = s->params.lines - s->total_lines; in fix_line_distance_block() 4094 s->total_lines += num_lines; in fix_line_distance_block() 4889 s->total_lines = 0; in reader_process()
|
/third_party/libwebsockets/lib/misc/fts/ |
H A D | trie.c | 58 int total_lines; member 348 fp->total_lines = 0; in lws_fts_file_index() 588 t->filepath_list->total_lines++; in lws_fts_fill() 1171 bp += wq32(&buf[bp], (uint32_t)fp->total_lines); in lws_fts_serialize()
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
H A D | ftsdf.c | 1322 FT_UInt total_lines = 0; in sdf_shape_dump() local 1363 total_lines++; in sdf_shape_dump() 1400 FT_TRACE5(( " |__lines = %d\n", total_lines )); in sdf_shape_dump()
|
/third_party/backends/backend/genesys/ |
H A D | gl646.cpp | 679 unsigned total_lines = session.max_color_shift_lines + session.num_staggered_lines; in init_regs_for_scan_session() local 680 int feed_offset = (total_lines * dev->motor.base_ydpi) / motor->dpi; in init_regs_for_scan_session()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 23056 int total_lines = 1; in nk_do_edit() local 23100 cursor_pos.y = (float)(total_lines-1) * row_height; in nk_do_edit() 23118 selection_offset_start.y = (float)(NK_MAX(total_lines-1,0)) * row_height; in nk_do_edit() 23136 selection_offset_end.y = (float)(total_lines-1) * row_height; in nk_do_edit() 23145 total_lines++; in nk_do_edit() 23164 text_size.y = (float)total_lines * row_height; in nk_do_edit()
|