Home
last modified time | relevance | path

Searched refs:new_x (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/auxdisplay/
H A Dcharlcd.c157 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 Dinsn-data.h.inc37 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)
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)
674 F(0xb34c, MXBR, RRE, Z, x1, x2, new_x, x1, mxb, 0, IF_BFP)
676 F(0xb307, MXDBR, RRE, Z, f1, f2, new_x, x1, mxdb, 0, IF_BFP)
[all …]
/openbmc/linux/drivers/tty/vt/
H A Dvt.c144 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 Dgui.py119 new_x = old_mid_x
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch48391 + int new_x = s->sh.slice_ctb_addr_rs % de->PicWidthInCtbsY;
48395 + if (de->wpp_entry_x<2 && (de->wpp_entry_y<new_y || new_x>2) && de->PicWidthInCtbsY>2)
48398 + if (new_x==2 || de->PicWidthInCtbsY==2 && de->wpp_entry_y<new_y)