| /openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | debug.h | 103 # define ERR_PRINTF2(x, y) printf(x, y) argument 110 # define DECODE_PRINTF2(x,y) if (DEBUG_DECODE()) \ argument 123 #define SAVE_IP_CS(x,y) \ argument 132 # define DECODE_PRINTF2(x,y) argument 133 # define SAVE_IP_CS(x,y) argument
|
| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | inputbox.c | 19 int y = height - 2; in print_buttons() local 34 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
|
| H A D | menubox.c | 98 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() 145 int y = height - 2; in print_buttons() local 174 int i, j, x, y, box_x, box_y; in dialog_menu() local
|
| /openbmc/qemu/tests/tcg/riscv64/ |
| H A D | test-div.c | 5 long x, y, q, r; member 17 unsigned long x, y, q, r; member
|
| /openbmc/qemu/include/ui/ |
| H A D | rect.h | 10 int16_t y; member 16 int16_t x, int16_t y, in qemu_rect_init()
|
| /openbmc/qemu/ui/ |
| H A D | gtk-egl.c | 135 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 D | console-vc.c | 56 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 D | gtk-gl-area.c | 149 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 D | sdl2-gl.c | 64 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 D | vnc-enc-zrle.c | 55 int x, int y, int w, int h, int bpp) in zrle_convert_fb() 256 int x, int y, int w, int h) in zrle_send_framebuffer_update() 347 int x, int y, int w, int h) in vnc_zrle_send_framebuffer_update() 354 int x, int y, int w, int h) in vnc_zywrle_send_framebuffer_update()
|
| /openbmc/sdbusplus/example/ |
| H A D | calculator-aserver.cpp | 14 auto method_call(multiply_t, auto x, auto y) in method_call() 21 auto method_call(divide_t, auto x, auto y) in method_call()
|
| /openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
| H A D | clk.h | 24 #define SET_PRE_RATIO(x, y) ((y & 0xff) << ((x << 4) + 8)) argument 25 #define SET_RATIO(x, y) ((y & 0xf) << (x << 4)) argument
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_bitblt.c | 32 static void ellipse(efi_uintn_t x, efi_uintn_t y, in ellipse() 47 static void rectangle(efi_uintn_t x, efi_uintn_t y, in rectangle() 104 efi_uintn_t x, y; in setup() local
|
| /openbmc/qemu/hw/display/ |
| H A D | ati_2d.c | 157 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
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | nconf.gui.c | 154 { int length, x, y; in print_in_middle() local 217 int x, y; in fill_window() local 256 int i, x, y; in btn_dialog() local 368 int i, x, y, lines, columns, win_lines, win_cols; in dialog_inputbox() local 556 int x, y, lines, columns; in show_scroll_win() local
|
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | mem_noshuf.c | 110 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()
|
| /openbmc/u-boot/cmd/ |
| H A D | osd.c | 86 uint x, y; in do_osd_write() local 137 uint x, y; in do_osd_print() local 167 uint x, y; in do_osd_size() local
|
| /openbmc/qemu/linux-user/sparc/ |
| H A D | target_syscall.h | 10 uint32_t y; member 18 abi_ulong y; member
|
| /openbmc/u-boot/include/linux/ |
| H A D | math64.h | 10 #define div64_long(x, y) div64_s64((x), (y)) argument 11 #define div64_ul(x, y) div64_u64((x), (y)) argument 61 #define div64_long(x, y) div_s64((x), (y)) argument 62 #define div64_ul(x, y) div_u64((x), (y)) argument
|
| /openbmc/qemu/qobject/ |
| H A D | qnull.c | 28 bool qnull_is_equal(const QObject *x, const QObject *y) in qnull_is_equal()
|
| H A D | qobject.c | 56 bool qobject_is_equal(const QObject *x, const QObject *y) in qobject_is_equal()
|
| /openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
| H A D | gpio.h | 215 #define at91_set_GPIO_periph(x, y) \ argument 217 #define at91_set_A_periph(x, y) \ argument 219 #define at91_set_B_periph(x, y) \ argument 221 #define at91_set_gpio_deglitch(x, y) \ argument 223 #define at91_set_gpio_output(x, y) \ argument 225 #define at91_set_gpio_input(x, y) \ argument 229 #define at91_set_gpio_value(x, y) \ argument
|
| /openbmc/u-boot/lib/ |
| H A D | sha1.c | 107 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() argument 134 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument 161 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() argument 188 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument
|
| H A D | rand.c | 12 static unsigned int y = 1U; variable
|
| /openbmc/qemu/tests/tcg/aarch64/ |
| H A D | test-2248.c | 7 long test(long x, long y, long sh) in test()
|