Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 146) 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.h449 static inline bool sadd32_overflow(int32_t x, int32_t y, int32_t *ret) in sadd32_overflow()
462 static inline bool sadd64_overflow(int64_t x, int64_t y, int64_t *ret) in sadd64_overflow()
475 static inline bool uadd32_overflow(uint32_t x, uint32_t y, uint32_t *ret) in uadd32_overflow()
488 static inline bool uadd64_overflow(uint64_t x, uint64_t y, uint64_t *ret) in uadd64_overflow()
502 static inline bool ssub32_overflow(int32_t x, int32_t y, int32_t *ret) in ssub32_overflow()
516 static inline bool ssub64_overflow(int64_t x, int64_t y, int64_t *ret) in ssub64_overflow()
530 static inline bool usub32_overflow(uint32_t x, uint32_t y, uint32_t *ret) in usub32_overflow()
544 static inline bool usub64_overflow(uint64_t x, uint64_t y, uint64_t *ret) in usub64_overflow()
557 static inline bool smul32_overflow(int32_t x, int32_t y, int32_t *ret) in smul32_overflow()
570 static inline bool smul64_overflow(int64_t x, int64_t y, int64_t *ret) in smul64_overflow()
[all …]
/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()
962 static int send_mono_rect(VncState *vs, int x, int y, in send_mono_rect()
1077 static int send_palette_rect(VncState *vs, int x, int y, in send_palette_rect()
1291 static int send_png_rect(VncState *vs, int x, int y, int w, int h, in send_png_rect()
1470 static int send_sub_rect(VncState *vs, int x, int y, int w, int h) in send_sub_rect()
1565 static int find_large_solid_color_rect(VncState *vs, int x, int y, in find_large_solid_color_rect()
1647 static int tight_send_framebuffer_update(VncState *vs, int x, int y, in tight_send_framebuffer_update()
[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_image() local
228 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 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-egl.c129 int x, int y, int w, int h) in gd_egl_update()
235 uint32_t x, uint32_t y, in gd_egl_scanout_texture()
319 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_egl_scanout_flush()
361 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_egl_flush()
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 Dqemu-pixman.c202 int width, int x, int y) in qemu_pixman_linebuf_fill()
234 int x, y; in qemu_pixman_glyph_from_vgafont() local
254 int x, int y, int cw, int ch) in qemu_pixman_glyph_render()
H A Dconsole-vc.c54 int x, y; member
152 static void vga_putcharxy(QemuConsole *s, int x, int y, int ch, in vga_putcharxy()
175 static void invalidate_xy(QemuTextConsole *s, int x, int y) in invalidate_xy()
193 int y, y1; in console_show_cursor() local
223 int x, y, y1; in console_refresh() local
381 int w1, x, y, last_width, w, h; in text_console_resize() local
558 static void vc_update_xy(VCChardev *vc, int x, int y) in vc_update_xy()
585 static void vc_clear_xy(VCChardev *vc, int x, int y) in vc_clear_xy()
625 static void vc_set_cursor(VCChardev *vc, int x, int y) in vc_set_cursor()
650 int x, y; in vc_putchar() local
/qemu/hw/input/
H A Dads7846.c55 #define ADS_XPOS(x, y) (X_AXIS_MIN + ((X_AXIS_DMAX * (x)) >> 15)) in OBJECT_DECLARE_SIMPLE_TYPE() argument
56 #define ADS_YPOS(x, y) (Y_AXIS_MIN + ((Y_AXIS_DMAX * (y)) >> 15)) in OBJECT_DECLARE_SIMPLE_TYPE() argument
57 #define ADS_Z1POS(x, y) 600 in OBJECT_DECLARE_SIMPLE_TYPE() argument
58 #define ADS_Z2POS(x, y) (600 + 6000 / ADS_XPOS(x, y)) in OBJECT_DECLARE_SIMPLE_TYPE() argument
100 int x, int y, int z, int buttons_state) in ads7846_ts_event()
/qemu/scripts/
H A Dcocci-macro-file.h32 #define cat(x,y) x ## y argument
33 #define cat2(x,y) cat(x,y) argument
39 #define xglue(x, y) x ## y argument
40 #define glue(x, y) xglue(x, y) argument
/qemu/tests/tcg/riscv64/
H A Dtest-div.c5 long x, y, q, r; member
17 unsigned long x, y, q, r; member
/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/cris/bare/
H A Dcheck_clrjmp1.s35 y: label
H A Dcheck_movemrv32.s8 y: label
H A Dcheck_ret.s13 y: label
/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/tests/tcg/cris/libc/
H A Dcheck_gcctorture_pr28634-1.c6 int y = 1; variable

123456