Home
last modified time | relevance | path

Searched defs:y (Results 226 – 250 of 1296) sorted by relevance

12345678910>>...52

/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()
/openbmc/linux/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64-3way.S93 #define g1g2_3(ab, cd, Tx0, Tx1, Tx2, Tx3, Ty0, Ty1, Ty2, Ty3, x, y) \ argument
117 #define enc_round_end(ab, x, y, n) \ argument
130 #define dec_round_end(ba, x, y, n) \ argument
/openbmc/linux/scripts/mod/
H A Dsumversion.c52 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) in F()
57 static inline uint32_t G(uint32_t x, uint32_t y, uint32_t z) in G()
62 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z) in H()
/openbmc/linux/arch/parisc/include/asm/
H A Dio.h204 #define outb(x, y) ({(void)(x); (void)(y); BUG(); 0;}) argument
205 #define outw(x, y) ({(void)(x); (void)(y); BUG(); 0;}) argument
206 #define outl(x, y) ({(void)(x); (void)(y); BUG(); 0;}) argument
/openbmc/linux/arch/mips/math-emu/
H A Dsp_fdp.c21 union ieee754sp y; in ieee754sp_fdp() local
H A Ddp_cmp.c12 int ieee754dp_cmp(union ieee754dp x, union ieee754dp y, int cmp, int sig) in ieee754dp_cmp()
H A Dsp_cmp.c12 int ieee754sp_cmp(union ieee754sp x, union ieee754sp y, int cmp, int sig) in ieee754sp_cmp()
/openbmc/u-boot/lib/
H A Drand.c12 static unsigned int y = 1U; variable
/openbmc/qemu/qobject/
H A Dqobject.c56 bool qobject_is_equal(const QObject *x, const QObject *y) in qobject_is_equal()
/openbmc/linux/arch/sparc/lib/
H A Dbzero.S86 #define EX_ST(x,y) \ argument
/openbmc/qemu/tests/tcg/aarch64/
H A Dtest-2248.c7 long test(long x, long y, long sh) in test()
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dtah.h83 # define tah_attach(x,y) (-ENXIO) argument
84 # define tah_detach(x,y) do { } while(0) argument
/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/linux/crypto/
H A Dsha512_generic.c43 static inline u64 Ch(u64 x, u64 y, u64 z) in Ch()
48 static inline u64 Maj(u64 x, u64 y, u64 z) in Maj()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dusdt.c19 signed char y; member
29 long y = 42; in trigger_func() local
/openbmc/linux/tools/testing/selftests/user_events/
H A Ddyn_test.c127 #define TEST_MATCH(x, y) \ argument
134 #define TEST_NMATCH(x, y) \ argument
/openbmc/linux/arch/mips/pci/
H A Dpci-lantiq.c56 #define ltq_pci_w32(x, y) ltq_w32((x), ltq_pci_membase + (y)) argument
59 #define ltq_pci_cfg_w32(x, y) ltq_w32((x), ltq_pci_mapped_cfg + (y)) argument
/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/linux/drivers/input/mouse/
H A Dhgpk.c124 static int hgpk_discard_decay_hack(struct psmouse *psmouse, int x, int y) in hgpk_discard_decay_hack()
212 int l, int r, int x, int y) in hgpk_spewing_hack()
349 int y = packet[4] | ((packet[3] & 0x70) << 3); in hgpk_process_advanced_packet() local
432 int y = ((packet[0] << 3) & 0x100) - packet[2]; in hgpk_process_simple_packet() local
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_crtc.c360 int radeon_crtc_set_base(struct drm_crtc *crtc, int x, int y, in radeon_crtc_set_base()
368 int x, int y, enum mode_set_atomic state) in radeon_crtc_set_base_atomic()
375 int x, int y, int atomic) in radeon_crtc_do_set_base()
1038 int x, int y, struct drm_framebuffer *old_fb) in radeon_crtc_mode_set()
/openbmc/linux/drivers/video/fbdev/via/
H A Dhw.h44 #define IGA2_HOR_BLANK_END_SHADOW_FORMULA(x, y) (((x+y)/8)-1) argument
48 #define IGA2_VER_BLANK_END_SHADOW_FORMULA(x, y) ((x+y)-1) argument
50 #define IGA2_VER_SYNC_END_SHADOW_FORMULA(x, y) (x+y) argument
79 #define IGA1_FETCH_COUNT_FORMULA(x, y) \ argument
86 #define IGA2_FETCH_COUNT_FORMULA(x, y) \ argument
326 #define CLE266_LCD_HOR_SCF_FORMULA(x, y) (((x-1)*1024)/(y-1)) argument
328 #define CLE266_LCD_VER_SCF_FORMULA(x, y) (((x-1)*1024)/(y-1)) argument
330 #define K800_LCD_HOR_SCF_FORMULA(x, y) (((x-1)*4096)/(y-1)) argument
332 #define K800_LCD_VER_SCF_FORMULA(x, y) (((x-1)*2048)/(y-1)) argument
/openbmc/qemu/ui/
H A Dconsole.c253 int x, int y, int w, int h) in dpy_gfx_update_texture()
548 int len, x, y, i; in qemu_create_placeholder_surface() local
626 double x, double y, in console_handle_touch_event()
797 void dpy_gfx_update(QemuConsole *con, int x, int y, int w, int h) in dpy_gfx_update()
907 void dpy_text_cursor(QemuConsole *con, int x, int y) in dpy_text_cursor()
925 void dpy_text_update(QemuConsole *con, int x, int y, int w, int h) in dpy_text_update()
961 void dpy_mouse_set(QemuConsole *c, int x, int y, bool on) in dpy_mouse_set()
1046 uint32_t x, uint32_t y, in dpy_gl_scanout_texture()
1140 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in dpy_gl_update()
/openbmc/linux/arch/x86/include/asm/
H A Dvga.h31 #define vga_writeb(x, y) (*(y) = (x)) argument
/openbmc/linux/arch/ia64/include/asm/
H A Dvga.h24 #define vga_writeb(x,y) (*(y) = (x)) argument
/openbmc/linux/include/asm-generic/
H A Dvga.h23 #define vga_writeb(x, y) (*(y) = (x)) argument

12345678910>>...52