Searched refs:row_byte (Results 1 – 1 of 1) sorted by relevance
934 int row_byte; in mi_cmd_data_read_memory() local936 for (row = 0, row_byte = 0; in mi_cmd_data_read_memory()938 row++, row_byte += nr_cols * word_size) in mi_cmd_data_read_memory()945 ui_out_field_core_addr (uiout, "addr", addr + row_byte); in mi_cmd_data_read_memory()948 for (col = 0, col_byte = row_byte; in mi_cmd_data_read_memory()969 for (byte = row_byte; byte < row_byte + word_size * nr_cols; byte++) in mi_cmd_data_read_memory()