/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-tables.rst | 36 - .. row 1 44 - .. row 2 48 - .. row 3 56 - .. row 4 64 - .. row 5 72 - .. row 6 80 - .. row 7 88 - .. row 8 96 - .. row 9 104 - .. row 10 [all …]
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | event_analyzing_sample.py | 137 for row in commq: 138 print("%16s %8d %s" % (row[0], row[1], num2sym(row[1]))) 143 for row in symbolq: 144 print("%32s %8d %s" % (row[0], row[1], num2sym(row[1]))) 149 for row in dsoq: 150 print("%40s %8d %s" % (row[0], row[1], num2sym(row[1]))) 170 for row in commq: 171 print("%16s %8d %s" % (row[0], row[1], num2sym(row[1]))) 176 for row in symbolq: 177 print("%32s %8d %s" % (row[0], row[1], num2sym(row[1]))) [all …]
|
/openbmc/phosphor-webui/app/common/components/table/ |
H A D | table.js | 113 this.data.forEach((row) => { 114 if (row.uiData === undefined) { 117 row.uiData = []; 121 row.selectable = row.selectable === undefined ? true : row.selectable; 122 if (row.selectable) { 124 row.selected = false; 146 this.data.forEach((row, index) => { 147 if (!row.selected && row.selectable) { 148 row.selected = true; 163 this.data.forEach((row) => { [all …]
|
/openbmc/linux/tools/perf/ui/ |
H A D | browser.c | 171 int row = 0; in ui_browser__rb_tree_refresh() local 179 ui_browser__gotorc(browser, row, 0); in ui_browser__rb_tree_refresh() 180 browser->write(browser, nd, row); in ui_browser__rb_tree_refresh() 181 if (++row == browser->rows) in ui_browser__rb_tree_refresh() 186 return row; in ui_browser__rb_tree_refresh() 189 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row) in ui_browser__is_current_entry() argument 191 return browser->top_idx + row == browser->index; in ui_browser__is_current_entry() 316 row = 0; in ui_browser__scrollbar_set() local 326 ui_browser__gotorc(browser, row++, col); in ui_browser__scrollbar_set() 336 int row; in __ui_browser__refresh() local [all …]
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | rstFlatTable.py | 190 for row in self.rows[:header_rows]: 191 thead += self.buildTableRowNode(row) 196 for row in self.rows[header_rows:]: 197 tbody += self.buildTableRowNode(row) 202 row = nodes.row() 215 row += entry 216 return row 235 row = self.parseRowItem(rowItem, rowNum) 236 self.rows.append(row) 284 for row in self.rows: [all …]
|
/openbmc/linux/Documentation/sphinx/ |
H A D | rstFlatTable.py | 178 for row in self.rows[:header_rows]: 179 thead += self.buildTableRowNode(row) 184 for row in self.rows[header_rows:]: 185 tbody += self.buildTableRowNode(row) 190 row = nodes.row() 203 row += entry 204 return row 223 row = self.parseRowItem(rowItem, rowNum) 224 self.rows.append(row) 272 for row in self.rows: [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | utilities.py | 219 for row in rows: 222 row_list = row.split(" ") 224 row = DotDict() 225 row["row_num"] = row_list[0].rstrip(".") 226 row["host"] = row_list[1] 227 row["loss"] = row_list[2].rstrip("%") 228 row["snt"] = row_list[3] 229 row["last"] = row_list[4] 230 row["avg"] = row_list[5] 231 row["best"] = row_list[6] [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sme_helper.c | 819 intptr_t row, col, oprsz = simd_oprsz(desc) / 4; in DO_ST() local 823 for (row = 0; row < oprsz; ) { in DO_ST() 824 uint64_t pa = pn[row >> 4]; in DO_ST() 831 zda[tile_vslice_index(row) + H4(col)] += zn[H4(col)]; in DO_ST() 838 } while (++row & 15); in DO_ST() 845 intptr_t row, col, oprsz = simd_oprsz(desc) / 8; in HELPER() local 849 for (row = 0; row < oprsz; ++row) { in HELPER() 850 if (pn[H1(row)] & 1) { in HELPER() 853 zda[tile_vslice_index(row) + col] += zn[col]; in HELPER() 863 intptr_t row, col, oprsz = simd_oprsz(desc) / 4; in HELPER() local [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | iters.c | 399 int sum, row, col; in iter_nested_iters() local 403 bpf_for(row, 0, ARRAY_SIZE(arr2d)) { in iter_nested_iters() 405 arr2d[row][col] = row * col; in iter_nested_iters() 411 bpf_for(row, 0, ARRAY_SIZE(arr2d)) { in iter_nested_iters() 412 arr2d_row_sums[row] = 0; in iter_nested_iters() 419 bpf_for(row, 0, ARRAY_SIZE(arr2d)) { in iter_nested_iters() 421 sum += arr2d[row][col]; in iter_nested_iters() 422 arr2d_row_sums[row] += arr2d[row][col]; in iter_nested_iters() 423 arr2d_col_sums[col] += arr2d[row][col]; in iter_nested_iters() 428 bpf_for(row, 0, ARRAY_SIZE(arr2d)) { in iter_nested_iters() [all …]
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | fe-bandwidth-t.rst | 14 - .. row 1 20 - .. row 2 28 - .. row 3 36 - .. row 4 44 - .. row 5 52 - .. row 6 60 - .. row 7 68 - .. row 8
|
/openbmc/phosphor-mrw-tools/ |
H A D | gen_settings.pl | 79 while (my $row = <$inFh>) 81 while ($row =~ /MRW_(.*?)\W/g) 85 $row =~ s/MRW_${setting}/$settingValue/g; 90 while ($row =~ /\[\[(.*?)\]\]/) 97 my $exprStart = index($row, $expr); 98 my $front = substr($row, 0, $exprStart - 2); 99 my $back = substr($row, $exprStart + length($expr) + 2); 101 $row = $front . $value . $back; 104 print $outFh $row;
|
/openbmc/qemu/hw/display/ |
H A D | dm163.c | 134 for (unsigned row = 0; row < RGB_MATRIX_NUM_ROWS; row++) { in dm163_propagate_outputs() local 135 if (s->activated_rows & (1 << row)) { in dm163_propagate_outputs() 136 s->buffer_idx_of_row[row] = s->last_buffer_idx; in dm163_propagate_outputs() 137 s->redraw |= (1 << row); in dm163_propagate_outputs() 255 static void update_row_persistence_delay(DM163State *s, unsigned row) in update_row_persistence_delay() argument 257 if (s->row_persistence_delay[row]) { in update_row_persistence_delay() 258 s->row_persistence_delay[row]--; in update_row_persistence_delay() 264 s->buffer_idx_of_row[row] = TURNED_OFF_ROW; in update_row_persistence_delay() 265 s->redraw |= (1 << row); in update_row_persistence_delay() 271 unsigned row) in update_display_of_row() argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery.treetable.js | 14 function Node(row, tree, settings) { argument 17 this.row = row; 22 this.id = this.row.data(this.settings.nodeIdAttr); 25 parentId = this.row.data(this.settings.parentIdAttr); 30 this.treeCell = $(this.row.children(this.settings.columnElType)[this.settings.column]); 57 this.row.removeClass("expanded").addClass("collapsed"); 70 return this.row.hasClass("collapsed"); 80 this.row.removeClass("collapsed").addClass("expanded"); 86 if ($(this.row).is(":visible")) { 96 return this.row.hasClass("expanded"); [all …]
|
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
H A D | InventoryTableAssembly.vue | 15 <template #cell(expandRow)="row"> 21 @click="toggleRowDetails(row)" 29 <template #cell(identifyLed)="row"> 31 v-if="hasIdentifyLed(row.item.identifyLed)" 32 v-model="row.item.identifyLed" 35 @change="toggleIdentifyLedValue(row.item)" 37 <span v-if="row.item.identifyLed"> 45 <template #row-details="{ item }"> 47 <b-row> 64 </b-row> [all …]
|
/openbmc/u-boot/common/ |
H A D | lcd_console.c | 23 void lcd_set_row(short row) in lcd_set_row() argument 25 cons.curr_row = row; in lcd_set_row() 28 void lcd_position_cursor(unsigned col, unsigned row) in lcd_position_cursor() argument 31 cons.curr_row = min_t(short, row, cons.rows - 1); in lcd_position_cursor() 48 int i, row; in lcd_putc_xy0() local 53 for (row = 0; row < VIDEO_FONT_HEIGHT; row++) { in lcd_putc_xy0() 54 uchar bits = video_fontdata[c * VIDEO_FONT_HEIGHT + row]; in lcd_putc_xy0() 63 static inline void console_setrow0(struct console_t *pcons, u32 row, int clr) in console_setrow0() argument 67 row * VIDEO_FONT_HEIGHT * in console_setrow0() 224 unsigned int col, row; in do_lcd_setcursor() local [all …]
|
/openbmc/openbmc/poky/bitbake/lib/prserv/ |
H A D | db.py | 49 for row in rows: 50 current_value = row[0] 75 row=data.fetchone() 76 if row is not None: 87 row=data.fetchone() 88 if row is not None: 100 row=data.fetchone() 101 if row is not None: 208 for row in data: 210 col["name"] = row["name"] [all …]
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | gconf.c | 76 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row); 1039 static gchar *row[COL_NUMBER]; in fill_row() local 1048 g_free(row[i]); in fill_row() 1049 bzero(row, sizeof(row)); in fill_row() 1051 row[COL_OPTION] = in fill_row() 1056 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row() 1059 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row() 1061 row[COL_COLOR] = g_strdup("Black"); in fill_row() 1066 row[COL_PIXBUF] = (gchar *) xpm_menu; in fill_row() 1068 row[COL_PIXVIS] = GINT_TO_POINTER(TRUE); in fill_row() [all …]
|
/openbmc/linux/scripts/kconfig/ |
H A D | gconf.c | 70 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row); 1032 static gchar *row[COL_NUMBER]; in fill_row() local 1041 g_free(row[i]); in fill_row() 1042 bzero(row, sizeof(row)); in fill_row() 1046 row[COL_OPTION] = in fill_row() 1054 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row() 1057 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row() 1059 row[COL_COLOR] = g_strdup("Black"); in fill_row() 1063 row[COL_PIXBUF] = (gchar *) xpm_menu; in fill_row() 1065 row[COL_PIXVIS] = GINT_TO_POINTER(TRUE); in fill_row() [all …]
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_est.c | 146 static void ip_vs_tick_estimation(struct ip_vs_est_kt_data *kd, int row) in ip_vs_tick_estimation() argument 152 td = rcu_dereference(kd->ticks[row]); in ip_vs_tick_estimation() 160 td = rcu_dereference(kd->ticks[row]); in ip_vs_tick_estimation() 173 int row = kd->est_row; in ip_vs_estimation_kthread() local 215 if (kd->tick_len[row]) in ip_vs_estimation_kthread() 216 ip_vs_tick_estimation(kd, row); in ip_vs_estimation_kthread() 218 row++; in ip_vs_estimation_kthread() 219 if (row >= IPVS_EST_NTICKS) in ip_vs_estimation_kthread() 220 row = 0; in ip_vs_estimation_kthread() 221 WRITE_ONCE(kd->est_row, row); in ip_vs_estimation_kthread() [all …]
|
/openbmc/u-boot/drivers/video/ |
H A D | vidconsole-uclass.c | 50 int vidconsole_set_row(struct udevice *dev, uint row, int clr) in vidconsole_set_row() argument 56 return ops->set_row(dev, row, clr); in vidconsole_set_row() 175 static void set_cursor_position(struct vidconsole_priv *priv, int row, int col) in set_cursor_position() argument 180 if (row >= priv->rows) in set_cursor_position() 181 row = priv->rows - 1; in set_cursor_position() 185 priv->ycur = row * priv->y_charsize; in set_cursor_position() 198 int *row, int *col) in get_cursor_position() argument 200 *row = priv->ycur / priv->y_charsize; in get_cursor_position() 231 int row = priv->row_saved; in vidconsole_escape_char() local 234 set_cursor_position(priv, row, col); in vidconsole_escape_char() [all …]
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | twl4030_keypad.c | 167 int row; in twl4030_read_kp_matrix_state() local 171 for (row = 0; row < kp->n_rows; row++) in twl4030_read_kp_matrix_state() 172 state[row] = twl4030_col_xlate(kp, new_state[row]); in twl4030_read_kp_matrix_state() 198 int col, row; in twl4030_kp_scan() local 214 for (row = 0; row < kp->n_rows; row++) { in twl4030_kp_scan() 215 int changed = new_state[row] ^ kp->kp_state[row]; in twl4030_kp_scan() 227 dev_dbg(kp->dbg_dev, "key [%d:%d] %s\n", row, col, in twl4030_kp_scan() 228 (new_state[row] & (1 << col)) ? in twl4030_kp_scan() 231 code = MATRIX_SCAN_CODE(row, col, TWL4030_ROW_SHIFT); in twl4030_kp_scan() 234 new_state[row] & (1 << col)); in twl4030_kp_scan() [all …]
|
/openbmc/webui-vue/docs/guide/components/table/ |
H A D | index.md | 19 - `hover` - enables table row hover state 130 To add an expandable row in the table, add a column for the expand button in the 131 fields array. Include the tdClass `table-row-expand` to ensure icon rotation is 140 be the button's click event callback. Be sure to pass the `row` object to the 144 [row-details slot](https://bootstrap-vue.org/docs/components/table#comp-ref-b-table-slots) 145 to format the expanded row content. The slot has access to the row `item` 150 1. Add a column for the expansion row button with the tdClass, 151 `table-row-expand` 153 and row expansion toggling 154 3. Use the `#cell` slot to target the expandable row column and add the button [all …]
|
/openbmc/linux/arch/mips/loongson64/ |
H A D | numa.c | 53 static int __init compute_node_distance(int row, int col) in compute_node_distance() argument 55 int package_row = row * loongson_sysconf.cores_per_node / in compute_node_distance() 60 if (col == row) in compute_node_distance() 70 int row, col; in init_topology_matrix() local 72 for (row = 0; row < MAX_NUMNODES; row++) in init_topology_matrix() 74 __node_distances[row][col] = -1; in init_topology_matrix() 76 for_each_online_node(row) { in init_topology_matrix() 78 __node_distances[row][col] = in init_topology_matrix() 79 compute_node_distance(row, col); in init_topology_matrix()
|
/openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/ |
H A D | Sessions.vue | 4 <b-row class="align-items-end"> 19 </b-row> 20 <b-row> 47 @row-selected="onRowSelected($event, allConnections.length)" 60 <template #cell(checkbox)="row"> 62 v-model="row.rowSelected" 63 :data-test-id="`sessions-checkbox-selectRow-${row.index}`" 64 @change="toggleSelectRow($refs.table, row.index)" 71 <template #cell(actions)="row"> 72 <table-row-action [all …]
|
/openbmc/webui-vue/src/views/Logs/EventLogs/ |
H A D | EventLogs.vue | 4 <b-row class="align-items-start"> 22 </b-row> 23 <b-row> 42 </b-row> 43 <b-row> 91 @row-selected="onRowSelected($event, filteredLogs.length)" 104 <template #cell(checkbox)="row"> 106 v-model="row.rowSelected" 107 :data-test-id="`eventLogs-checkbox-selectRow-${row.index}`" 108 @change="toggleSelectRow($refs.table, row.index)" [all …]
|