Home
last modified time | relevance | path

Searched defs:y (Results 26 – 50 of 1296) sorted by relevance

12345678910>>...52

/openbmc/linux/include/linux/
H A Dmath.h15 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) argument
25 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) argument
35 #define round_down(x, y) ((x) & ~__round_mask(x, y)) argument
59 #define roundup(x, y) ( \ argument
73 #define rounddown(x, y) ( \ argument
/openbmc/qemu/ui/
H A Dvnc-enc-tight.c141 int x, y, d, dx; in tight_detect_smooth_image24() local
420 static int tight_fill_palette(VncState *vs, int x, int y, in tight_fill_palette()
558 int x, y, c; in tight_filter_gradient24() local
676 check_solid_tile32(VncState *vs, int x, int y, int w, int h, in check_solid_tile32()
962 static int send_mono_rect(VncState *vs, int x, int y, in send_mono_rect()
1077 static int send_palette_rect(VncState *vs, int x, int y, in send_palette_rect()
1291 static int send_png_rect(VncState *vs, int x, int y, int w, int h, in send_png_rect()
1470 static int send_sub_rect(VncState *vs, int x, int y, int w, int h) in send_sub_rect()
1565 static int find_large_solid_color_rect(VncState *vs, int x, int y, in find_large_solid_color_rect()
1647 static int tight_send_framebuffer_update(VncState *vs, int x, int y, in tight_send_framebuffer_update()
[all …]
H A Dcursor.c13 unsigned int line = 0, i, r, g, b, x, y, pixel; in cursor_parse_xpm() local
64 int x,y; in cursor_print_ascii_art() local
137 int x,y,bpl; in cursor_set_mono() local
204 int x,y,bpl; in cursor_get_mono_image() local
228 int x,y,bpl; in cursor_get_mono_mask() local
/openbmc/linux/tools/thermal/tmon/
H A Dtui.c24 #define min(x, y) ({ \ argument
30 #define max(x, y) ({ \ argument
201 int i, j, x, y = 0; in show_cooling_device() local
278 int j, x = 0, y = 0; in show_dialogue() local
315 void write_dialogue_win(char *buf, int y, int x) in write_dialogue_win()
524 static void draw_hbar(WINDOW *win, int y, int start, int len, unsigned long ptn, in draw_hbar()
549 static void draw_tp_line(int tz, int y) in draw_tp_line()
584 int y = 0; in show_data_w() local
/openbmc/linux/arch/x86/include/asm/
H A Dxor_32.h14 #define LD(x, y) " movq 8*("#x")(%1), %%mm"#y" ;\n" argument
15 #define ST(x, y) " movq %%mm"#y", 8*("#x")(%1) ;\n" argument
16 #define XO1(x, y) " pxor 8*("#x")(%2), %%mm"#y" ;\n" argument
17 #define XO2(x, y) " pxor 8*("#x")(%3), %%mm"#y" ;\n" argument
18 #define XO3(x, y) " pxor 8*("#x")(%4), %%mm"#y" ;\n" argument
19 #define XO4(x, y) " pxor 8*("#x")(%5), %%mm"#y" ;\n" argument
/openbmc/linux/crypto/
H A Dmd5.c32 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
33 #define F2(x, y, z) F1(z, x, y) argument
34 #define F3(x, y, z) (x ^ y ^ z) argument
35 #define F4(x, y, z) (y ^ (x | ~z)) argument
37 #define MD5STEP(f, w, x, y, z, in, s) \ argument
H A Dtea.c59 u32 y, z, n, sum = 0; in tea_encrypt() local
87 u32 y, z, n, sum; in tea_decrypt() local
132 u32 y, z, sum = 0; in xtea_encrypt() local
153 u32 y, z, sum; in xtea_decrypt() local
176 u32 y, z, sum = 0; in xeta_encrypt() local
197 u32 y, z, sum; in xeta_decrypt() local
/openbmc/u-boot/lib/
H A Dmd5.c168 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
169 #define F2(x, y, z) F1(z, x, y) argument
170 #define F3(x, y, z) (x ^ y ^ z) argument
171 #define F4(x, y, z) (y ^ (x | ~z)) argument
174 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/openbmc/linux/arch/sparc/lib/
H A DU3memcpy.S27 #define EX_LD(x,y) x argument
30 #define EX_LD_FP(x,y) x argument
34 #define EX_ST(x,y) x argument
37 #define EX_ST_FP(x,y) x argument
H A DNG4memcpy.S51 #define EX_LD(x,y) x argument
54 #define EX_LD_FP(x,y) x argument
58 #define EX_ST(x,y) x argument
61 #define EX_ST_FP(x,y) x argument
/openbmc/qemu/hw/display/
H A Dcirrus_vga_rop.h85 int x,y; in glue() local
111 int x,y; in glue() local
134 int x,y; in glue() local
163 int x,y; in glue() local
187 int x,y; in glue() local
216 int x,y; in glue() local
H A Dcirrus_vga_rop2.h49 int x, y, pattern_y, pattern_pitch, pattern_x; in glue() local
106 int x, y; in glue() local
156 int x, y; in glue() local
191 int x, y, bitpos, pattern_y; in glue() local
236 int x, y, bitpos, pattern_y; in glue() local
269 int x, y; in glue() local
/openbmc/u-boot/drivers/serial/
H A Dns16550.c26 #define serial_out(x, y) outb(x, (ulong)y) argument
27 #define serial_in(y) inb((ulong)y) argument
29 #define serial_out(x, y) out_be32(y, x) argument
30 #define serial_in(y) in_be32(y) argument
32 #define serial_out(x, y) out_le32(y, x) argument
33 #define serial_in(y) in_le32(y) argument
35 #define serial_out(x, y) writeb(x, y) argument
36 #define serial_in(y) readb(y) argument
/openbmc/linux/net/ceph/crush/
H A Dhash.c32 __u32 y = 1232; in crush_hash32_rjenkins1() local
42 __u32 y = 1232; in crush_hash32_rjenkins1_2() local
53 __u32 y = 1232; in crush_hash32_rjenkins1_3() local
66 __u32 y = 1232; in crush_hash32_rjenkins1_4() local
81 __u32 y = 1232; in crush_hash32_rjenkins1_5() local
/openbmc/linux/arch/alpha/lib/
H A Ddivide.S62 #define DIV_ONLY(x,y...) x,##y argument
63 #define MOD_ONLY(x,y...) argument
70 #define DIV_ONLY(x,y...) argument
71 #define MOD_ONLY(x,y...) x,##y argument
H A Dev6-divide.S72 #define DIV_ONLY(x,y...) x,##y argument
73 #define MOD_ONLY(x,y...) argument
80 #define DIV_ONLY(x,y...) argument
81 #define MOD_ONLY(x,y...) x,##y argument
/openbmc/linux/fs/fscache/
H A Dmain.c41 #define HASH_MIX(x, y, a) \ argument
47 static inline unsigned int fold_hash(unsigned long x, unsigned long y) in fold_hash()
62 unsigned int a, x = 0, y = salt, n = len / sizeof(__le32); in fscache_hash() local
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5249.h18 #define mbar_writeLong(x,y) *((volatile unsigned long *) (CONFIG_SYS_MBAR + x)) = y argument
19 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y argument
20 #define mbar_writeByte(x,y) *((volatile unsigned char *) (CONFIG_SYS_MBAR + x)) = y argument
22 #define mbar2_writeLong(x,y) *((volatile unsigned long *) (CONFIG_SYS_MBAR2 + x)) = y argument
23 #define mbar2_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR2 + x)) = y argument
24 #define mbar2_writeByte(x,y) *((volatile unsigned char *) (CONFIG_SYS_MBAR2 + x)) = y argument
/openbmc/qemu/hw/input/
H A Dads7846.c55 #define ADS_XPOS(x, y) (X_AXIS_MIN + ((X_AXIS_DMAX * (x)) >> 15)) in OBJECT_DECLARE_SIMPLE_TYPE() argument
56 #define ADS_YPOS(x, y) (Y_AXIS_MIN + ((Y_AXIS_DMAX * (y)) >> 15)) in OBJECT_DECLARE_SIMPLE_TYPE() argument
57 #define ADS_Z1POS(x, y) 600 in OBJECT_DECLARE_SIMPLE_TYPE() argument
58 #define ADS_Z2POS(x, y) (600 + 6000 / ADS_XPOS(x, y)) in OBJECT_DECLARE_SIMPLE_TYPE() argument
100 int x, int y, int z, int buttons_state) in ads7846_ts_event()
/openbmc/linux/lib/crypto/
H A Daes.c94 u32 y = w & 0x80808080; in mul_by_x() local
103 u32 y = w & 0x80808080; in mul_by_x2() local
120 u32 y = mul_by_x(x) ^ ror32(x, 16); in mix_columns() local
142 u32 y = mul_by_x2(x); in inv_mix_columns() local
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h6 #define SHADOW_FIELD_RO(x, y) argument
9 #define SHADOW_FIELD_RW(x, y) argument
/openbmc/linux/arch/mips/math-emu/
H A Dsp_fmin.c18 union ieee754sp ieee754sp_fmin(union ieee754sp x, union ieee754sp y) in ieee754sp_fmin()
144 union ieee754sp ieee754sp_fmina(union ieee754sp x, union ieee754sp y) in ieee754sp_fmina()
H A Dsp_fmax.c18 union ieee754sp ieee754sp_fmax(union ieee754sp x, union ieee754sp y) in ieee754sp_fmax()
144 union ieee754sp ieee754sp_fmaxa(union ieee754sp x, union ieee754sp y) in ieee754sp_fmaxa()
H A Ddp_fmin.c18 union ieee754dp ieee754dp_fmin(union ieee754dp x, union ieee754dp y) in ieee754dp_fmin()
144 union ieee754dp ieee754dp_fmina(union ieee754dp x, union ieee754dp y) in ieee754dp_fmina()
H A Ddp_fmax.c18 union ieee754dp ieee754dp_fmax(union ieee754dp x, union ieee754dp y) in ieee754dp_fmax()
144 union ieee754dp ieee754dp_fmaxa(union ieee754dp x, union ieee754dp y) in ieee754dp_fmaxa()

12345678910>>...52