Home
last modified time | relevance | path

Searched refs:line (Results 4226 - 4250 of 5320) sorted by relevance

1...<<161162163164165166167168169170>>...213

/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dvt8500_serial.c333 "vt8500_serial%d", port->line); in vt8500_startup()
699 vt8500_port->uart.line = port; in vt8500_serial_probe()
H A Daltera_uart.c80 unsigned int sigs; /* Local copy of line sigs */
118 * masked out to keep the irq line inactive. in altera_uart_update_ctrl_reg()
332 "interrupt vector=%d\n", port->line, port->irq); in altera_uart_startup()
604 port->line = i; in altera_uart_probe()
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Dmaya44.c337 static void wm8776_select_input(struct snd_maya44 *chip, int idx, int line) in wm8776_select_input() argument
340 0x1f, 1 << line); in wm8776_select_input()
/kernel/linux/linux-6.6/include/linux/
H A Dlockdep.h691 void lockdep_rcu_suspicious(const char *file, const int line, const char *s);
694 lockdep_rcu_suspicious(const char *file, const int line, const char *s) in lockdep_rcu_suspicious() argument
H A Dserial_core.h24 ((port)->cons && (port)->cons->index == (port)->line)
93 * Stop transmitting characters. This might be due to the CTS line
113 * Notify the serial driver that input buffers for the line discipline are
124 * port without fear of overrunning the input buffers of the line
565 unsigned int line; /* port index */ member
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dvt8500_serial.c310 "vt8500_serial%d", port->line); in vt8500_startup()
673 vt8500_port->uart.line = port; in vt8500_serial_probe()
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dmacio_asic.c235 unsigned int line) in macio_create_fixup_irq()
239 irq = irq_create_mapping(NULL, line); in macio_create_fixup_irq()
234 macio_create_fixup_irq(struct macio_dev *dev, int index, unsigned int line) macio_create_fixup_irq() argument
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dmaya44.c337 static void wm8776_select_input(struct snd_maya44 *chip, int idx, int line) in wm8776_select_input() argument
340 0x1f, 1 << line); in wm8776_select_input()
/kernel/linux/linux-6.6/net/core/
H A Dxdp.c584 void xdp_warn(const char *msg, const char *func, const int line) in xdp_warn() argument
586 WARN(1, "XDP_WARN: %s(line:%d): %s\n", func, line, msg); in xdp_warn()
/third_party/curl/tests/
H A Drunner.pm306 my $line;
309 $line++;
337 print STDERR "error: test$testnum:$line: %else no %if\n";
346 print STDERR "error: test$testnum:$line: %endif had no %if\n";
789 # get the command line options to use
794 # substitute variables in the command line
828 # run the command line prepended with "perl"
835 # run the command line prepended with "/bin/sh"
842 # run curl, add suitable command line options
866 $cmdargs = " $cmd"; # $cmd is the command line fo
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dsnowdsp.c612 IDWTELEM * * dst_array = sb->line + src_y;\
766 IDWTELEM * * dst_array = sb->line + src_y;\
/third_party/ffmpeg/libavformat/tests/
H A Dmovenc.c165 static void check_func(int value, int line, const char *msg, ...) in check_func() argument
170 printf("%d: ", line); in check_func()
/third_party/gn/src/gn/
H A Dfunctions_target.cc141 If the command line length is very long, you can use response files to pass
229 If the command line length is very long, you can use response files to pass
685 A loadable module will be specified on the linker line for targets listing
778 A shared library will be specified on the linker line for targets listing the
815 implicitly added to the linker line of all targets that depend on the source
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.c871 int checkasm_check_##type(const char *const file, const int line, \
884 checkasm_fail_func("%s:%d", file, line); \
/third_party/icu/icu4c/source/common/
H A Dicuplug.cpp805 int32_t line = 0; in uplug_init()
809 line++; in uplug_init()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DNormalizerPerformanceTest.java625 + "\t-l or --lineMode \tnormalize file one line at a time\n"
663 // sun.text.Normalizer.normalize(line, compose
670 // java.text.Normalizer.normalize(line, compose
680 void normalizerTest(String line) {
682 normalizerArgs[0] = line;
683 normalizerMethod.invoke(line, normalizerArgs);
696 void normalizerTest(String line, boolean compose) { in normalizerTest() argument
697 // sun.text.Normalizer.normalize(line, compose in normalizerTest()
700 java.text.Normalizer.normalize(line, compose in normalizerTest()
/third_party/icu/icu4c/source/i18n/
H A Ducol_sit.cpp438 parseError->line = 0; in ucol_prepareShortStringOpen()
507 parseError->line = 0; in ucol_openFromShortString()
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-internal.h440 uint32_t value; /**< line or offset of the breakpoint */
521 parser_line_counter_t line; /**< current line */ member
568 parser_line_counter_t last_breakpoint_line; /**< last line where breakpoint has been inserted */
572 parser_line_counter_t last_line_info_line; /**< last line where line info has been inserted */
845 void parser_emit_line_info (parser_context_t *context_p, uint32_t line, bool flush_cbc);
/third_party/mesa3d/src/asahi/lib/
H A Ddecode.c207 int line, const char *filename) in __agxdecode_fetch_gpu_mem()
214 gpu_va, filename, line); in __agxdecode_fetch_gpu_mem()
205 __agxdecode_fetch_gpu_mem(const struct agx_bo *mem, uint64_t gpu_va, size_t size, int line, const char *filename) __agxdecode_fetch_gpu_mem() argument
/third_party/node/deps/v8/tools/profview/
H A Dprofile-utils.js642 for (let line of lines) {
644 Math.min(minimumLeadingWhitespaceChars, regex.exec(line)[0].length);
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.py507 for line in difflib.unified_diff(
514 print(line)
/third_party/node/deps/icu-small/source/common/
H A Dicuplug.cpp805 int32_t line = 0; in uplug_init()
809 line++; in uplug_init()
/third_party/node/deps/icu-small/source/i18n/
H A Ducol_sit.cpp439 parseError->line = 0; in ucol_prepareShortStringOpen()
507 parseError->line = 0; in ucol_openFromShortString()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/
H A Dssl_pm.c85 const char *file, int line, in ssl_platform_debug()
97 printf("%s:%d %s", file, line, str); in ssl_platform_debug()
84 ssl_platform_debug(void *ctx, int level, const char *file, int line, const char *str) ssl_platform_debug() argument
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.h32 // to the source line and inlining id.
39 void SetPosition(int pc_offset, int line, int inlining_id);
349 // maps line number --> number of ticks
409 int line; member

Completed in 36 milliseconds

1...<<161162163164165166167168169170>>...213