Home
last modified time | relevance | path

Searched refs:lines (Results 1126 - 1150 of 1293) sorted by relevance

1...<<41424344454647484950>>...52

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_pyparse.py74 # Split def across lines.
81 pos0, pos = 33, 42 # Start of 'class...', ' def' lines.
248 # Multi-line statement with comment line in between code lines.
283 TestInfo = namedtuple('TestInfo', ['string', 'lines'])
303 eq(getlines(), test.lines)
/third_party/backends/backend/
H A Depsonds.c1370 DBG(6, "params.lines = %d\n", params.lines); in print_params()
2674 s->params.lines = s->height_front; in sane_get_parameters()
2700 s->params.lines = s->height_back; in sane_get_parameters()
2709 DBG(20, "s->params.line = %d s->params.bytes_per_line = %d s->params.pixels_per_line = %d \n", s->params.lines, s->params.bytes_per_line , s->params.pixels_per_line ); in sane_get_parameters()
2989 s->left, s->top, s->params.pixels_per_line, s->params.lines); in sane_start()
3321 SANE_Int jpegBufSize = s->params.bytes_per_line * s->params.lines; in acquire_jpeg_data()
3324 jpegBufSize = s->params.pixels_per_line * s->params.lines; in acquire_jpeg_data()
3340 status = eds_ring_init(&s->front, (s->params.bytes_per_line) * s->params.lines); in acquire_jpeg_data()
3345 status = eds_ring_init(&s->back, (s->params.bytes_per_line) * s->params.lines); in acquire_jpeg_data()
[all...]
H A Dcanon_dr.c85 - read two extra lines (ignore errors) at end of image
103 - round image height down to even # of lines
104 - always transfer even # of lines per block
105 - scsi and jpeg don't require reading extra lines to reach EOF
591 /* skip empty lines */ in sane_get_devices()
4860 params->lines = s->i.height; in sane_get_parameters()
4875 DBG (15, "sane_get_parameters: params: ppl=%d, Bpl=%d, lines=%d\n", in sane_get_parameters()
4876 params->pixels_per_line, params->bytes_per_line, params->lines); in sane_get_parameters()
5019 /* round lines up to even number */ in update_params()
6155 /* lines i in read_from_scanner()
7018 int lines = 8; calibrate_AFE() local
7496 int lines = 8; calibrate_fine_src_scan() local
[all...]
H A Ddmc.c90 /* Macros for stepping along the raw lines for super-resolution mode
701 // lastLine -- if true, these are the last two lines in the super-resolution
707 // two "super-resolution" output lines in "buf"
838 if (!len) continue; /* ignore empty lines */ in sane_init()
1142 c->params.lines = height+1; in sane_get_parameters()
1275 c->bytes_to_read = c->params.bytes_per_line * c->params.lines; in sane_start()
1321 /* If user is trying to read less than two complete lines, fail */ in sane_read()
H A Dkodak.c249 /* skip empty lines */ in sane_get_devices()
1548 SANE_Int lines;
1573 params->lines = s->i_length; in sane_get_parameters()
1648 params->lines = s->u_res * (s->u_br_y - s->u_tl_y) / 1200; in sane_get_parameters()
1669 params->lines, params->format, params->last_frame ); in sane_get_parameters()
H A Dmustek_usb2.c308 s->params.lines = in calc_parameters()
2352 DBG (DBG_INFO, "sane_get_parameters :params.lines = %d\n", s->params.lines); in sane_get_parameters()
2439 s->params.lines = s->getpara.dwLength; in sane_start()
/third_party/backends/backend/escl/
H A Descl.c1311 handler->ps.lines = MM_TO_PIXEL(handler->val[OPT_BR_Y].w, 300.0); in sane_open()
1746 handler->ps.lines = he; in sane_start()
1778 p->lines = handler->ps.lines; in sane_get_parameters()
/third_party/node/lib/internal/util/
H A Dinspect.js1262 const msg = ` ... ${skipped} lines matching cause stack trace ...`;
1397 const lines = getStackFrames(ctx, err, stackFramePart);
1402 for (let line of lines) {
1423 newStack += `\n${ArrayPrototypeJoin(lines, '\n')}`;
1515 // The last lines may contain less entries than columns.
1521 // done line by line as some lines might contain more colors than
/third_party/python/Lib/test/
H A Dtest_tempfile.py982 lines = [b'spam\n', b'eggs\n', b'beans\n']
985 f.write(b''.join(lines))
989 self.assertEqual(l, lines[i])
990 self.assertEqual(i, len(lines) - 1)
H A Dtest_pprint.py226 # multiple lines. For that reason, dicts with more than one element
972 lines = pprint.pformat(o, width=w, compact=True).splitlines()
973 maxwidth = max(map(len, lines))
/third_party/python/Modules/clinic/
H A D_cursesmodule.c.h1480 "Mark the specified lines corrupted.\n"
1485 " The number of lines.\n"
1674 "scroll([lines=1])\n"
1677 " lines\n"
1678 " Number of lines to scroll.\n"
1687 int lines);
1694 int lines = 1; in _curses_window_scroll() local
1700 if (!PyArg_ParseTuple(args, "i:scroll", &lines)) { in _curses_window_scroll()
1709 return_value = _curses_window_scroll_impl(self, group_right_1, lines); in _curses_window_scroll()
1717 "Pretend count lines hav
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dfib_nexthops.sh330 lines=`wc -l $tmpfile | cut "-d " -f1`
331 test $lines -eq $el
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dpblk.h243 atomic_t read_inflight_gc; /* Number of lines with inflight GC reads */
244 atomic_t pipeline_gc; /* Number of lines in the GC pipeline -
290 atomic_t werr_lines; /* Number of write error lines that needs gc */
379 * 4. u32 valid sector count (vsc) for all lines (~0U: free line)
491 int nr_lines; /* Total number of full lines */
492 int nr_free_lines; /* Number of full lines in free list */
495 struct list_head free_list; /* Full lines ready to use */
496 struct list_head corrupt_list; /* Full lines corrupted */
497 struct list_head bad_list; /* Full lines bad */
501 struct list_head gc_high_list; /* Full lines read
600 struct pblk_line *lines; /* Line array */ global() member
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9mc_neon.S451 @ Round, shift and saturate and store qreg1-2 over 4 lines
618 @ This only is designed to work for 4 or 8 output lines.
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc598 A switch to be optionally inserted into linker command lines
601 This switch is inserted by gn into rustc command lines before
/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py383 lines = out.splitlines()
384 for i, line in enumerate(lines, 1):
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dmacro_checker_file.py68 # (first half of a link being broken across two lines,
76 # (second half of a link being broken across two lines)
83 # Matches lines starting with:
259 self.lines = []
292 # Iterate through lines, calling processLine on each.
295 self.lines.append(trimmedLine)
405 # Detect [open, lines for manpages
421 # Detect any include:: lines
435 # Detect include:::....[] lines for generated API fragments
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Ddpp-nfc.py149 lines = res.splitlines()
151 for l in lines:
/kernel/linux/linux-5.10/arch/sparc/lib/
H A DM7memcpy.S66 * lines from memory. But pre-store first element of each cache line
67 * ST_CHUNK lines in advance of the rest of that cache line. That
68 * gives time for replacement cache lines to be written back without
434 ! lines from memory. Use ST_CHUNK stores to first element of each cache
436 ! Gives existing cache lines time to be moved out of L1/L2/L3 cache.
450 ! ST_CHUNK batches up initial BIS operations for several cache lines
/kernel/linux/linux-6.6/arch/sparc/lib/
H A DM7memcpy.S66 * lines from memory. But pre-store first element of each cache line
67 * ST_CHUNK lines in advance of the rest of that cache line. That
68 * gives time for replacement cache lines to be written back without
434 ! lines from memory. Use ST_CHUNK stores to first element of each cache
436 ! Gives existing cache lines time to be moved out of L1/L2/L3 cache.
450 ! ST_CHUNK batches up initial BIS operations for several cache lines
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Dsmc91x.c163 int lines; in PRINT_PKT() local
165 lines = length / 16; in PRINT_PKT()
168 for (i = 0; i < lines ; i ++) { in PRINT_PKT()
H A Dsmc911x.c114 int lines; in PRINT_PKT() local
116 lines = length / 16; in PRINT_PKT()
119 for (i = 0; i < lines ; i ++) { in PRINT_PKT()
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A Dsmc91x.c163 int lines; in PRINT_PKT() local
165 lines = length / 16; in PRINT_PKT()
168 for (i = 0; i < lines ; i ++) { in PRINT_PKT()
/third_party/node/deps/v8/tools/profview/
H A Dprofview.js1491 let lines = script.slice(firstLineNumber, lastLineNumber + 1);
1492 normalizeLeadingWhitespace(lines);
1508 source: lines,
/third_party/rust/crates/clap/clap_derive/src/
H A Ditem.rs892 let lines = extract_doc_comment(attrs); in push_doc_comment()
894 if !lines.is_empty() { in push_doc_comment()
896 format_doc_comment(&lines, !self.verbatim_doc_comment, self.force_long_help); in push_doc_comment()

Completed in 53 milliseconds

1...<<41424344454647484950>>...52