Home
last modified time | relevance | path

Searched defs:y (Results 126 – 150 of 1296) sorted by relevance

12345678910>>...52

/openbmc/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()
/openbmc/qemu/ui/
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 Ddbus-listener.c225 int x, int y, int w, int h) in dbus_call_update_gl()
373 uint32_t x, uint32_t y, in dbus_scanout_share_d3d_texture()
438 uint32_t x, uint32_t y, in dbus_scanout_texture()
552 uint32_t x, uint32_t y, in dbus_scanout_update()
596 int x, int y, int w, int h) in dbus_gl_gfx_update()
612 int x, int y, int w, int h) in dbus_gfx_update_sub()
672 int x, int y, int w, int h) in dbus_gfx_update()
729 int x, int y, bool on) in dbus_mouse_set()
/openbmc/linux/arch/mips/include/asm/mach-lantiq/
H A Dlantiq.h22 #define ltq_ebu_w32(x, y) ltq_w32((x), ltq_ebu_membase + (y)) argument
24 #define ltq_ebu_w32_mask(x, y, z) \ argument
/openbmc/linux/scripts/kconfig/lxdialog/
H A Dinputbox.c19 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 Dutil.c341 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/scripts/kconfig/lxdialog/
H A Dinputbox.c19 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 Dutil.c341 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/qemu/tests/tcg/riscv64/
H A Dtest-div.c5 long x, y, q, r; member
17 unsigned long x, y, q, r; member
/openbmc/qemu/include/ui/
H A Drect.h10 int16_t y; member
16 int16_t x, int16_t y, in qemu_rect_init()
/openbmc/u-boot/lib/
H A Dsha1.c107 #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
/openbmc/linux/arch/ia64/kernel/
H A Dentry.h14 # define PASTE2(x,y) x##y argument
15 # define PASTE(x,y) PASTE2(x,y) argument
/openbmc/linux/arch/mips/include/asm/mach-lantiq/falcon/
H A Dlantiq_soc.h50 #define ltq_ebu_w32(x, y) ltq_w32((x), ltq_ebu_membase + (y)) argument
53 #define ltq_sys1_w32(x, y) ltq_w32((x), ltq_sys1_membase + (y)) argument
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dclk.h24 #define SET_PRE_RATIO(x, y) ((y & 0xff) << ((x << 4) + 8)) argument
25 #define SET_RATIO(x, y) ((y & 0xf) << (x << 4)) argument
/openbmc/sdbusplus/example/
H A Dcalculator-aserver.cpp14 auto method_call(multiply_t, auto x, auto y) in method_call()
22 auto y) -> sdbusplus::async::task<divide_t::return_type> in method_call()
/openbmc/linux/crypto/
H A Dstreebog_generic.c852 const struct streebog_uint512 *y, in streebog_xor()
866 const struct streebog_uint512 *y, in streebog_xlps()
934 const struct streebog_uint512 *y, in streebog_add512()
/openbmc/linux/drivers/macintosh/ams/
H A Dams-input.c30 s8 x, y, z; in ams_idev_poll() local
53 s8 x, y, z; in ams_input_enable() local
/openbmc/linux/lib/
H A Dextable.c29 struct exception_table_entry *x = a, *y = b, tmp; in swap_ex() local
53 const struct exception_table_entry *x = a, *y = b; in cmp_ex_sort() local
/openbmc/qemu/hw/display/
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
/openbmc/linux/include/scsi/fc/
H A Dfc_encaps.h49 #define FC_XY(x, y) ((((x) & 0xff) << 8) | ((y) & 0xff)) argument
50 #define FC_XYXY(x, y) ((FCIP_XY(x, y) << 16) | FCIP_XY(x, y)) argument
51 #define FC_XYNN(x, y) (FCIP_XYXY(x, y) ^ 0xffff) argument
/openbmc/linux/arch/alpha/include/asm/
H A Dmmu_context.h219 # define activate_mm(x,y) alpha_mv.mv_activate_mm((x),(y)) argument
223 # define activate_mm(x,y) ev4_activate_mm((x),(y)) argument
226 # define activate_mm(x,y) ev5_activate_mm((x),(y)) argument
/openbmc/linux/include/linux/
H A Dmath64.h12 #define div64_long(x, y) div64_s64((x), (y)) argument
13 #define div64_ul(x, y) div64_u64((x), (y)) argument
86 #define div64_long(x, y) div_s64((x), (y)) argument
87 #define div64_ul(x, y) div_u64((x), (y)) argument
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_render_cl.c102 uint8_t x, uint8_t y) in vc4_full_res_offset()
116 uint32_t x, uint32_t y) in vc4_tile_coordinates()
125 uint8_t x, uint8_t y, bool first, bool last) in emit_tile()
366 int y = positive_y ? min_y_tile + yi : max_y_tile - yi; in vc4_create_rcl_bo() local
/openbmc/linux/drivers/platform/x86/
H A Dhdaps.c167 int *x, int *y) in __hdaps_read_pair()
264 int x, y; in hdaps_device_init() local
323 int x, y; in hdaps_mousedev_poll() local
344 int ret, x, y; in hdaps_position_show() local
356 int ret, x, y; in hdaps_variance_show() local
/openbmc/linux/scripts/kconfig/
H A Dnconf.gui.c120 void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs) in print_in_middle()
167 int x, y; in fill_window() local
206 int i, x, y; in btn_dialog() local
318 int i, x, y, lines, columns, win_lines, win_cols; in dialog_inputbox() local
514 int x, y, lines, columns; in show_scroll_win_ext() local

12345678910>>...52