Searched refs:draw_offset (Results 1 – 1 of 1) sorted by relevance
| /spdk/app/spdk_top/ |
| H A D | spdk_top.c | 1215 uint16_t offset, draw_offset; in draw_tabs() local 1231 draw_offset = offset + (col_desc[i].max_data_string / 2) - (col_desc[i].name_len / 2); in draw_tabs() 1235 print_max_len(tab, 1, draw_offset, 0, ALIGN_LEFT, col_desc[i].name); in draw_tabs() 1239 print_max_len(tab, 1, draw_offset, 0, ALIGN_LEFT, col_desc[i].name); in draw_tabs() 1242 print_max_len(tab, 1, draw_offset, 0, ALIGN_LEFT, col_desc[i].name); in draw_tabs()
|