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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp152 uint32_t start_line, uint32_t count, uint32_t curr_line, uint32_t column,
160 if (start_line == 0) {
162 start_line = m_last_line + m_last_count;
164 start_line = 1;
173 m_last_line = start_line;
177 const uint32_t end_line = start_line + count - 1;
178 for (uint32_t line = start_line; line <= end_line; ++line) {
234 uint32_t start_line; local
237 start_line = line - context_before;
239 start_line
151 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
353 FindLinesMatchingRegex(FileSpec &file_spec, RegularExpression &regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
559 const uint32_t start_line = local
585 FindLinesMatchingRegex( RegularExpression &regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-io.c183 TUI_CMD_WIN->detail.command_info.start_line = TUI_CMD_WIN->detail.command_info.cur_line;
204 int start_line; local
219 start_line = TUI_CMD_WIN->detail.command_info.start_line;
220 wmove (w, start_line, 0);
252 getyx (w, TUI_CMD_WIN->detail.command_info.start_line,
261 getyx (w, TUI_CMD_WIN->detail.command_info.start_line,
269 TUI_CMD_WIN->detail.command_info.start_line -= height - 1;
581 TUI_CMD_WIN->detail.command_info.start_line,
H A Dtui-stack.c328 int start_line, i;
343 start_line = 0;
352 start_line = (item->locator.line_no -
354 if (start_line <= 0)
355 start_line = 1;
369 l.line_no = start_line;
327 int start_line, i; local
H A Dtui-data.h271 int start_line; member in struct:tui_command_info
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h47 void FindLinesMatchingRegex(RegularExpression &regex, uint32_t start_line,
130 uint32_t start_line, uint32_t count, uint32_t curr_line, uint32_t column,
144 uint32_t start_line, uint32_t end_line,
/freebsd-11-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-11-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-11-stable/contrib/gdb/gdb/
H A Dmacrotab.c156 int start_line;
311 return compare_locations (key->start_file, key->start_line,
325 return key_compare (key1, key2->name, key2->start_file, key2->start_line);
344 k->start_line = line;
621 query.start_line = line;
714 found_key->start_file->filename, found_key->start_line);
849 *definition_line = key->start_line;
153 int start_line; member in struct:macro_key
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dmain.cpp259 string start_line; local
265 start_line += c;
270 start_line += '\0';
272 switch (sscanf(&start_line[0], "%lf %lf", &wid, &ht)) {
283 out->set_args(start_line.contents());
/freebsd-11-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
2554 u32 start_line, end_line, shadow_start_line, shadow_end_line; local
[all...]
H A Decore_dbg_fw_funcs.c2494 u32 start_line,
2500 return (end_line - start_line + 1) * INT_BUF_LINE_SIZE_IN_DWORDS;
2502 for (line = start_line, reg_addr = DBG_REG_INTR_BUFFER + DWORDS_TO_BYTES(start_line * INT_BUF_LINE_SIZE_IN_DWORDS);
2552 u32 start_line,
2564 return (end_line - start_line + 1) * PCI_BUF_LINE_SIZE_IN_DWORDS;
2566 for (line = start_line, pci_buf = pci_buf_start + start_line * PCI_BUF_LINE_SIZE_IN_DWORDS;
2490 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
2549 ecore_bus_dump_pci_buf_range(struct ecore_hwfn *p_hwfn, u32 *dump_buf, bool dump, u32 start_line, u32 end_line) argument
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.c278 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno; local
289 res->lines[0] = start_line;
293 res->lines[c + 1] = s->lineno[l + c].line_number + start_line - 1;
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.h235 void start_line();
H A Denv.cpp299 start_line();
361 start_line();
377 start_line();
1829 void environment::start_line() function in class:environment
2848 start_line();
3013 start_line();
H A Ddiv.cpp142 curenv->start_line();
/freebsd-11-stable/sys/dev/bxe/
H A Decore_init_ops.h722 int abs_idx = ilt->start_line + idx;
805 ecore_ilt_boundry_init_op(sc, ilt_cli, ilt->start_line, initop);
H A Decore_init.h588 uint32_t start_line; member in struct:ecore_ilt
H A Dbxe.c5876 ilt->start_line = FUNC_ILT_BASE(SC_FUNC(sc));
5877 BLOGD(sc, DBG_LOAD, "ilt starts at line %d\n", ilt->start_line);
6095 BLOGD(sc, DBG_LOAD, "ilt=%p start_line=%u lines=%p\n",
6096 sc->ilt, sc->ilt->start_line, sc->ilt->lines);

Completed in 287 milliseconds