Home
last modified time | relevance | path

Searched defs:y1 (Results 1 – 25 of 58) sorted by relevance

123

/Linux-v5.4/arch/sparc/include/asm/
Dsfp-machine_32.h78 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
93 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
108 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
133 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
158 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) __FP_FRAC_SUB_3(x2,x1,x0,x2,x1,x0,y2,y1,y0) argument
160 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) __FP_FRAC_SUB_4(x3,x2,x1,x0,x3,x2,x1,x0,y3,y2,y1,y… argument
/Linux-v5.4/include/math-emu/
Dop-4.h516 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
580 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) \ argument
589 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) \ argument
/Linux-v5.4/arch/x86/crypto/
Dcamellia-aesni-avx-asm_64.S213 #define two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
245 #define enc_rounds16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
254 #define dec_rounds16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
483 #define inpack16_pre(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
506 #define inpack16_post(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
529 #define outunpack16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, \ argument
556 #define write_output(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
Dcamellia-aesni-avx2-asm_64.S247 #define two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
279 #define enc_rounds32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
288 #define dec_rounds32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
517 #define inpack32_pre(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
540 #define inpack32_post(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
563 #define outunpack32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, \ argument
590 #define write_output(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
Dsha256-avx-asm.S115 y1 = %r14d define
Dsha256-ssse3-asm.S107 y1 = %r14d define
Dsha512-avx2-asm.S97 y1 = %r14 define
Dpoly1305-avx2-x86_64.S43 #define y1 0x2c(%r8) macro
Dsha256-avx2-asm.S112 y1 = %r14d define
/Linux-v5.4/kernel/time/
Dtimeconv.c50 static long leaps_between(long y1, long y2) in leaps_between()
/Linux-v5.4/drivers/video/fbdev/
Dxen-fbfront.c45 int x1, y1, x2, y2; /* dirty rectangle, member
141 int x1, int y1, int w, int h) in xenfb_refresh()
190 int y1, y2, miny, maxy; in xenfb_deferred_io() local
Dtridentfb.c355 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in blade_copy_rect()
443 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in xp_copy_rect()
517 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in image_copy_rect()
582 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in tgui_copy_rect()
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c62 unsigned y1; member
268 unsigned x1, unsigned y1, in vmw_fb_dirty_mark()
328 int y1, y2; in vmw_deferred_io() local
/Linux-v5.4/include/drm/
Ddrm_rect.h42 int x1, y1, x2, y2; member
/Linux-v5.4/drivers/gpu/drm/selftests/
Dtest-drm_damage_helper.c12 static void set_plane_src(struct drm_plane_state *state, int x1, int y1, int x2, in set_plane_src()
21 static void set_damage_clip(struct drm_mode_rect *r, int x1, int y1, int x2, in set_damage_clip()
44 int x1, int y1, int x2, int y2) in check_damage_clip()
/Linux-v5.4/crypto/
Decc.c947 static void ecc_point_double_jacobian(u64 *x1, u64 *y1, u64 *z1, in ecc_point_double_jacobian()
1010 static void apply_z(u64 *x1, u64 *y1, u64 *z, u64 *curve_prime, in apply_z()
1022 static void xycz_initial_double(u64 *x1, u64 *y1, u64 *x2, u64 *y2, in xycz_initial_double()
1048 static void xycz_add(u64 *x1, u64 *y1, u64 *x2, u64 *y2, u64 *curve_prime, in xycz_add()
1089 static void xycz_add_c(u64 *x1, u64 *y1, u64 *x2, u64 *y2, u64 *curve_prime, in xycz_add_c()
/Linux-v5.4/drivers/gpu/drm/omapdrm/
Domap_dmm_tiler.h33 u32 y1:8; member
/Linux-v5.4/drivers/input/touchscreen/
Dmc13783_ts.c70 int x0, x1, x2, y0, y1, y2; in mc13783_ts_report_sample() local
/Linux-v5.4/drivers/iio/pressure/
Dmpl115.c49 int a1, y1, pcomp; in mpl115_comp_pressure() local
/Linux-v5.4/arch/sh/include/uapi/asm/
Dptrace_32.h70 unsigned long y1; member
/Linux-v5.4/drivers/input/mouse/
Delantech.c356 unsigned int x1, unsigned int y1, in elantech_report_semi_mt_data()
372 unsigned int fingers, x1 = 0, y1 = 0, x2 = 0, y2 = 0; in elantech_report_absolute_v2() local
510 unsigned int fingers = 0, x1 = 0, y1 = 0, x2 = 0, y2 = 0; in elantech_report_absolute_v3() local
/Linux-v5.4/include/uapi/linux/dvb/
Dosd.h142 int y1; member
/Linux-v5.4/drivers/net/wireless/ath/carl9170/
Dphy.c1068 static s32 carl9170_interpolate_s32(s32 x, s32 x1, s32 y1, s32 x2, s32 y2) in carl9170_interpolate_s32()
1087 static u8 carl9170_interpolate_u8(u8 x, u8 x1, u8 y1, u8 x2, u8 y2) in carl9170_interpolate_u8()
/Linux-v5.4/drivers/video/fbdev/nvidia/
Dnv_accel.c189 static void NVSetClippingRectangle(struct fb_info *info, int x1, int y1, in NVSetClippingRectangle()
/Linux-v5.4/drivers/media/usb/gspca/
Dw996Xcf.c360 y1 = v0 + hw_bufsize / 4, in w9968cf_init() local

123