OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_cols
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/mi/
mi-out.c
34
mi_ui_out::do_table_begin (int
nr_cols
, int nr_rows,
39
do_field_signed (-1, -1, ui_left, "
nr_cols
",
nr_cols
, ui_file_style ());
mi-main.c
1237
long total_bytes,
nr_cols
, nr_rows;
local
1315
nr_cols
= atol (argv[4]);
1316
if (
nr_cols
<= 0)
1326
total_bytes = word_size * nr_rows *
nr_cols
;
1340
uiout->field_core_addr ("next-row", gdbarch, addr + word_size *
nr_cols
);
1341
uiout->field_core_addr ("prev-row", gdbarch, addr - word_size *
nr_cols
);
1355
row++, row_byte +=
nr_cols
* word_size)
1369
col <
nr_cols
;
1392
byte < row_byte + word_size *
nr_cols
; byte++)
/src/external/gpl3/gdb/dist/gdb/mi/
mi-out.c
34
mi_ui_out::do_table_begin (int
nr_cols
, int nr_rows,
39
do_field_signed (-1, -1, ui_left, "
nr_cols
",
nr_cols
, ui_file_style ());
mi-main.c
1195
long total_bytes,
nr_cols
, nr_rows;
local
1273
nr_cols
= atol (argv[4]);
1274
if (
nr_cols
<= 0)
1284
total_bytes = word_size * nr_rows *
nr_cols
;
1298
uiout->field_core_addr ("next-row", gdbarch, addr + word_size *
nr_cols
);
1299
uiout->field_core_addr ("prev-row", gdbarch, addr - word_size *
nr_cols
);
1313
row++, row_byte +=
nr_cols
* word_size)
1327
col <
nr_cols
;
1350
byte < row_byte + word_size *
nr_cols
; byte++)
/src/external/gpl3/gdb.old/dist/gdb/
ui-out.c
154
explicit ui_out_table (int entry_level, int
nr_cols
, const std::string &id)
157
m_nr_cols (
nr_cols
),
350
ui_out::table_begin (int
nr_cols
, int nr_rows, const std::string &tblid)
356
m_table_up = std::make_unique<ui_out_table> (level () + 1,
nr_cols
, tblid);
358
do_table_begin (
nr_cols
, nr_rows, tblid.c_str ());
ui-out.h
176
void table_begin (int
nr_cols
, int nr_rows, const std::string &tblid);
436
ui_out_emit_table (struct ui_out *uiout, int
nr_cols
, int nr_rows,
440
m_uiout->table_begin (
nr_cols
, nr_rows, tblid);
/src/external/gpl3/gdb/dist/gdb/
ui-out.c
154
explicit ui_out_table (int entry_level, int
nr_cols
, const std::string &id)
157
m_nr_cols (
nr_cols
),
350
ui_out::table_begin (int
nr_cols
, int nr_rows, const std::string &tblid)
356
m_table_up = std::make_unique<ui_out_table> (level () + 1,
nr_cols
, tblid);
358
do_table_begin (
nr_cols
, nr_rows, tblid.c_str ());
ui-out.h
176
void table_begin (int
nr_cols
, int nr_rows, const std::string &tblid);
436
ui_out_emit_table (struct ui_out *uiout, int
nr_cols
, int nr_rows,
440
m_uiout->table_begin (
nr_cols
, nr_rows, tblid);
/src/external/gpl3/gdb.old/dist/sim/testsuite/common/
bits-tst.c
290
int
nr_cols
= (*tests)->
nr_cols
;
local
293
for (c = 0; c <
nr_cols
; c++)
/src/external/gpl3/gdb/dist/sim/testsuite/common/
bits-tst.c
291
int
nr_cols
= (*tests)->
nr_cols
;
local
294
for (c = 0; c <
nr_cols
; c++)
Completed in 59 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026