/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tda1997x.c | 747 int width, lines; in tda1997x_configure_vhref() local 776 lines = V4L2_DV_BT_FRAME_HEIGHT(bt); in tda1997x_configure_vhref() 792 io_write16(sd, REG_LCNT_NLIN, lines & MASK_VHREF); in tda1997x_configure_vhref() 1115 u32 lines, width, _hper, _hsper; in tda1997x_detect_std() local 1121 lines = V4L2_DV_BT_FRAME_HEIGHT(bt); in tda1997x_detect_std() 1124 lines /= 2; in tda1997x_detect_std() 1126 vmin = ((27000000 / 1000) * 993) / _hper * lines; in tda1997x_detect_std() 1127 vmax = ((27000000 / 1000) * 1007) / _hper * lines; in tda1997x_detect_std()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_io.c | 2086 * track of serial lines: DTR is dropped when the last close happens. 3298 * @lines: count of lines this driver can handle at most 3305 struct tty_driver *__tty_alloc_driver(unsigned int lines, struct module *owner, in __tty_alloc_driver() argument 3312 if (!lines || (flags & TTY_DRIVER_UNNUMBERED_NODE && lines > 1)) in __tty_alloc_driver() 3321 driver->num = lines; in __tty_alloc_driver() 3326 driver->ttys = kcalloc(lines, sizeof(*driver->ttys), in __tty_alloc_driver() 3328 driver->termios = kcalloc(lines, sizeof(*driver->termios), in __tty_alloc_driver() 3337 driver->ports = kcalloc(lines, sizeo in __tty_alloc_driver() [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_io.c | 2098 * serial lines: DTR is dropped when the last close happens. 3307 * @lines: count of lines this driver can handle at most 3314 struct tty_driver *__tty_alloc_driver(unsigned int lines, struct module *owner, in __tty_alloc_driver() argument 3321 if (!lines || (flags & TTY_DRIVER_UNNUMBERED_NODE && lines > 1)) in __tty_alloc_driver() 3329 driver->num = lines; in __tty_alloc_driver() 3334 driver->ttys = kcalloc(lines, sizeof(*driver->ttys), in __tty_alloc_driver() 3336 driver->termios = kcalloc(lines, sizeof(*driver->termios), in __tty_alloc_driver() 3345 driver->ports = kcalloc(lines, sizeo in __tty_alloc_driver() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fRasterizationTests.cpp | 341 std::vector<LineSceneSpec::SceneLine> lines; 354 generateLines(m_iteration, drawBuffer, lines); 371 scene.lines.swap(lines); 379 // multisampled wide lines might not be supported 394 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Rasterization of multisampled wide lines failed"); 947 m_testCtx.getLog() << tcu::TestLog::Message << "Rendering " << outLines.size() << " lines(s): (width = " << m_lineWidth << ")" << tcu::TestLog::EndMessage; in generateLines() 1771 std::vector<LineSceneSpec::SceneLine> lines; 1775 extractLines(lines, drawBuffer, colorBuffer); 1799 scene.lines [all...] |
/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
H A D | hilog_cmd.h | 194 uint32_t lines[LevelNum]; member 197 float freqMax; // lines per second, average value
|
/base/hiviewdfx/hiview/base/utility/include/ |
H A D | file_util.h | 63 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines);
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | kvm_host.h | 325 int kvm_riscv_setup_default_irq_routing(struct kvm *kvm, u32 lines);
|
/third_party/backends/backend/ |
H A D | snapscan.h | 307 OPT_RGB_LPR, /* lines per scsi read (RGB) */ 308 OPT_GS_LPR, /* lines per scsi read (GS) */ 379 size_t lines; /* number of scan lines */ member 426 SANE_Int rgb_lpr; /* lines per scsi read (RGB) */ 427 SANE_Int gs_lpr; /* lines per scsi read (greyscale) */
|
H A D | ibm.c | 568 continue; /* ignore empty lines */ in sane_init() 901 s->params.lines = length * yres / s->hw->info.mud; in sane_get_parameters() 928 DBG (1, "%d pixels per line, %d bytes, %d lines high, total %lu bytes, " in sane_get_parameters() 930 s->params.lines, (u_long) s->bytes_to_read, s->val[OPT_Y_RESOLUTION].w); in sane_get_parameters() 1069 /* next lines by mf */ in sane_start() 1076 /* end lines by mf */ in sane_start() 1102 s->bytes_to_read = s->params.bytes_per_line * s->params.lines; in sane_start() 1104 DBG (1, "%d pixels per line, %d bytes, %d lines high, total %lu bytes, " in sane_start() 1106 s->params.lines, (u_long) s->bytes_to_read, s->val[OPT_Y_RESOLUTION].w); in sane_start()
|
H A D | ricoh.c | 514 continue; /* ignore empty lines */ in sane_init() 759 s->params.lines = length * yres / s->hw->info.mud; in sane_get_parameters() 783 DBG (1, "%d pixels per line, %d bytes, %d lines high, total %lu bytes, " in sane_get_parameters() 785 s->params.lines, (u_long) s->bytes_to_read, s->val[OPT_Y_RESOLUTION].w); in sane_get_parameters() 942 s->bytes_to_read = s->params.bytes_per_line * s->params.lines; in sane_start() 944 DBG (1, "%d pixels per line, %d bytes, %d lines high, total %lu bytes, " in sane_start() 946 s->params.lines, (u_long) s->bytes_to_read, s->val[OPT_Y_RESOLUTION].w); in sane_start()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | AltFormatsSchema.java | 88 CSV_PARSER.parse(r.lines(), in importAltFormats()
|
H A D | CommentsSchema.java | 82 CSV_PARSER.parse(r.lines(), in importComments()
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | doc_comments_help.rs | 207 assert!(help.lines().any(|s| s.trim().starts_with("[default"))); in multiline_separates_default()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | make_upg_file.py | 401 lines = f.readlines()
402 aes_key_bin = bytearray.fromhex(lines[1].split(':')[1].split(';')[0].strip())
409 lines = f.readlines()
410 aes_iv_bin = bytearray.fromhex(lines[2].split(':')[1].split(';')[0].strip())
|
/kernel/linux/linux-5.10/tools/vm/ |
H A D | slabinfo.c | 126 "-N|--lines=K Show the first K slabs\n" in usage() 1298 int lines = output_lines; in output_slabs() local 1301 lines != 0; slab++) { in output_slabs() 1306 if (lines != -1) in output_slabs() 1307 lines--; in output_slabs() 1377 { "lines", required_argument, NULL, 'N'},
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | slabinfo.c | 126 "-N|--lines=K Show the first K slabs\n" in usage() 1322 int lines = output_lines; in output_slabs() local 1325 lines != 0; slab++) { in output_slabs() 1330 if (lines != -1) in output_slabs() 1331 lines--; in output_slabs() 1401 { "lines", required_argument, NULL, 'N'},
|
/third_party/backends/backend/genesys/ |
H A D | gl846.cpp | 634 /* cis color scan is effectively a gray scan with 3 gray lines per color in init_regs_for_scan_session() 662 dev->total_bytes_to_read = (size_t)session.output_line_bytes_requested * (size_t)session.params.lines; in init_regs_for_scan_session() 717 session.params.lines = settings.lines; in calculate_scan_session() 841 session.params.lines = calib_lines; in init_regs_for_shading()
|
/third_party/jinja2/ |
H A D | filters.py | 802 first line and blank lines are not indented by default. 806 :param blank: Don't skip indenting empty lines. 812 Blank lines are not indented by default. 832 lines = s.splitlines() 833 rv = lines.pop(0) 835 if lines: 837 indention + line if line else line for line in lines 907 :param width: Maximum length of wrapped lines. 909 it across lines. 911 across lines [all...] |
/third_party/node/test/parallel/ |
H A D | test-readline-interface.js | 229 // Adding history lines should emit the history event with 261 // Duplicate lines are removed from history when 338 // Duplicate lines are not removed from history when 395 const lines = ['line 1', 'line 2', 'line 3']; 396 fi.emit('data', lines.join('\n') + '\n'); 841 const lines = ['line 1', 'line 2', 'line 3']; 842 fi.emit('data', lines.join('\n'));
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | write.rs | 231 let mut lines = 0; in write_doc() variables 232 for line in doc.to_string().lines() { in write_doc() 238 lines += 1; in write_doc() 244 if out.opt.doxygen && lines == 1 { in write_doc()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | write.rs | 231 let mut lines = 0; in write_doc() variables 232 for line in doc.to_string().lines() { in write_doc() 238 lines += 1; in write_doc() 244 if out.opt.doxygen && lines == 1 { in write_doc()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | write.rs | 231 let mut lines = 0; in write_doc() variables 232 for line in doc.to_string().lines() { in write_doc() 238 lines += 1; in write_doc() 244 if out.opt.doxygen && lines == 1 { in write_doc()
|
/third_party/python/Lib/test/ |
H A D | test_gzip.py | 222 lines = [line for line in r] 224 self.assertEqual(lines, 50 * data1.splitlines(keepends=True)) 468 lines = (data1 * 50).decode("ascii").splitlines(keepends=True) 472 self.assertEqual(t.readlines(), lines)
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | write.rs | 231 let mut lines = 0; in write_doc() variables 232 for line in doc.to_string().lines() { in write_doc() 238 lines += 1; in write_doc() 244 if out.opt.doxygen && lines == 1 { in write_doc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_fbc.c | 152 unsigned int height = 4; /* FBC segment is 4 lines */ in skl_fbc_min_cfb_stride() 195 int lines = drm_rect_height(&plane_state->uapi.src) >> 16; in intel_fbc_cfb_size() local 198 lines = min(lines, 2048); in intel_fbc_cfb_size() 200 lines = min(lines, 2560); in intel_fbc_cfb_size() 202 return lines * intel_fbc_cfb_stride(plane_state); in intel_fbc_cfb_size()
|