Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 3 of 3) sorted by relevance

/qemu/ui/
H A Dvnc-enc-zrle.c.inc76 int ty;
78 for (ty = y; ty < y + h; ty += VNC_ZRLE_TILE_HEIGHT) {
82 th = MIN(VNC_ZRLE_TILE_HEIGHT, y + h - ty);
90 buf = zrle_convert_fb(vs, tx, ty, tw, th, ZRLE_BPP);
/qemu/docs/sphinx/
H A Ddbusdomain.py147 ty, sg, name = field[0].astext().split(None, 2)
152 if ty == "arg":
154 elif ty == "ret":
239 ty = self.options.get("type")
244 signode += addnodes.desc_sig_keyword_type(ty, ty)
/qemu/target/hppa/
H A Dtranslate.c4337 TCGv_i32 ta, tb, tc, ty; in trans_fcmp_f() local
4343 ty = tcg_constant_i32(a->y); in trans_fcmp_f()
4346 gen_helper_fcmp_s(tcg_env, ta, tb, ty, tc); in trans_fcmp_f()
4354 TCGv_i32 tc, ty; in trans_fcmp_d() local
4360 ty = tcg_constant_i32(a->y); in trans_fcmp_d()
4363 gen_helper_fcmp_d(tcg_env, ta, tb, ty, tc); in trans_fcmp_d()