Home
last modified time | relevance | path

Searched defs:y (Results 51 – 75 of 1294) sorted by relevance

12345678910>>...52

/openbmc/linux/crypto/
H A Drmd160.c37 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument
38 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument
39 #define F3(x, y, z) ((x | ~y) ^ z) argument
40 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
41 #define F5(x, y, z) (x ^ (y | ~z)) argument
/openbmc/linux/arch/x86/include/asm/
H A Dxor.h40 #define LD(x, y) " movaps "OFFS(x)"(%[p1]), %%xmm"#y" ;\n" argument
41 #define ST(x, y) " movaps %%xmm"#y", "OFFS(x)"(%[p1]) ;\n" argument
46 #define XO1(x, y) " xorps "OFFS(x)"(%[p2]), %%xmm"#y" ;\n" argument
47 #define XO2(x, y) " xorps "OFFS(x)"(%[p3]), %%xmm"#y" ;\n" argument
48 #define XO3(x, y) " xorps "OFFS(x)"(%[p4]), %%xmm"#y" ;\n" argument
49 #define XO4(x, y) " xorps "OFFS(x)"(%[p5]), %%xmm"#y" ;\n" argument
/openbmc/u-boot/board/gdsys/common/
H A Dosd_cmd.c22 uint x, y; in do_osd_write() local
75 uint x, y; in do_osd_print() local
106 uint x, y; in do_osd_size() local
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha1.c63 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
64 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
65 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
66 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
67 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_formats.c12 static size_t pixel_offset(const struct vkms_frame_info *frame_info, int x, int y) in pixel_offset()
32 int x, int y) in packed_pixels_addr()
39 static void *get_packed_src_addr(const struct vkms_frame_info *frame_info, int y) in get_packed_src_addr()
127 void vkms_compose_row(struct line_buffer *stage_buffer, struct vkms_plane_state *plane, int y) in vkms_compose_row()
218 const struct line_buffer *src_buffer, int y) in vkms_writeback_row()
/openbmc/linux/arch/mips/math-emu/
H A Dsp_simple.c14 union ieee754sp y; in ieee754sp_neg() local
32 union ieee754sp y; in ieee754sp_abs() local
H A Ddp_simple.c14 union ieee754dp y; in ieee754dp_neg() local
32 union ieee754dp y; in ieee754dp_abs() local
/openbmc/linux/arch/ia64/include/asm/
H A Dasmmacro.h50 # define EX(y,x...) \ argument
53 # define EXCLR(y,x...) \ argument
64 # define MCA_RECOVER_RANGE(y) \ argument
/openbmc/linux/drivers/net/mdio/
H A Dmdio-mux-mmioreg.c54 uint8_t x, y; in mdio_mux_mmioreg_switch_fn() local
66 uint16_t x, y; in mdio_mux_mmioreg_switch_fn() local
78 uint32_t x, y; in mdio_mux_mmioreg_switch_fn() local
/openbmc/linux/lib/math/
H A Dint_sqrt.c22 unsigned long b, m, y = 0; in int_sqrt() local
51 u64 b, m, y = 0; in int_sqrt64() local
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v6.h22 #define S5P_MFC_DEC_MV_SIZE_V6(x, y) (MB_WIDTH(x) * \ argument
24 #define S5P_MFC_DEC_MV_SIZE_V10(x, y) (MB_WIDTH(x) * \ argument
29 #define s5p_mfc_dec_hevc_mv_size(x, y) \ argument
/openbmc/linux/drivers/input/keyboard/
H A Dhpps2atkbd.h19 # define CONFLICT(x,y) x argument
21 # define CONFLICT(x,y) y argument
/openbmc/linux/tools/perf/bench/
H A Dmem-memcpy-x86-64-asm.S11 #define _ASM_EXTABLE_FAULT(x, y) argument
12 #define _ASM_EXTABLE(x, y) argument
/openbmc/linux/tools/include/linux/
H A Dkernel.h42 #define max(x, y) ({ \ argument
50 #define min(x, y) ({ \ argument
57 #define max_t(type, x, y) max((type)x, (type)y) argument
58 #define min_t(type, x, y) min((type)x, (type)y) argument
/openbmc/linux/arch/arm64/boot/dts/marvell/
H A Darmada-common.dtsi7 #define PASTER(x, y) x ## y argument
8 #define EVALUATOR(x, y) PASTER(x, y) argument
/openbmc/u-boot/common/
H A Dsplash.c61 void splash_get_pos(int *x, int *y) in splash_get_pos()
86 int x = 0, y = 0, ret; in lcd_splash() local
/openbmc/linux/include/trace/stages/
H A Dinit.h2 #define __app__(x, y) str__##x##y argument
3 #define __app(x, y) __app__(x, y) argument
/openbmc/linux/scripts/kconfig/lxdialog/
H A Dchecklist.c53 int y, int x, int height) in print_arrows()
91 int y = height - 2; in print_buttons() local
107 int i, x, y, box_x, box_y; in dialog_checklist() local
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dchecklist.c53 int y, int x, int height) in print_arrows()
91 int y = height - 2; in print_buttons() local
107 int i, x, y, box_x, box_y; in dialog_checklist() local
/openbmc/linux/drivers/input/
H A Dtouchscreen.c150 unsigned int *x, unsigned int *y) in touchscreen_apply_prop_to_x_y()
175 unsigned int x, unsigned int y) in touchscreen_set_mt_pos()
197 unsigned int x, unsigned int y, in touchscreen_report_pos()
/openbmc/linux/arch/sparc/lib/
H A DU3copy_from_user.S7 #define EX_LD(x,y) \ argument
15 #define EX_LD_FP(x,y) \ argument
H A DM7copy_from_user.S8 #define EX_LD(x, y) \ argument
16 #define EX_LD_FP(x, y) \ argument
H A DNG4copy_from_user.S7 #define EX_LD(x, y) \ argument
15 #define EX_LD_FP(x,y) \ argument
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Drgmii.h69 # define rgmii_attach(x,y,z) (-ENXIO) argument
70 # define rgmii_detach(x,y) do { } while(0) argument
73 # define rgmii_set_speed(x,y,z) do { } while(0) argument
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h103 # 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

12345678910>>...52