Home
last modified time | relevance | path

Searched refs:y (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/qemu/ui/
H A Dconsole-vc.c56 int x, y; member
135 .x = posx, .y = posy, .width = width, .height = height in qemu_console_fill_rect()
155 static void vga_putcharxy(QemuConsole *s, int x, int y, int ch, in vga_putcharxy() argument
175 &fgcol, &bgcol, x, y, FONT_WIDTH, FONT_HEIGHT); in vga_putcharxy()
178 static void invalidate_xy(QemuTextConsole *s, int x, int y) in invalidate_xy() argument
185 if (s->update_y0 > y * FONT_HEIGHT) in invalidate_xy()
186 s->update_y0 = y * FONT_HEIGHT; in invalidate_xy()
189 if (s->update_y1 < (y + 1) * FONT_HEIGHT) in invalidate_xy()
190 s->update_y1 = (y + 1) * FONT_HEIGHT; in invalidate_xy()
196 int y, y1; in console_show_cursor() local
[all …]
H A Dcursor.c13 unsigned int line = 0, i, r, g, b, x, y, pixel; in cursor_parse_xpm() local
51 for (pixel = 0, y = 0; y < height; y++, line++) { in cursor_parse_xpm()
64 int x,y; in cursor_print_ascii_art() local
66 for (y = 0; y < c->height; y++) { in cursor_print_ascii_art()
67 fprintf(stderr, "%s: %2d: |", prefix, y); in cursor_print_ascii_art()
137 int x,y,bpl; in cursor_set_mono() local
147 for (y = 0; y < c->height; y++) { in cursor_set_mono()
180 for (y = 0; y < c->height; y++) { in cursor_set_mono()
185 (y > 0 && data[-c->width] == inverted) || in cursor_set_mono()
186 (y + 1 < c->height && data[c->width] == inverted))) { in cursor_set_mono()
[all …]
H A Dvnc-enc-tight.c75 static int tight_send_framebuffer_update(VncState *vs, int x, int y,
114 static int send_png_rect(VncState *vs, int x, int y, int w, int h,
141 int x, y, d, dx; in tight_detect_smooth_image24() local
157 for (y = 0, x = 0; y < h && x < w;) { in tight_detect_smooth_image24()
158 for (d = 0; d < h - y && d < w - x - VNC_TIGHT_DETECT_SUBROW_WIDTH; in tight_detect_smooth_image24()
161 left[c] = buf[((y+d)*w+x+d)*4+off+c] & 0xFF; in tight_detect_smooth_image24()
165 pix = buf[((y+d)*w+x+d+dx)*4+off+c] & 0xFF; in tight_detect_smooth_image24()
174 y = 0; in tight_detect_smooth_image24()
177 y += w; in tight_detect_smooth_image24()
212 int x, y, d, dx; \
[all …]
H A Dvnc-enc-zrle.c54 static void *zrle_convert_fb(VncState *vs, int x, int y, int w, int h, in zrle_convert_fb() argument
65 vnc_raw_send_framebuffer_update(vs, x, y, w, h); in zrle_convert_fb()
255 static int zrle_send_framebuffer_update(VncState *vs, int x, int y, in zrle_send_framebuffer_update() argument
282 zrle_encode_8ne(vs, x, y, w, h, zywrle_level); in zrle_send_framebuffer_update()
288 zrle_encode_16be(vs, x, y, w, h, zywrle_level); in zrle_send_framebuffer_update()
290 zrle_encode_16le(vs, x, y, w, h, zywrle_level); in zrle_send_framebuffer_update()
294 zrle_encode_15be(vs, x, y, w, h, zywrle_level); in zrle_send_framebuffer_update()
296 zrle_encode_15le(vs, x, y, w, h, zywrle_level); in zrle_send_framebuffer_update()
317 zrle_encode_24abe(vs, x, y, w, h, zywrle_level); in zrle_send_framebuffer_update()
319 zrle_encode_24ale(vs, x, y, w, h, zywrle_level); in zrle_send_framebuffer_update()
[all …]
/qemu/hw/usb/
H A DKconfig6 default y if PCI_DEVICES
20 default y if PCI_DEVICES
30 default y if PCI_DEVICES
43 default y if PCI_DEVICES || PCIE_DEVICES
49 default y if PCI_DEVICES
62 default y
67 default y
72 default y
82 default y
88 default y
[all …]
/qemu/hw/display/
H A Dcirrus_vga_rop.h85 int x,y; in glue() local
93 for (y = 0; y < bltheight; y++) { in glue()
111 int x,y; in glue() local
114 for (y = 0; y < bltheight; y++) { in glue()
134 int x,y; in glue() local
143 for (y = 0; y < bltheight; y++) { in glue()
163 int x,y; in glue() local
167 for (y = 0; y < bltheight; y++) { in glue()
187 int x,y; in glue() local
196 for (y = 0; y < bltheight; y++) { in glue()
[all …]
H A Dcirrus_vga_rop2.h49 int x, y, pattern_y, pattern_pitch, pattern_x; in glue() local
66 for(y = 0; y < bltheight; y++) { in glue()
106 int x, y; in glue() local
127 for(y = 0; y < bltheight; y++) { in glue()
156 int x, y; in glue() local
165 for(y = 0; y < bltheight; y++) { in glue()
191 int x, y, bitpos, pattern_y; in glue() local
211 for(y = 0; y < bltheight; y++) { in glue()
236 int x, y, bitpos, pattern_y; in glue() local
246 for(y = 0; y < bltheight; y++) { in glue()
[all …]
H A Dpl110_template.h34 #define FN_2(x, y) FN(x, y) FN(x+1, y) argument
35 #define FN_4(x, y) FN_2(x, y) FN_2(x+2, y) argument
36 #define FN_8(y) FN_4(0, y) FN_4(4, y) argument
45 #define FN(x, y) COPY_PIXEL(d, palette[(data >> (y + 7 - (x))) & 1]); in glue() argument
47 #define FN(x, y) COPY_PIXEL(d, palette[(data >> ((x) + y)) & 1]); in glue() argument
73 #define FN(x, y) COPY_PIXEL(d, palette[(data >> (y + 6 - (x)*2)) & 3]); in glue() argument
75 #define FN(x, y) COPY_PIXEL(d, palette[(data >> ((x)*2 + y)) & 3]); in glue() argument
101 #define FN(x, y) COPY_PIXEL(d, palette[(data >> (y + 4 - (x)*4)) & 0xf]); in glue() argument
103 #define FN(x, y) COPY_PIXEL(d, palette[(data >> ((x)*4 + y)) & 0xf]); in glue() argument
H A Djazz_led.c121 int y, bpp; in draw_vertical_line() local
127 for (y = posy1; y <= posy2; y++) { in draw_vertical_line()
133 for (y = posy1; y <= posy2; y++) { in draw_vertical_line()
139 for (y = posy1; y <= posy2; y++) { in draw_vertical_line()
153 int y, bpp; in jazz_led_update_display() local
159 for (y = 0; y < surface_height(surface); y++) { in jazz_led_update_display()
/qemu/tests/tcg/xtensa/
H A Dtest_fp0_sqrt.S8 .macro sqrt_seq r, a, y, t1, hn, h2, t5, h
9 sqrt0.s \y, \a
11 maddn.s \t1, \y, \y
18 maddn.s \y, \r, \y
22 maddn.s \r, \h2, \y
23 maddn.s \t5, \y, \hn
25 maddn.s \h, \hn, \y
27 maddn.s \hn, \t5, \y
28 neg.s \y, \h
29 maddn.s \r, \t1, \y
[all …]
H A Dtest_fp0_div.S8 .macro divs_seq q, a, b, r, y, y0, an, bn, e, ex
13 mov.s \y, \y0
16 maddn.s \y, \e, \y0
20 maddn.s \e, \bn, \y
23 maddn.s \y, \e, \y
26 maddn.s \e, \bn, \y
27 maddn.s \q, \r, \y
29 maddn.s \y, \e, \y
32 addexp.s \y, \ex
33 divn.s \q, \r, \y
/qemu/hw/virtio/
H A DKconfig6 default y
15 default y
20 default y if PCI_DEVICES
36 default y
41 default y
60 default y
72 default y
85 default y
91 default y
97 default y
[all …]
/qemu/hw/net/
H A DKconfig9 default y if PCI_DEVICES
15 default y if PCI_DEVICES
21 default y if PCI_DEVICES
30 default y if PCI_DEVICES
39 default y if PCI_DEVICES
44 default y if PCI_DEVICES || PCIE_DEVICES
49 default y if PCI_DEVICES || PCIE_DEVICES
54 default y if PCI_DEVICES
59 default y if PCI_DEVICES
75 default y
[all …]
/qemu/hw/audio/
H A DKconfig3 default y
8 default y if PCI_DEVICES
13 default y if PCI_DEVICES
18 default y
23 default y
28 default y
33 default y if PCI_DEVICES
38 default y
56 default y
/qemu/hw/arm/
H A DKconfig3 default y
43 default y
49 default y
56 default y
70 default y
86 default y
100 default y
105 default y
118 default y
130 default y
[all …]
/qemu/include/qemu/
H A Dhost-utils.h458 static inline bool sadd32_overflow(int32_t x, int32_t y, int32_t *ret) in sadd32_overflow() argument
460 return __builtin_add_overflow(x, y, ret); in sadd32_overflow()
471 static inline bool sadd64_overflow(int64_t x, int64_t y, int64_t *ret) in sadd64_overflow() argument
473 return __builtin_add_overflow(x, y, ret); in sadd64_overflow()
484 static inline bool uadd32_overflow(uint32_t x, uint32_t y, uint32_t *ret) in uadd32_overflow() argument
486 return __builtin_add_overflow(x, y, ret); in uadd32_overflow()
497 static inline bool uadd64_overflow(uint64_t x, uint64_t y, uint64_t *ret) in uadd64_overflow() argument
499 return __builtin_add_overflow(x, y, ret); in uadd64_overflow()
511 static inline bool ssub32_overflow(int32_t x, int32_t y, int32_t *ret) in ssub32_overflow() argument
513 return __builtin_sub_overflow(x, y, ret); in ssub32_overflow()
[all …]
/qemu/include/ui/
H A Drect.h10 int16_t y; member
16 int16_t x, int16_t y, in qemu_rect_init() argument
20 rect->y = y; in qemu_rect_init()
29 rect->y += dy; in qemu_rect_translate()
38 y1 = MAX(a->y, b->y); in qemu_rect_intersect()
40 y2 = MIN(a->y + a->height, b->y + b->height); in qemu_rect_intersect()
/qemu/tests/tcg/multiarch/
H A Doverflow.c3 int overflow_add_32(int x, int y) in overflow_add_32() argument
6 return __builtin_add_overflow(x, y, &res); in overflow_add_32()
9 int overflow_add_64(long long x, long long y) in overflow_add_64() argument
12 return __builtin_add_overflow(x, y, &res); in overflow_add_64()
15 int overflow_sub_32(int x, int y) in overflow_sub_32() argument
18 return __builtin_sub_overflow(x, y, &res); in overflow_sub_32()
21 int overflow_sub_64(long long x, long long y) in overflow_sub_64() argument
24 return __builtin_sub_overflow(x, y, &res); in overflow_sub_64()
/qemu/hw/scsi/
H A DKconfig6 default y if PCI_DEVICES
12 default y if PCI_DEVICES
18 default y if PCI_DEVICES
24 default y if PCI_DEVICES
34 default y if PCI_DEVICES
41 default y
47 default y
57 default y
64 default y if VIRTIO_PCI
/qemu/hw/pci-bridge/
H A DKconfig3 default y if PCI_DEVICES
8 default y if PCI_DEVICES
13 default y if PCIE_PORT
18 default y if Q35 || ARM_VIRT
22 default y if PCI_DEVICES
27 default y if PCI_DEVICES
32 default y if PCI_DEVICES
43 default y if PCI_EXPRESS && PXB
/qemu/hw/ppc/
H A DKconfig3 default y
23 default y
28 default y
49 default y
68 default y
83 default y
92 default y
102 default y
120 default y
133 default y
[all …]
/qemu/target/arm/tcg/
H A Dpauth_helper.c489 uint64_t HELPER(pacia)(CPUARMState *env, uint64_t x, uint64_t y) in HELPER()
496 return pauth_addpac(env, x, y, &env->keys.apia, false); in HELPER()
499 uint64_t HELPER(pacib)(CPUARMState *env, uint64_t x, uint64_t y) in HELPER()
506 return pauth_addpac(env, x, y, &env->keys.apib, false); in HELPER()
509 uint64_t HELPER(pacda)(CPUARMState *env, uint64_t x, uint64_t y) in HELPER()
516 return pauth_addpac(env, x, y, &env->keys.apda, true); in HELPER()
519 uint64_t HELPER(pacdb)(CPUARMState *env, uint64_t x, uint64_t y) in HELPER()
526 return pauth_addpac(env, x, y, &env->keys.apdb, true); in HELPER()
529 uint64_t HELPER(pacga)(CPUARMState *env, uint64_t x, uint64_t y) in HELPER()
534 pac = pauth_computepac(env, x, y, env->keys.apga); in HELPER()
[all …]
/qemu/hw/vfio/
H A DKconfig7 default y
14 default y
20 default y
26 default y
31 default y
36 default y
42 default y if PC_PCI
/qemu/scripts/
H A Dcocci-macro-file.h28 #define cat(x,y) x ## y argument
29 #define cat2(x,y) cat(x,y) argument
35 #define xglue(x, y) x ## y argument
36 #define glue(x, y) xglue(x, y) argument
/qemu/qobject/
H A Dqobject-internal.h23 bool qbool_is_equal(const QObject *x, const QObject *y);
26 bool qdict_is_equal(const QObject *x, const QObject *y);
29 bool qlist_is_equal(const QObject *x, const QObject *y);
31 bool qnull_is_equal(const QObject *x, const QObject *y);
34 bool qnum_is_equal(const QObject *x, const QObject *y);
37 bool qstring_is_equal(const QObject *x, const QObject *y);

12345678910>>...17