Home
last modified time | relevance | path

Searched refs:new_line (Results 26 - 50 of 50) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-shape.cc91 void new_line () { line_no++; } in new_line() function
H A Dview-cairo.hh53 void new_line () {} in new_line() function
/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclink.c7610 sync_serial_settings new_line; in hdlcdev_ioctl() local
7639 memset(&new_line, 0, sizeof(new_line)); in hdlcdev_ioctl()
7641 case (HDLC_FLAG_RXC_RXCPIN | HDLC_FLAG_TXC_TXCPIN): new_line.clock_type = CLOCK_EXT; break; in hdlcdev_ioctl()
7642 case (HDLC_FLAG_RXC_BRG | HDLC_FLAG_TXC_BRG): new_line.clock_type = CLOCK_INT; break; in hdlcdev_ioctl()
7643 case (HDLC_FLAG_RXC_RXCPIN | HDLC_FLAG_TXC_BRG): new_line.clock_type = CLOCK_TXINT; break; in hdlcdev_ioctl()
7644 case (HDLC_FLAG_RXC_RXCPIN | HDLC_FLAG_TXC_RXCPIN): new_line.clock_type = CLOCK_TXFROMRX; break; in hdlcdev_ioctl()
7645 default: new_line.clock_type = CLOCK_DEFAULT; in hdlcdev_ioctl()
7648 new_line.clock_rate = info->params.clock_speed; in hdlcdev_ioctl()
7649 new_line in hdlcdev_ioctl()
[all...]
H A Dsynclinkmp.c1711 sync_serial_settings new_line; in hdlcdev_ioctl() local
1740 memset(&new_line, 0, sizeof(new_line)); in hdlcdev_ioctl()
1742 case (HDLC_FLAG_RXC_RXCPIN | HDLC_FLAG_TXC_TXCPIN): new_line.clock_type = CLOCK_EXT; break; in hdlcdev_ioctl()
1743 case (HDLC_FLAG_RXC_BRG | HDLC_FLAG_TXC_BRG): new_line.clock_type = CLOCK_INT; break; in hdlcdev_ioctl()
1744 case (HDLC_FLAG_RXC_RXCPIN | HDLC_FLAG_TXC_BRG): new_line.clock_type = CLOCK_TXINT; break; in hdlcdev_ioctl()
1745 case (HDLC_FLAG_RXC_RXCPIN | HDLC_FLAG_TXC_RXCPIN): new_line.clock_type = CLOCK_TXFROMRX; break; in hdlcdev_ioctl()
1746 default: new_line.clock_type = CLOCK_DEFAULT; in hdlcdev_ioctl()
1749 new_line.clock_rate = info->params.clock_speed; in hdlcdev_ioctl()
1750 new_line in hdlcdev_ioctl()
[all...]
H A Dsynclink_gt.c1531 sync_serial_settings new_line; in hdlcdev_ioctl() local
1545 memset(&new_line, 0, sizeof(new_line)); in hdlcdev_ioctl()
1562 case (HDLC_FLAG_RXC_RXCPIN | HDLC_FLAG_TXC_TXCPIN): new_line.clock_type = CLOCK_EXT; break; in hdlcdev_ioctl()
1563 case (HDLC_FLAG_RXC_BRG | HDLC_FLAG_TXC_BRG): new_line.clock_type = CLOCK_INT; break; in hdlcdev_ioctl()
1564 case (HDLC_FLAG_RXC_RXCPIN | HDLC_FLAG_TXC_BRG): new_line.clock_type = CLOCK_TXINT; break; in hdlcdev_ioctl()
1565 case (HDLC_FLAG_RXC_RXCPIN | HDLC_FLAG_TXC_RXCPIN): new_line.clock_type = CLOCK_TXFROMRX; break; in hdlcdev_ioctl()
1566 default: new_line.clock_type = CLOCK_DEFAULT; in hdlcdev_ioctl()
1569 new_line.clock_rate = info->params.clock_speed; in hdlcdev_ioctl()
1570 new_line in hdlcdev_ioctl()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dsynclink_gt.c1523 sync_serial_settings new_line; in hdlcdev_ioctl() local
1534 memset(&new_line, 0, sizeof(new_line)); in hdlcdev_ioctl()
1551 case (HDLC_FLAG_RXC_RXCPIN | HDLC_FLAG_TXC_TXCPIN): new_line.clock_type = CLOCK_EXT; break; in hdlcdev_ioctl()
1552 case (HDLC_FLAG_RXC_BRG | HDLC_FLAG_TXC_BRG): new_line.clock_type = CLOCK_INT; break; in hdlcdev_ioctl()
1553 case (HDLC_FLAG_RXC_RXCPIN | HDLC_FLAG_TXC_BRG): new_line.clock_type = CLOCK_TXINT; break; in hdlcdev_ioctl()
1554 case (HDLC_FLAG_RXC_RXCPIN | HDLC_FLAG_TXC_RXCPIN): new_line.clock_type = CLOCK_TXFROMRX; break; in hdlcdev_ioctl()
1555 default: new_line.clock_type = CLOCK_DEFAULT; in hdlcdev_ioctl()
1558 new_line.clock_rate = info->params.clock_speed; in hdlcdev_ioctl()
1559 new_line in hdlcdev_ioctl()
[all...]
/third_party/ffmpeg/libavcodec/
H A Davcodec.c523 int new_line = 0; in avcodec_string() local
586 new_line = 1; in avcodec_string()
625 av_bprintf(&bprint, "%s%dx%d", new_line ? separator : ", ", in avcodec_string()
H A Dwebvttenc.c147 .new_line = webvtt_new_line_cb,
H A Dttmlenc.c77 .new_line = ttml_new_line_cb,
H A Dmovtextenc.c626 .new_line = mov_text_new_line_cb,
/kernel/linux/linux-5.10/tools/perf/util/
H A Dstat.h203 new_line_t new_line; member
H A Dannotate.c1875 char *new_line; in expand_tabs() local
1891 new_line = malloc(new_storage_len); in expand_tabs()
1892 if (new_line == NULL) { in expand_tabs()
1905 memcpy(&new_line[dst], &line[src], len); in expand_tabs()
1907 new_line[dst++] = ' '; in expand_tabs()
1909 new_line[dst++] = ' '; in expand_tabs()
1917 memcpy(&new_line[dst], &line[src], len); in expand_tabs()
1919 new_line[dst] = '\0'; in expand_tabs()
1922 *storage = new_line; in expand_tabs()
1924 return new_line; in expand_tabs()
[all...]
H A Dstat-display.c478 out.new_line = nl; in printout()
945 out.new_line = new_line_metric; in print_metric_headers()
H A Dstat-shadow.c956 out->new_line(config, ctxp); in perf_stat__print_shadow_stats()
1193 out->new_line(config, ctxp); in perf_stat__print_shadow_stats()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstat.h169 new_line_t new_line; member
H A Dannotate.c1998 char *new_line; in expand_tabs() local
2014 new_line = malloc(new_storage_len); in expand_tabs()
2015 if (new_line == NULL) { in expand_tabs()
2028 memcpy(&new_line[dst], &line[src], len); in expand_tabs()
2030 new_line[dst++] = ' '; in expand_tabs()
2032 new_line[dst++] = ' '; in expand_tabs()
2040 memcpy(&new_line[dst], &line[src], len); in expand_tabs()
2042 new_line[dst] = '\0'; in expand_tabs()
2045 *storage = new_line; in expand_tabs()
2047 return new_line; in expand_tabs()
[all...]
H A Dstat-shadow.c321 out->new_line(config, ctxp); in print_instructions()
627 out->new_line(config, ctxp); in perf_stat__print_shadow_stats_metricgroup()
H A Dstat-display.c810 out.new_line = nl; in printout()
1191 .new_line = new_line_metric, in print_metric_headers()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py963 def print_subtag_matches (subtag, new_line):
965 if new_line:
/kernel/linux/common_modules/tzdriver/tlogger/
H A Dtlogger.c110 unsigned char new_line; /* '\n' char, easy viewing log in bbox.bin file */ member
812 item->new_line = (unsigned char)'\n'; in log_pool_append()
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_main.py1070 new_line = int(line.group(2))
1072 for breakpoint in self.line_list.get(new_line):
/third_party/node/deps/v8/src/diagnostics/
H A Dgdb-jit.cc1410 intptr_t new_line = desc_->GetScriptLineNumber(info->pos_);
1411 if (new_line == line) {
1432 intptr_t line_diff = new_line - line;
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-script.c1836 .new_line = script_new_line, in perf_sample__fprint_metric()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.c21 const char *new_line = newline; \
34 "%s", new_line); \
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c2065 .new_line = script_new_line, in perf_sample__fprint_metric()

Completed in 65 milliseconds

12