Home
last modified time | relevance | path

Searched refs:line (Results 1476 - 1500 of 1922) sorted by relevance

1...<<51525354555657585960>>...77

/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dhead_32.S108 jz 1f # No command line
174 * command line) because GCC expects it.
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_utils.h58 const char *func, int line);
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.h137 char *line; member
187 * Is this offset in the same function as the line it is used?
256 * @lines: If 'print_lines' is specified, per source code line percentages
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H A DMakefile29 CFLAGS += -Wno-unused-command-line-argument
/kernel/liteos_a/testsuites/kernel/include/
H A DiCunit.h229 extern void ICunitSaveErr(iiUINT32 line, iiUINT32 retCode);
/kernel/linux/linux-6.6/lib/
H A Dubsan.c210 loc->line & LINE_MASK, loc->column & COLUMN_MASK); in ubsan_prologue()
/kernel/linux/linux-6.6/lib/kunit/
H A Dassert.c29 expect_or_assert, loc->file, loc->line); in kunit_assert_prologue()
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4394 char *line = NULL; in get_nth() local
4406 nread = getdelim(&line, &len, ' ', f); in get_nth()
4417 *entry = line; in get_nth()
4426 char *line; in get_proc_stat() local
4429 ASSERT_EQ(get_nth(_metadata, proc_path, 3, &line), 1); in get_proc_stat()
4431 status = *line; in get_proc_stat()
4432 free(line); in get_proc_stat()
4526 char *line; in get_proc_syscall() local
4529 nread = get_nth(_metadata, proc_path, 1, &line); in get_proc_syscall()
4532 if (!strncmp("running", line, MI in get_proc_syscall()
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/filter/interfaces/
H A Dfilter.js486 }, { page: 'library/src/main/ets/components/mainpage/filter.ets', line: 242, col: 9 });
512 }, { page: 'library/src/main/ets/components/mainpage/filter.ets', line: 249, col: 7 });
1877 }, { page: 'library/src/main/ets/components/mainpage/filter.ets', line: 810, col: 9 });
1952 }, { page: 'library/src/main/ets/components/mainpage/filter.ets', line: 839, col: 9 });
2300 }, { page: 'library/src/main/ets/components/mainpage/filter.ets', line: 999, col: 11 });
2326 }, { page: 'library/src/main/ets/components/mainpage/filter.ets', line: 1008, col: 9 });
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js1659 line: 813,
2338 line: 1114,
2410 line: 1125,
2487 line: 1151,
2520 line: 1157,
2557 }, { page: "segmentbutton/src/main/ets/components/MainPage.ets", line: 1172, u3: 9 });
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c1645 /* called by bnx2x_init_hw_func, returns the next ilt line */
1646 int bnx2x_iov_init_ilt(struct bnx2x *bp, u16 line) in bnx2x_iov_init_ilt() argument
1652 return line; in bnx2x_iov_init_ilt()
1658 ilt->lines[line+i].page = hw_cxt->addr; in bnx2x_iov_init_ilt()
1659 ilt->lines[line+i].page_mapping = hw_cxt->mapping; in bnx2x_iov_init_ilt()
1660 ilt->lines[line+i].size = hw_cxt->size; /* doesn't matter */ in bnx2x_iov_init_ilt()
1662 return line + i; in bnx2x_iov_init_ilt()
/kernel/linux/linux-5.10/drivers/tty/
H A Dmxser.c810 /* update input line counters */ in mxser_check_modem_status()
1008 int line; in mxser_open() local
1010 line = tty->index; in mxser_open()
1011 if (line == MXSER_PORTS) in mxser_open()
1013 info = &mxser_boards[line / MXSER_PORTS_PER_BOARD].ports[line % MXSER_PORTS_PER_BOARD]; in mxser_open()
1048 * disable the receive line status interrupts, and tell the in mxser_close_port()
1050 * line status register. in mxser_close_port()
1224 ss->line = tty->index, in mxser_get_serial_info()
1317 * mxser_get_lsr_info - get line statu
[all...]
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/
H A Dcore.c98 #define __get_rpn_data_bits(line) ((line) & 0x3)
99 #define __get_rpn_stop_bits(line) (((line) >> 2) & 0x1)
100 #define __get_rpn_parity(line) (((line) >> 3) & 0x7)
1494 BT_DBG("dlci %d cr %d len 0x%x bitr 0x%x line 0x%x flow 0x%x xonc 0x%x xoffc 0x%x pm 0x%x", in rfcomm_recv_rpn()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c1644 /* called by bnx2x_init_hw_func, returns the next ilt line */
1645 int bnx2x_iov_init_ilt(struct bnx2x *bp, u16 line) in bnx2x_iov_init_ilt() argument
1651 return line; in bnx2x_iov_init_ilt()
1657 ilt->lines[line+i].page = hw_cxt->addr; in bnx2x_iov_init_ilt()
1658 ilt->lines[line+i].page_mapping = hw_cxt->mapping; in bnx2x_iov_init_ilt()
1659 ilt->lines[line+i].size = hw_cxt->size; /* doesn't matter */ in bnx2x_iov_init_ilt()
1661 return line + i; in bnx2x_iov_init_ilt()
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/
H A Dcore.c100 #define __get_rpn_data_bits(line) ((line) & 0x3)
101 #define __get_rpn_stop_bits(line) (((line) >> 2) & 0x1)
102 #define __get_rpn_parity(line) (((line) >> 3) & 0x7)
1498 BT_DBG("dlci %d cr %d len 0x%x bitr 0x%x line 0x%x flow 0x%x xonc 0x%x xoffc 0x%x pm 0x%x", in rfcomm_recv_rpn()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdiondk1.cpp1063 char *line = nullptr; in Getdelim_One() local
1071 ssize_t ret = getdelim(&line, &len, ',', fp); in Getdelim_One()
1076 napi_create_int32(env, strcmp(line, "hello,") == PARAM_0 && len > strlen("hello,"), &result); in Getdelim_One()
1082 char *line = nullptr; in Getline_One() local
1090 ssize_t ret = getline(&line, &len, fp); in Getline_One()
1095 napi_create_int32(env, strcmp(line, "helloworld") == PARAM_0 && ret == PARAM_10, &result); in Getline_One()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c119 * Verify if we were at the last line and that line isn't in hist_browser__update_rows()
120 * visibe because we now show the header line(s). in hist_browser__update_rows()
1643 size_t size, int line) in hists_browser__scnprintf_headers()
1665 ret = fmt->header(fmt, &dummy_hpp, hists, line, &span); in hists_browser__scnprintf_headers()
1781 int line; in hists_browser__headers() local
1783 for (line = 0; line < hpp_list->nr_header_lines; line++) { in hists_browser__headers()
1787 sizeof(headers), line); in hists_browser__headers()
1642 hists_browser__scnprintf_headers(struct hist_browser *browser, char *buf, size_t size, int line) hists_browser__scnprintf_headers() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c119 * Verify if we were at the last line and that line isn't in hist_browser__update_rows()
120 * visible because we now show the header line(s). in hist_browser__update_rows()
1644 size_t size, int line) in hists_browser__scnprintf_headers()
1666 ret = fmt->header(fmt, &dummy_hpp, hists, line, &span); in hists_browser__scnprintf_headers()
1782 int line; in hists_browser__headers() local
1784 for (line = 0; line < hpp_list->nr_header_lines; line++) { in hists_browser__headers()
1788 sizeof(headers), line); in hists_browser__headers()
1643 hists_browser__scnprintf_headers(struct hist_browser *browser, char *buf, size_t size, int line) hists_browser__scnprintf_headers() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_pattern.cpp1440 std::string line; in DumpOthers() local
1442 while (getline(ss, line, ';')) { in DumpOthers()
1443 DumpLog::GetInstance().Print(line); in DumpOthers()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp112 void DBCommon::PrintHexVector(const std::vector<uint8_t> &data, int line, const std::string &tag) in PrintHexVector() argument
133 if (line == 0) { in PrintHexVector()
136 LOGD("[%s][%d] size:%zu -- %s", tag.c_str(), line, data.size(), buff); in PrintHexVector()
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dixp4xx_hss.c1250 sync_serial_settings __user *line = ifr->ifr_settings.ifs_ifsu.sync; in hss_hdlc_ioctl() local
1269 if (copy_to_user(line, &new_line, size)) in hss_hdlc_ioctl()
1277 if (copy_from_user(&new_line, line, size)) in hss_hdlc_ioctl()
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dixp4xx_hss.c1311 sync_serial_settings __user *line = ifs->ifs_ifsu.sync; in hss_hdlc_ioctl() local
1327 if (copy_to_user(line, &new_line, size)) in hss_hdlc_ioctl()
1335 if (copy_from_user(&new_line, line, size)) in hss_hdlc_ioctl()
1471 /* Obtain all the line control GPIOs */ in ixp4xx_hss_probe()
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c257 #define X(m) xerror("%s:%u: %s: failed for proto %d at line %u", __FILE__, __LINE__, (m), proto, line)
258 static void sock_test_tcpulp(int sock, int proto, unsigned int line) in sock_test_tcpulp() argument
269 xerror("unexpected ULP '%s' for proto %d at line %u", buf, proto, line); in sock_test_tcpulp()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dvideodev2.h1230 __u32 line; member
1244 struct v4l2_mpeg_vbi_itv0_line line[35]; member
1247 struct v4l2_mpeg_vbi_itv0_line line[36]; member
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp1640 Rect line; local
1641 line.SetLeft(FO_TO_INTEGER(part.edge1.curX));
1642 line.SetRight(FO_TO_INTEGER(part.edge1.curX));
1643 line.SetTop(FO_TO_INTEGER(part.edge1.curY));
1644 line.SetBottom(FO_TO_INTEGER(part.edge1.curY));
1651 Rect line;
1652 line.SetLeft(static_cast<int16_t>(part.edge1.curX));
1653 line.SetRight(static_cast<int16_t>(part.edge1.curX));
1654 line.SetTop(static_cast<int16_t>(part.edge1.curY));
1655 line
[all...]

Completed in 67 milliseconds

1...<<51525354555657585960>>...77