Searched refs:start_line (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp154 uint32_t start_line, uint32_t count, uint32_t curr_line, uint32_t column,
162 if (start_line == 0) {
164 start_line = m_last_line + m_last_count;
166 start_line = 1;
175 m_last_line = start_line;
179 const uint32_t end_line = start_line + count - 1;
180 for (uint32_t line = start_line; line <= end_line; ++line) {
248 uint32_t start_line; local
251 start_line = line - context_before;
253 start_line
153 DisplaySourceLinesWithLineNumbersUsingLastFile( uint32_t start_line, uint32_t count, uint32_t curr_line, uint32_t column, const char *current_line_cstr, Stream *s, const SymbolContextList *bp_locs) argument
368 FindLinesMatchingRegex(FileSpec &file_spec, RegularExpression &regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
574 const uint32_t start_line = local
600 FindLinesMatchingRegex( RegularExpression &regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h47 void FindLinesMatchingRegex(RegularExpression &regex, uint32_t start_line,
133 uint32_t start_line, uint32_t count, uint32_t curr_line, uint32_t column,
149 uint32_t start_line, uint32_t end_line,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dclear_cache.c130 const uintptr_t start_line = ((uintptr_t)start) & mask;
133 for (uintptr_t line = start_line; line < end_line; line += line_size)
137 for (uintptr_t line = start_line; line < end_line; line += line_size)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp48 if (option_arg.getAsInteger(0, start_line))
92 start_line = 0;
107 uint32_t start_line; member in class:CommandObjectSourceInfo::CommandOptions
131 // start_line option was specified, don't print lines less than start_line.
139 uint32_t start_line = m_options.start_line; local
163 if (start_line > 0 && line_entry.line < start_line)
191 // contained in one of the modules. If the start_line optio
197 uint32_t start_line = m_options.start_line; local
698 uint32_t start_line; member in class:CommandObjectSourceList::CommandOptions
786 uint32_t start_line; local
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c162 u32 start_line; member in struct:ecore_ilt_cli_blk
556 u32 start_line,
570 p_blk->start_line = start_line;
593 p_blk->start_line);
677 p_cli->pf_total_lines = curr_line - p_blk->start_line;
690 p_cli->vf_total_lines = curr_line - p_blk->start_line;
741 line = p_cli->pf_blks[CDUT_SEG_BLK(i)].start_line;
755 p_cli->pf_total_lines = curr_line - p_cli->pf_blks[0].start_line;
780 line = p_cli->vf_blks[CDUT_SEG_BLK(0)].start_line;
554 ecore_ilt_cli_blk_fill(struct ecore_ilt_client_cfg *p_cli, struct ecore_ilt_cli_blk *p_blk, u32 start_line, u32 total_size, u32 elem_size) argument
2552 u32 start_line, end_line, shadow_start_line, shadow_end_line; local
[all...]
H A Decore_dbg_fw_funcs.c2480 u32 start_line,
2486 return (end_line - start_line + 1) * INT_BUF_LINE_SIZE_IN_DWORDS;
2488 for (line = start_line, reg_addr = DBG_REG_INTR_BUFFER + DWORDS_TO_BYTES(start_line * INT_BUF_LINE_SIZE_IN_DWORDS);
2536 u32 start_line,
2548 return (end_line - start_line + 1) * PCI_BUF_LINE_SIZE_IN_DWORDS;
2550 for (line = start_line, pci_buf = pci_buf_start + start_line * PCI_BUF_LINE_SIZE_IN_DWORDS;
2476 ecore_bus_dump_int_buf_range(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, u32 start_line, u32 end_line) argument
2533 ecore_bus_dump_pci_buf_range(struct ecore_hwfn *p_hwfn, u32 *dump_buf, bool dump, u32 start_line, u32 end_line) argument
/freebsd-13-stable/sys/dev/bxe/
H A Decore_init_ops.h724 int abs_idx = ilt->start_line + idx;
807 ecore_ilt_boundry_init_op(sc, ilt_cli, ilt->start_line, initop);
H A Decore_init.h590 uint32_t start_line; member in struct:ecore_ilt
H A Dbxe.c5842 ilt->start_line = FUNC_ILT_BASE(SC_FUNC(sc));
5843 BLOGD(sc, DBG_LOAD, "ilt starts at line %d\n", ilt->start_line);
6061 BLOGD(sc, DBG_LOAD, "ilt=%p start_line=%u lines=%p\n",
6062 sc->ilt, sc->ilt->start_line, sc->ilt->lines);

Completed in 245 milliseconds