HomeSort by: relevance | last modified time | path
    Searched refs:nr_rows (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/testsuite/common/
bits-tst.c 289 int nr_rows = (*tests)->nr_rows; local
292 for (r = 0; r < nr_rows; r++)
295 int i = r * nr_rows + c;
  /src/external/gpl3/gdb.old/dist/gdb/
cli-out.h 43 virtual void do_table_begin (int nbrofcols, int nr_rows,
ui-out.h 173 field, ... }, ... ] }''. If NR_ROWS is negative then there is at
176 void table_begin (int nr_cols, int nr_rows, const std::string &tblid);
339 virtual void do_table_begin (int nbrofcols, int nr_rows, const char *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);
cli-out.c 35 cli_ui_out::do_table_begin (int nbrofcols, int nr_rows, const char *tblid)
37 if (nr_rows == 0)
ui-out.c 350 ui_out::table_begin (int nr_cols, int nr_rows, const std::string &tblid)
358 do_table_begin (nr_cols, nr_rows, tblid.c_str ());
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-out.h 54 virtual void do_table_begin (int nbrofcols, int nr_rows, const char *tblid)
mi-out.c 34 mi_ui_out::do_table_begin (int nr_cols, int nr_rows,
38 do_field_signed (-1, -1, ui_left, "nr_rows", nr_rows, ui_file_style ());
mi-main.c 1237 long total_bytes, nr_cols, nr_rows; local
1310 nr_rows = atol (argv[3]);
1311 if (nr_rows <= 0)
1326 total_bytes = word_size * nr_rows * nr_cols;
1354 row < nr_rows;
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-uiout.h 70 void do_table_begin (int nbrofcols, int nr_rows, const char *tblid) override
  /src/external/gpl3/gdb/dist/gdb/
cli-out.h 43 virtual void do_table_begin (int nbrofcols, int nr_rows,
ui-out.h 173 field, ... }, ... ] }''. If NR_ROWS is negative then there is at
176 void table_begin (int nr_cols, int nr_rows, const std::string &tblid);
339 virtual void do_table_begin (int nbrofcols, int nr_rows, const char *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);
cli-out.c 35 cli_ui_out::do_table_begin (int nbrofcols, int nr_rows, const char *tblid)
37 if (nr_rows == 0)
ui-out.c 350 ui_out::table_begin (int nr_cols, int nr_rows, const std::string &tblid)
358 do_table_begin (nr_cols, nr_rows, tblid.c_str ());
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-out.h 54 virtual void do_table_begin (int nbrofcols, int nr_rows, const char *tblid)
mi-out.c 34 mi_ui_out::do_table_begin (int nr_cols, int nr_rows,
38 do_field_signed (-1, -1, ui_left, "nr_rows", nr_rows, ui_file_style ());
mi-main.c 1195 long total_bytes, nr_cols, nr_rows; local
1268 nr_rows = atol (argv[3]);
1269 if (nr_rows <= 0)
1284 total_bytes = word_size * nr_rows * nr_cols;
1312 row < nr_rows;
  /src/external/gpl3/gdb/dist/gdb/python/
py-uiout.h 70 void do_table_begin (int nbrofcols, int nr_rows, const char *tblid) override
  /src/external/gpl3/gdb/dist/sim/testsuite/common/
bits-tst.c 290 int nr_rows = (*tests)->nr_rows; local
293 for (r = 0; r < nr_rows; r++)
296 int i = r * nr_rows + c;

Completed in 75 milliseconds