| /openbmc/qemu/qobject/ |
| H A D | qobject.c | 56 bool qobject_is_equal(const QObject *x, const QObject *y) in qobject_is_equal()
|
| H A D | qbool.c | 45 bool qbool_is_equal(const QObject *x, const QObject *y) in qbool_is_equal()
|
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | fnmsub.c | 13 union U y = { .l = 0x2ff0000000000000ULL }; variable
|
| /openbmc/qemu/ui/ |
| H A D | dbus-listener.c | 242 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()
|
| H A D | spice-display.c | 197 int y, yoff1, yoff2, x, xoff, blk, bw; in qemu_spice_create_update() local 375 int x, int y, int w, int h) in qemu_spice_display_update() 477 int x, y; in qemu_spice_cursor_refresh_bh() local 735 int x, int y, int w, int h) in display_update() 755 int x, int y, bool on) in display_mouse_set() 800 int x, int y, int w, int h) in qemu_spice_gl_monitor_config() 849 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in spice_gl_draw() 888 int x, int y, int w, int h) in spice_gl_update() 1085 uint32_t x, uint32_t y, in qemu_spice_gl_scanout_texture() 1233 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in qemu_spice_gl_update()
|
| H A D | qemu-pixman.c | 204 int width, int x, int y) in qemu_pixman_linebuf_fill() 236 int x, y; in qemu_pixman_glyph_from_vgafont() local 256 int x, int y, int cw, int ch) in qemu_pixman_glyph_render()
|
| H A D | dbus-console.c | 85 int x, int y, int w, int h) in dbus_gfx_update() 100 uint32_t x, uint32_t y, in dbus_gl_scanout_texture() 125 uint32_t x, uint32_t y, in dbus_gl_scanout_update() 407 double x, double y) in dbus_touch_send_event() 446 guint x, guint y) in dbus_mouse_set_pos()
|
| H A D | vnc.c | 672 vnc_set_area_dirty(s->dirty, vd, x, y, w, h); in vnc_framebuffer_update() argument 664 vnc_dpy_update(DisplayChangeListener * dcl,int x,int y,int w,int h) vnc_dpy_update() argument 777 vnc_server_fb_ptr(VncDisplay * vd,int x,int y) vnc_server_fb_ptr() argument 935 vnc_raw_send_framebuffer_update(VncState * vs,int x,int y,int w,int h) vnc_raw_send_framebuffer_update() argument 950 vnc_send_framebuffer_update(VncState * vs,VncWorker * worker,int x,int y,int w,int h) vnc_send_framebuffer_update() argument 983 vnc_mouse_set(DisplayChangeListener * dcl,int x,int y,bool visible) vnc_mouse_set() argument 1042 find_and_clear_dirty_height(VncState * vs,int y,int last_x,int x,int height) find_and_clear_dirty_height() argument 1147 int y; vnc_update_client() local 1783 pointer_event(VncState * vs,int button_mask,int x,int y) pointer_event() argument 2067 framebuffer_update_request(VncState * vs,int incremental,int x,int y,int w,int h) framebuffer_update_request() argument 2997 vnc_stat_rect(VncDisplay * vd,int x,int y) vnc_stat_rect() argument 3004 vnc_sent_lossy_rect(VncWorker * worker,int x,int y,int w,int h) vnc_sent_lossy_rect() argument 3020 vnc_refresh_lossy_rect(VncDisplay * vd,int x,int y) vnc_refresh_lossy_rect() argument 3061 int x, y; vnc_update_stats() local 3112 vnc_update_freq(VncState * vs,int x,int y,int w,int h) vnc_update_freq() argument 3135 vnc_rect_updated(VncDisplay * vd,int x,int y,struct timeval * tv) vnc_rect_updated() argument 3154 int cmp_bytes, server_stride, line_bytes, guest_ll, guest_stride, y = 0; vnc_refresh_server_surface() local [all...] |
| H A D | egl-headless.c | 30 int x, int y, int w, int h) in egl_gfx_update() 63 uint32_t x, uint32_t y, in egl_scanout_texture() 143 uint32_t x, uint32_t y, in egl_scanout_flush()
|
| /openbmc/u-boot/fs/zfs/ |
| H A D | zfs_sha256.c | 49 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 50 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument
|
| /openbmc/u-boot/common/ |
| H A D | lcd_console_rotation.c | 11 static void lcd_putc_xy90(struct console_t *pcons, ushort x, ushort y, char c) in lcd_putc_xy90() 64 static void lcd_putc_xy180(struct console_t *pcons, ushort x, ushort y, char c) in lcd_putc_xy180() 113 static void lcd_putc_xy270(struct console_t *pcons, ushort x, ushort y, char c) in lcd_putc_xy270()
|
| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | util.c | 341 void end_dialog(int x, int y) in end_dialog() 369 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() 464 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 498 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
|
| /openbmc/u-boot/api/ |
| H A D | api_display.c | 42 int display_draw_bitmap(ulong bitmap, int x, int y) in display_draw_bitmap()
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 187 def draw_text(ctx, text, color, x, y): argument 202 def draw_legend_box(ctx, label, fill_color, x, y, s): argument 207 def draw_legend_line(ctx, label, fill_color, x, y, s): argument 213 def draw_label_in_box(ctx, color, label, x, y, w, maxx): argument 875 def draw_processes_recursively(ctx, proc, proc_tree, y, proc_h, rect, clip) : argument 907 def draw_process_activity_colors(ctx, proc, proc_tree, x, y, w, proc_h, rect, clip): argument 943 def draw_process_connecting_lines(ctx, px, py, x, y, proc_h): argument
|
| /openbmc/qemu/tests/tcg/aarch64/ |
| H A D | pauth-4.c | 25 uintptr_t in, x, y; in main() local
|
| /openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/ |
| H A D | gpio_grp.h | 37 #define LPC32XX_GPIO(x, y) ((x) + (y)) argument
|
| /openbmc/u-boot/cmd/ |
| H A D | bmp.c | 114 int x = 0, y = 0; in do_bmp_display() local 233 int bmp_display(ulong addr, int x, int y) in bmp_display()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | rtc-test.c | 318 static void set_datetime_bcd(int h, int min, int s, int d, int m, int y) in set_datetime_bcd() 329 static void set_datetime_dec(int h, int min, int s, int d, int m, int y) in set_datetime_dec() 340 static void set_datetime(int mode, int h, int min, int s, int d, int m, int y) in set_datetime() 360 #define assert_datetime_bcd(h, min, s, d, m, y) \ argument
|
| /openbmc/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | mv_ddr_common.c | 15 unsigned int ceil_div(unsigned int x, unsigned int y) in ceil_div()
|
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | dual_stores.c | 30 static inline void dual_stores(int32_t *p, int8_t *q, int32_t x, int8_t y) in dual_stores()
|
| H A D | misc.c | 263 static int64_t creg_pair(int32_t x, int32_t y) in creg_pair() 274 static int64_t decbin(int64_t x, int64_t y, bool *pred) in decbin() 374 static inline int32_t dpmpyss_rnd_s0(int32_t x, int32_t y) in dpmpyss_rnd_s0()
|
| /openbmc/u-boot/board/synopsys/hsdk/ |
| H A D | clk-lib.c | 13 #define ceil(x, y) ({ ulong __x = (x), __y = (y); (__x + __y - 1) / __y; }) argument
|
| /openbmc/u-boot/drivers/rtc/ |
| H A D | rtc-lib.c | 21 #define LEAPS_THRU_END_OF(y) ((y) / 4 - (y) / 100 + (y) / 400) argument
|
| /openbmc/ipmitool/src/plugins/lan/ |
| H A D | md5.c | 202 #define F(x, y, z) (((x) & (y)) | (~(x) & (z))) in md5_process() argument 228 #define G(x, y, z) (((x) & (z)) | ((y) & ~(z))) in md5_process() argument 254 #define H(x, y, z) ((x) ^ (y) ^ (z)) in md5_process() argument 280 #define I(x, y, z) ((y) ^ ((x) | ~(z))) in md5_process() argument
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | dma-mapping.h | 12 #define dma_mapping_error(x, y) 0 argument
|