/third_party/python/Modules/clinic/ |
H A D | _cursesmodule.c.h | 1480 "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...] |
/base/startup/hvb/tools/ |
H A D | hvbtool.py | 204 lines = child.stdout.read().split(b'\n') 205 for line in lines:
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | fib_nexthops.sh | 330 lines=`wc -l $tmpfile | cut "-d " -f1` 331 test $lines -eq $el
|
/kernel/linux/linux-5.10/drivers/lightnvm/ |
H A D | pblk.h | 243 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 D | vp9mc_neon.S | 451 @ 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 D | function_toolchain.cc | 598 A switch to be optionally inserted into linker command lines 601 This switch is inserted by gn into rustc command lines before
|
/third_party/backends/backend/ |
H A D | dmc.c | 90 /* 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 D | kodak.c | 249 /* 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 D | mustek_usb2.c | 308 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/python/Lib/test/test_capi/ |
H A D | test_misc.py | 383 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 D | macro_checker_file.py | 68 # (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/python/Lib/test/ |
H A D | test_pprint.py | 226 # 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/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | dpp-nfc.py | 149 lines = res.splitlines() 151 for l in lines:
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | M7memcpy.S | 66 * 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 D | M7memcpy.S | 66 * 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 D | smc91x.c | 163 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 D | smc911x.c | 114 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 D | smc91x.c | 163 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 D | profview.js | 1491 let lines = script.slice(firstLineNumber, lastLineNumber + 1); 1492 normalizeLeadingWhitespace(lines); 1508 source: lines,
|
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | item.rs | 892 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpagui.cpp | 1464 QStringList lines = status.split(QRegExp("\\n")); in showTrayStatus() local 1465 for (QStringList::Iterator it = lines.begin(); in showTrayStatus() 1466 it != lines.end(); it++) { in showTrayStatus()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpagui.cpp | 1479 QStringList lines = status.split(QRegExp("\\n")); in showTrayStatus() local 1480 for (QStringList::Iterator it = lines.begin(); in showTrayStatus() 1481 it != lines.end(); it++) { in showTrayStatus()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbcon.c | 631 int lines; in fbcon_prepare_logo() local 633 lines = rows - vc->state.y - 1; in fbcon_prepare_logo() 635 lines = logo_lines; in fbcon_prepare_logo() 636 vc->state.y += lines; in fbcon_prepare_logo() 637 vc->vc_pos += lines * vc->vc_size_row; in fbcon_prepare_logo() 1638 /* NOTE: We subtract two lines from these pointers */ in fbcon_redraw_blit() 1693 /* NOTE: We subtract two lines from these pointers */ in fbcon_redraw()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbcon.c | 599 int lines; in fbcon_prepare_logo() local 601 lines = rows - vc->state.y - 1; in fbcon_prepare_logo() 603 lines = logo_lines; in fbcon_prepare_logo() 604 vc->state.y += lines; in fbcon_prepare_logo() 605 vc->vc_pos += lines * vc->vc_size_row; in fbcon_prepare_logo() 1609 /* NOTE: We subtract two lines from these pointers */ in fbcon_redraw_blit() 1663 /* NOTE: We subtract two lines from these pointers */ in fbcon_redraw()
|
/kernel/linux/linux-6.6/tools/net/ynl/ |
H A D | ynl-gen-c.py | 160 lines, init_lines, local_vars = self._attr_get(ri, var) 161 if type(lines) is str: 162 lines = [lines] 184 for line in lines:
|