Searched refs:new_x (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/auxdisplay/ |
H A D | charlcd.c | 157 unsigned long new_x = *x; in parse_xy() local 169 new_x = simple_strtoul(s + 1, &p, 10); in parse_xy() 183 *x = new_x; in parse_xy()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 37 F(0xb34a, AXBR, RRE, Z, x1, x2, new_x, x1, axb, f128, IF_BFP) 314 F(0xb396, CXFBR, RRF_e, Z, 0, r2_32s, new_x, x1, cxgb, 0, IF_BFP) 317 F(0xb3a6, CXGBR, RRF_e, Z, 0, r2_o, new_x, x1, cxgb, 0, IF_BFP) 328 F(0xb392, CXLFBR, RRF_e, FPE, 0, r2_32u, new_x, x1, cxlgb, 0, IF_BFP) 331 F(0xb3a2, CXLGBR, RRF_e, FPE, 0, r2_o, new_x, x1, cxlgb, 0, IF_BFP) 351 F(0xb34d, DXBR, RRE, Z, x1, x2, new_x, x1, dxb, 0, IF_BFP) 605 F(0xb347, FIXBR, RRF_e, Z, 0, x2, new_x, x1, fixb, 0, IF_BFP) 609 F(0xb305, LXDBR, RRE, Z, 0, f2, new_x, x1, lxdb, 0, IF_BFP) 610 F(0xb306, LXEBR, RRE, Z, 0, e2, new_x, x1, lxeb, 0, IF_BFP) 612 F(0xed05, LXDB, RXE, Z, 0, m2_64, new_x, x1, lxdb, 0, IF_BFP) [all …]
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 144 static void gotoxy(struct vc_data *vc, int new_x, int new_y); 1406 static void gotoxy(struct vc_data *vc, int new_x, int new_y) in gotoxy() argument 1410 if (new_x < 0) in gotoxy() 1413 if (new_x >= vc->vc_cols) in gotoxy() 1416 vc->state.x = new_x; in gotoxy() 1438 static void gotoxay(struct vc_data *vc, int new_x, int new_y) in gotoxay() argument 1440 gotoxy(vc, new_x, vc->vc_decom ? (vc->vc_top + new_y) : new_y); in gotoxay()
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | gui.py | 119 new_x = old_mid_x
|