Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 136) sorted by relevance

123456

/qemu/tests/tcg/multiarch/
H A Doverflow.c3 int overflow_add_32(int x, int y) in overflow_add_32()
9 int overflow_add_64(long long x, long long y) in overflow_add_64()
15 int overflow_sub_32(int x, int y) in overflow_sub_32()
21 int overflow_sub_64(long long x, long long y) in overflow_sub_64()
H A Dsha1.c63 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
64 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
65 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
66 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
67 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
/qemu/hw/display/
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 Dcirrus_vga_rop.h85 int x,y; in glue() local
111 int x,y; in glue() local
134 int x,y; in glue() local
163 int x,y; in glue() local
187 int x,y; in glue() local
216 int x,y; in glue() local
H A Dcirrus_vga_rop2.h49 int x, y, pattern_y, pattern_pitch, pattern_x; in glue() local
106 int x, y; in glue() local
156 int x, y; in glue() local
191 int x, y, bitpos, pattern_y; in glue() local
236 int x, y, bitpos, pattern_y; in glue() local
269 int x, y; in glue() local
H A Dati_2d.c157 unsigned int y, i, j, bypp = bpp / 8; in ati_2d_blt() local
219 unsigned int x, y, i, bypp = bpp / 8; in ati_2d_blt() local
/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()
471 static inline bool sadd64_overflow(int64_t x, int64_t y, int64_t *ret) in sadd64_overflow()
484 static inline bool uadd32_overflow(uint32_t x, uint32_t y, uint32_t *ret) in uadd32_overflow()
497 static inline bool uadd64_overflow(uint64_t x, uint64_t y, uint64_t *ret) in uadd64_overflow()
511 static inline bool ssub32_overflow(int32_t x, int32_t y, int32_t *ret) in ssub32_overflow()
525 static inline bool ssub64_overflow(int64_t x, int64_t y, int64_t *ret) in ssub64_overflow()
539 static inline bool usub32_overflow(uint32_t x, uint32_t y, uint32_t *ret) in usub32_overflow()
553 static inline bool usub64_overflow(uint64_t x, uint64_t y, uint64_t *ret) in usub64_overflow()
566 static inline bool smul32_overflow(int32_t x, int32_t y, int32_t *ret) in smul32_overflow()
579 static inline bool smul64_overflow(int64_t x, int64_t y, int64_t *ret) in smul64_overflow()
[all …]
/qemu/tests/tcg/x86_64/
H A Dtest-2175.c6 int test_setc(unsigned int x, unsigned int y) in test_setc()
12 int test_pushf(unsigned int x, unsigned int y) in test_pushf()
/qemu/ui/
H A Dvnc-enc-tight.c141 int x, y, d, dx; in tight_detect_smooth_image24() local
420 static int tight_fill_palette(VncState *vs, int x, int y, in tight_fill_palette()
558 int x, y, c; in tight_filter_gradient24() local
676 check_solid_tile32(VncState *vs, int x, int y, int w, int h, in check_solid_tile32()
705 static bool check_solid_tile(VncState *vs, int x, int y, int w, int h, in check_solid_tile()
712 static void find_best_solid_area(VncState *vs, int x, int y, int w, int h, in find_best_solid_area()
750 static void extend_solid_area(VncState *vs, int x, int y, int w, int h, in extend_solid_area()
917 static int send_full_color_rect(VncState *vs, int x, int y, int w, int h) in send_full_color_rect()
962 static int send_mono_rect(VncState *vs, int x, int y, in send_mono_rect()
1049 static bool send_gradient_rect(VncState *vs, int x, int y, int w, int h) in send_gradient_rect()
[all …]
H A Dcursor.c13 unsigned int line = 0, i, r, g, b, x, y, pixel; in cursor_parse_xpm() local
64 int x,y; in cursor_print_ascii_art() local
137 int x,y,bpl; in cursor_set_mono() local
204 int x,y,bpl; in cursor_get_mono_mask() local
H A Dvnc-enc-hextile.c30 static void hextile_enc_cord(uint8_t *ptr, int x, int y, int w, int h) in hextile_enc_cord()
47 int y, int w, int h) in vnc_hextile_send_framebuffer_update()
H A Dgtk-egl.c135 int x, int y, int w, int h) in gd_egl_update()
243 uint32_t x, uint32_t y, in gd_egl_scanout_texture()
275 uint32_t x, y, width, height, backing_width, backing_height, texture; in gd_egl_scanout_dmabuf() local
339 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_egl_scanout_flush()
407 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_egl_flush()
H A Dconsole-vc.c56 int x, y; member
155 static void vga_putcharxy(QemuConsole *s, int x, int y, int ch, in vga_putcharxy()
178 static void invalidate_xy(QemuTextConsole *s, int x, int y) in invalidate_xy()
196 int y, y1; in console_show_cursor() local
226 int x, y, y1; in console_refresh() local
384 int w1, x, y, last_width, w, h; in text_console_resize() local
561 static void vc_update_xy(VCChardev *vc, int x, int y) in vc_update_xy()
588 static void vc_clear_xy(VCChardev *vc, int x, int y) in vc_clear_xy()
627 static void vc_set_cursor(VCChardev *vc, int x, int y) in vc_set_cursor()
658 unsigned int x1, x2, y; in vc_csi_P() local
[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()
255 static int zrle_send_framebuffer_update(VncState *vs, int x, int y, in zrle_send_framebuffer_update()
346 int vnc_zrle_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_zrle_send_framebuffer_update()
352 int vnc_zywrle_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_zywrle_send_framebuffer_update()
H A Dgtk-gl-area.c149 int x, int y, int w, int h) in gd_gl_area_update()
295 uint32_t x, uint32_t y, in gd_gl_area_scanout_texture()
327 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_gl_area_scanout_flush()
345 uint32_t x, y, width, height, backing_width, backing_height, texture; in gd_gl_area_scanout_dmabuf() local
H A Dsdl2-gl.c64 int x, int y, int w, int h) in sdl2_gl_update()
207 uint32_t x, uint32_t y, in sdl2_gl_scanout_texture()
228 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in sdl2_gl_scanout_flush()
H A Ddbus-listener.c242 int x, int y, int w, int h) in dbus_call_update_gl()
332 uint32_t x, y, width, height, fourcc, backing_width, backing_height; in dbus_scanout_dmabuf_v2() local
470 uint32_t x, uint32_t y, in dbus_scanout_share_d3d_texture()
580 uint32_t x, uint32_t y, in dbus_scanout_texture()
695 uint32_t x, uint32_t y, in dbus_scanout_update()
739 int x, int y, int w, int h) in dbus_gl_gfx_update()
755 int x, int y, int w, int h) in dbus_gfx_update_sub()
815 int x, int y, int w, int h) in dbus_gfx_update()
878 int x, int y, bool on) in dbus_mouse_set()
/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/include/ui/
H A Drect.h10 int16_t y; member
16 int16_t x, int16_t y, in qemu_rect_init()
/qemu/tests/tcg/riscv64/
H A Dtest-div.c5 long x, y, q, r; member
17 unsigned long x, y, q, r; member
/qemu/tests/tcg/hexagon/
H A Dmem_noshuf.c110 int32_t x, int32_t y) in pred_lw_sw_pi()
127 int64_t x, int64_t y) in pred_ld_sd()
143 int64_t x, int64_t y) in pred_ld_sd_pi()
/qemu/linux-user/sparc/
H A Dtarget_syscall.h10 uint32_t y; member
18 abi_ulong y; member
/qemu/qobject/
H A Dqnull.c28 bool qnull_is_equal(const QObject *x, const QObject *y) in qnull_is_equal()
H A Dqobject.c56 bool qobject_is_equal(const QObject *x, const QObject *y) in qobject_is_equal()
/qemu/target/riscv/
H A Dvcrypto_helper.c33 static uint64_t clmul64(uint64_t y, uint64_t x) in clmul64()
44 static uint64_t clmulh64(uint64_t y, uint64_t x) in clmulh64()
505 #define ch(x, y, z) ((x & y) ^ ((~x) & z)) argument
507 #define maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) argument
698 static inline uint32_t ff1(uint32_t x, uint32_t y, uint32_t z) in ff1()
703 static inline uint32_t ff2(uint32_t x, uint32_t y, uint32_t z) in ff2()
708 static inline uint32_t ff_j(uint32_t x, uint32_t y, uint32_t z, uint32_t j) in ff_j()
713 static inline uint32_t gg1(uint32_t x, uint32_t y, uint32_t z) in gg1()
718 static inline uint32_t gg2(uint32_t x, uint32_t y, uint32_t z) in gg2()
723 static inline uint32_t gg_j(uint32_t x, uint32_t y, uint32_t z, uint32_t j) in gg_j()

123456