Home
last modified time | relevance | path

Searched defs:y (Results 76 – 100 of 282) sorted by relevance

12345678910>>...12

/openbmc/u-boot/arch/riscv/include/asm/
H A Ddma-mapping.h14 #define dma_mapping_error(x, y) 0 argument
/openbmc/qemu/tests/tcg/hexagon/
H A Dmisc.c263 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()
H A Dfpstuff.c681 static inline uint64_t dfmpyll(double x, double y) in dfmpyll()
688 static inline uint64_t dfmpylh(double acc, double x, double y) in dfmpylh()
/openbmc/u-boot/common/
H A Dlcd.c337 void lcd_logo_plot(int x, int y) in lcd_logo_plot()
379 static inline void lcd_logo_plot(int x, int y) {} in lcd_logo_plot()
450 int x, y; in lcd_display_rle8_bitmap() local
559 int lcd_display_bitmap(ulong bmp_image, int x, int y) in lcd_display_bitmap()
/openbmc/qemu/ui/
H A Dsdl2.c305 int x, int y, int state) in sdl_send_mouse_event()
491 int scr_w, scr_h, surf_w, surf_h, x, y, dx, dy; in handle_mousemotion() local
528 int scr_w, scr_h, x, y; in handle_mousebutton() local
723 int x, int y, bool on) in sdl_mouse_warp()
H A Dsdl2-2d.c32 int x, int y, int w, int h) in sdl2_2d_update()
H A Dconsole.c254 int x, int y, int w, int h) in dpy_gfx_update_texture()
526 int len, x, y, i; in qemu_create_placeholder_surface() local
604 double x, double y, in console_handle_touch_event()
775 void dpy_gfx_update(QemuConsole *con, int x, int y, int w, int h) in dpy_gfx_update()
885 void dpy_text_cursor(QemuConsole *con, int x, int y) in dpy_text_cursor()
903 void dpy_text_update(QemuConsole *con, int x, int y, int w, int h) in dpy_text_update()
939 void dpy_mouse_set(QemuConsole *c, int x, int y, bool on) in dpy_mouse_set()
1024 uint32_t x, uint32_t y, in dpy_gl_scanout_texture()
1118 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in dpy_gl_update()
/openbmc/u-boot/include/linux/
H A Dtime.h24 #define isleap(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0) argument
85 int y; member
/openbmc/u-boot/include/jffs2/
H A Dload_kernel.h61 #define putLabeledWord(x, y) printf("%s %08x\n", x, (unsigned int)y) argument
62 #define led_blink(x, y, z, a) argument
/openbmc/u-boot/drivers/rtc/
H A Dmcfrtc.c20 #define isleap(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0) argument
/openbmc/qemu/include/ui/
H A Degl-helpers.h21 int y; member
/openbmc/u-boot/drivers/video/
H A Dbus_vcxk.c186 void vcxk_setpixel(int x, int y, unsigned long color) in vcxk_setpixel()
358 int vcxk_display_bitmap(ulong addr, int x, int y) in vcxk_display_bitmap()
415 int video_display_bitmap(ulong addr, int x, int y) in video_display_bitmap()
H A Dconsole_rotate.c84 static int console_putc_xy_1(struct udevice *dev, uint x_frac, uint y, char ch) in console_putc_xy_1()
208 static int console_putc_xy_2(struct udevice *dev, uint x_frac, uint y, char ch) in console_putc_xy_2()
340 static int console_putc_xy_3(struct udevice *dev, uint x_frac, uint y, char ch) in console_putc_xy_3()
H A Dvideo_bmp.c49 int x, y; in video_display_rle8_bitmap() local
190 int video_bmp_display(struct udevice *dev, ulong bmp_image, int x, int y, in video_bmp_display()
/openbmc/u-boot/include/
H A Dimage-sparse.h9 #define ROUNDUP(x, y) (((x) + ((y) - 1)) & ~((y) - 1)) argument
/openbmc/u-boot/include/cramfs/
H A Dcramfs_fs.h92 #define CRAMFS_SET_OFFSET(x,y) ((x)->offset = (y)) argument
93 #define CRAMFS_SET_NAMELEN(x,y) ((x)->namelen = (y)) argument
/openbmc/qemu/qobject/
H A Dqstring.c84 bool qstring_is_equal(const QObject *x, const QObject *y) in qstring_is_equal()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugpu.h50 uint32_t y; member
69 uint32_t y; member
78 uint32_t y; member
126 int x, y; member
/openbmc/u-boot/lib/libavb/
H A Davb_sha256.c16 #define CH(x, y, z) ((x & y) ^ (~x & z)) argument
17 #define MAJ(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) argument
H A Davb_sha512.c16 #define CH(x, y, z) ((x & y) ^ (~x & z)) argument
17 #define MAJ(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) argument
/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/
H A Ddisplay.h18 unsigned y; /* Veritical address offset (bytes) */ member
/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c539 static uint64_t pauth_autia(CPUARMState *env, uint64_t x, uint64_t y, in pauth_autia()
560 static uint64_t pauth_autib(CPUARMState *env, uint64_t x, uint64_t y, in pauth_autib()
581 static uint64_t pauth_autda(CPUARMState *env, uint64_t x, uint64_t y, in pauth_autda()
602 static uint64_t pauth_autdb(CPUARMState *env, uint64_t x, uint64_t y, in pauth_autdb()
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Dmul-subnormal-single-1.c48 float y = u2f (uy); in tstmul() local
/openbmc/qemu/tests/tcg/m68k/
H A Ddenormal.c40 long double y = test[i][1]; in main() local
/openbmc/u-boot/board/gdsys/common/
H A Dosd.c271 unsigned y; in osd_print() local
408 unsigned y; in osd_write() local
454 unsigned y; in osd_size() local

12345678910>>...12