Home
last modified time | relevance | path

Searched refs:line (Results 4476 - 4500 of 5720) sorted by relevance

1...<<171172173174175176177178179180>>...229

/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dmxs-auart.c1021 /* Even if RTS is GPIO line RTSEN can be enabled because in mxs_auart_settermios()
1513 /* Block (enabled before) DMA option if RTS or CTS is GPIO line */ in mxs_auart_init_gpios()
1590 s->port.line = ret; in mxs_auart_probe()
1596 if (s->port.line >= ARRAY_SIZE(auart_port)) { in mxs_auart_probe()
1597 dev_err(&pdev->dev, "serial%d out of range\n", s->port.line); in mxs_auart_probe()
1657 auart_port[s->port.line] = s; in mxs_auart_probe()
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dbcm-pdc-mailbox.c185 #define _PADLINE(line) pad ## line
186 #define _XSTR(line) _PADLINE(line)
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-daemon.c1362 char *line = NULL; in send_cmd() local
1385 while ((nread = getline(&line, &len, in)) != -1) { in send_cmd()
1386 if (fwrite(line, nread, 1, stdout) != 1) in send_cmd()
1394 free(line); in send_cmd()
/kernel/linux/linux-6.6/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c308 char *line = NULL; in is_shared_mount() local
315 while (getline(&line, &len, f) != -1) { in is_shared_mount()
318 target = get_field(line, 4); in is_shared_mount()
336 free(line); in is_shared_mount()
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_tool_test.py94 for line in copy:
95 if needle in line:
457 for line in tree.run_kernel(build_dir=build_dir):
458 self.assertEqual(line, 'hi\n')
/kernel/linux/linux-6.6/sound/core/
H A Dpcm.c500 char line[64]; in snd_pcm_xrun_debug_write() local
501 if (!snd_info_get_line(buffer, line, sizeof(line))) in snd_pcm_xrun_debug_write()
502 pstr->xrun_debug = simple_strtoul(line, NULL, 10); in snd_pcm_xrun_debug_write()
/kernel/linux/linux-6.6/sound/drivers/
H A Ddummy.c986 char line[64]; in dummy_proc_write() local
988 while (!snd_info_get_line(buffer, line, sizeof(line))) { in dummy_proc_write()
994 ptr = snd_info_get_str(item, line, sizeof(item)); in dummy_proc_write()
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/
H A Dnetns.sh569 while read -r line; do
571 for ip in $line; do
684 while read -t 0.1 -r line 2>/dev/null || [[ $? -ne 142 ]]; do
685 [[ $line =~ .*(wg[0-9]+:\ [A-Z][a-z]+\ ?[0-9]*)\ .*(created|destroyed).* ]] || continue
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dprodigy_hifi.c865 char line[64]; in wm_proc_regs_write() local
868 while (!snd_info_get_line(buffer, line, sizeof(line))) { in wm_proc_regs_write()
869 if (sscanf(line, "%x %x", &reg, &val) != 2) in wm_proc_regs_write()
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c142 static void nsp_cs_message(const char *func, int line, char *type, char *fmt, ...) in nsp_cs_message() argument
154 printk("%snsp_cs: %s (%d): %s\n", type, func, line, buf); in nsp_cs_message()
159 static void nsp_cs_dmessage(const char *func, int line, int mask, char *fmt, ...) in nsp_cs_dmessage() argument
169 printk("nsp_cs-debug: 0x%x %s (%d): %s\n", mask, func, line, buf); in nsp_cs_dmessage()
401 /* assert select line */ in nsphw_start_selection()
402 //nsp_dbg(NSP_DEBUG_RESELECTION, "assert SEL line"); in nsphw_start_selection()
/kernel/linux/linux-6.6/tools/bpf/
H A Dbpf_dbg.c1215 unsigned long line; in cmd_disassemble() local
1220 (line = strtoul(line_string, NULL, 10)) < bpf_prog_len) in cmd_disassemble()
1223 bpf_disasm(bpf_image[line], line); in cmd_disassemble()
/third_party/ffmpeg/fftools/
H A Dopt_common.c1115 char line[1024]; in log_callback_report() local
1120 av_log_format_line(ptr, level, fmt, vl2, line, sizeof(line), &print_prefix); in log_callback_report()
1123 fputs(line, report_file); in log_callback_report()
/third_party/elfutils/src/
H A Dnm.c640 /* Get the line information. */ in get_local_names()
769 /* The header line. */ in show_symbols_sysv()
825 /* If we have to precede the line with the file name. */ in show_symbols_sysv()
972 /* If we have to precede the line with the file name. */ in show_symbols_bsd()
1104 /* If we have to precede the line with the file name. */ in show_symbols_posix()
1264 possible. We just won't print any line number information. */ in show_symbols()
1356 deselected by the user with command line options. */ in show_symbols()
1412 Dwarf_Line *line = dwarf_getsrc_die (cudie, in show_symbols() local
1414 if (line != NULL) in show_symbols()
1416 /* We found the line in show_symbols()
[all...]
/third_party/backends/backend/
H A Dp5_device.c856 /** read a line of scan data
859 * @param length total bytes to read on one line
891 * read only one line , counter give us 256 bytes block available in read_line()
1124 /** detect a black scan line
1125 * parses the given buffer and return SANE_TRUE if the line is an
1126 * acceptable black line for calibration
1127 * @param buffer data line to parse
1130 * @returns SANE_TRUE if it is considered as a white line
1148 * black margin at both ends of the line */ in is_black_line()
1173 /** detect a white scan line
1423 int line; sheetfed_calibration() local
[all...]
/third_party/icu/icu4c/source/test/letest/
H A Dletest.cpp745 * line is correct.
748 * that we get the expected number of runs per line and that the line breaks are where
759 const ParagraphLayout::Line *line; in GlyphToCharTest() local
895 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in GlyphToCharTest()
896 le_int32 runCount = line->countRuns(); in GlyphToCharTest()
899 const ParagraphLayout::VisualRun *visualRun = line->getVisualRun(run); in GlyphToCharTest()
915 log_err("Bad glyph to char index for glyph %d on line %d: expected %d, got %d\n", in GlyphToCharTest()
946 log_err("Bad minIndex for run %d on line %d: expected %d, got %d\n", in GlyphToCharTest()
H A Dcletest.c509 * line is correct.
512 * that we get the expected number of runs per line and that the line breaks are where
523 const pl_line *line; in GlyphToCharTest() local
665 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) { in GlyphToCharTest()
666 le_int32 runCount = pl_countLineRuns(line); in GlyphToCharTest()
669 const pl_visualRun *visualRun = pl_getLineVisualRun(line, run); in GlyphToCharTest()
685 log_err("Bad glyph to char index for glyph %d on line %d: expected %d, got %d\n", in GlyphToCharTest()
716 log_err("Bad minIndex for run %d on line %d: expected %d, got %d\n", in GlyphToCharTest()
/third_party/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp756 const UChar* line=NULL; in prepareData() local
759 line = ucbuf_readline(ucharBuf,&len,&status); in prepareData()
760 if(line == NULL || U_FAILURE(status)){break;} in prepareData()
763 // 1. 'len' includs the line terminal symbols in prepareData()
764 // 2. The length of the line terminal symbols is only one character in prepareData()
765 // 3. The Windows CR LF line terminal symbols will be converted to CR in prepareData()
768 continue; //skip empty line in prepareData()
771 memcpy(icu_data->last(), line, len * sizeof(UChar)); in prepareData()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_debug.c256 char text[160]; /* one disasm line */
552 char line[2048]; in radv_dump_cmd() local
557 while (fgets(line, sizeof(line), p)) in radv_dump_cmd()
558 fputs(line, f); in radv_dump_cmd()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c870 pipeline->line_smooth = rs->line.mode == VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH_EXT; in lvp_graphics_pipeline_init()
871 pipeline->disable_multisample = rs->line.mode == VK_LINE_RASTERIZATION_MODE_BRESENHAM_EXT || in lvp_graphics_pipeline_init()
872 rs->line.mode == VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH_EXT; in lvp_graphics_pipeline_init()
873 pipeline->line_rectangular = rs->line.mode != VK_LINE_RASTERIZATION_MODE_BRESENHAM_EXT; in lvp_graphics_pipeline_init()
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js267 // eslint-disable-next-line no-proto
290 let wrap = function(script) { // eslint-disable-line func-style
442 // eslint-disable-next-line no-restricted-syntax
1139 // eslint-disable-next-line no-restricted-syntax
1176 // eslint-disable-next-line no-restricted-syntax
1409 const { 1: line, 2: col } =
1411 if (line && col) {
1412 const srcLine = StringPrototypeSplit(parentSource, '\n')[line - 1];
1413 const frame = `${parentPath}:${line}\n${srcLine}\n${
/third_party/node/deps/v8/base/trace_event/common/
H A Dtrace_event_common.h224 // variable a unique name based on the line number to prevent name collisions.
229 #define TRACE_LOG_MESSAGE(file, message, line) \
230 INTERNAL_TRACE_LOG_MESSAGE(file, message, line)
983 #define TRACE_LOG_MESSAGE(file, message, line) \
984 INTERNAL_TRACE_LOG_MESSAGE(file, message, line)
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_debug.c1005 char line[2000]; in si_dump_command() local
1012 while (fgets(line, sizeof(line), p)) in si_dump_command()
1013 fputs(line, f); in si_dump_command()
/third_party/mksh/
H A Dsyn.c31 int start_line; /* line nesting began on */
286 /* empty line */ in get_command()
294 t->lineno = source->line; in get_command()
401 lno = source->line; in get_command()
722 t->lineno = source->line; in function_body()
901 nesting.start_line = source->line; in nesting_push()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSetupRoutine.cpp49 const bool line = state.isDrawLine; in generate() local
53 const int V1 = (triangle || line) ? OFFSET(Triangle, v1) : OFFSET(Triangle, v0); in generate()
54 const int V2 = triangle ? OFFSET(Triangle, v2) : (line ? OFFSET(Triangle, v1) : OFFSET(Triangle, v0)); in generate()
323 if(line) in generate()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp51 const bool line = state.isDrawLine; in generate() local
56 const int V1 = (triangle || line) ? OFFSET(Triangle,v1) : OFFSET(Triangle,v0); in generate()
57 const int V2 = triangle ? OFFSET(Triangle,v2) : (line ? OFFSET(Triangle,v1) : OFFSET(Triangle,v0)); in generate()
331 if(line) in generate()

Completed in 42 milliseconds

1...<<171172173174175176177178179180>>...229