/linux-5.10/arch/sparc/include/asm/ |
D | sfp-machine_32.h | 78 #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-5.10/include/math-emu/ |
D | op-4.h | 516 #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-5.10/arch/x86/crypto/ |
D | camellia-aesni-avx-asm_64.S | 213 #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
|
D | camellia-aesni-avx2-asm_64.S | 247 #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
|
D | sha256-ssse3-asm.S | 106 y0 = %r13d define
|
D | sha256-avx-asm.S | 113 y0 = %r13d define
|
D | sha512-avx2-asm.S | 95 y0 = %r13 define
|
D | sha256-avx2-asm.S | 110 y0 = %r13d define
|
/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/ |
D | ia_css_ctc1_5.host.c | 26 int y1, int y0, int x1, int x0) in ctc_gradient()
|
D | ia_css_ctc1_5_param.h | 24 s32 y0; member
|
/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/ |
D | ia_css_ctc2.host.c | 40 static int ctc2_slope(int y1, int y0, int x1, int x0) in ctc2_slope()
|
/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ |
D | ia_css_xnr3_types.h | 50 int y0; /** Sigma for Y range similarity in dark area */ member
|
D | ia_css_xnr3_param.h | 42 s32 y0; member
|
/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ |
D | ia_css_ctc_types.h | 60 u16 y0; /** 1st kneepoint gain. member
|
/linux-5.10/drivers/gpu/drm/omapdrm/ |
D | omap_dmm_tiler.h | 31 u32 y0:8; member
|
/linux-5.10/drivers/input/touchscreen/ |
D | mc13783_ts.c | 70 int x0, x1, x2, y0, y1, y2; in mc13783_ts_report_sample() local
|
/linux-5.10/arch/sh/include/uapi/asm/ |
D | ptrace_32.h | 69 unsigned long y0; member
|
/linux-5.10/include/uapi/linux/dvb/ |
D | osd.h | 140 int y0; member
|
/linux-5.10/drivers/gpu/drm/ast/ |
D | ast_cursor.c | 241 u8 y0 = (y & 0x00ff); in ast_cursor_set_location() local
|
/linux-5.10/drivers/media/usb/gspca/ |
D | w996Xcf.c | 357 y0 = 0x0000, in w9968cf_init() local
|
/linux-5.10/drivers/video/fbdev/ |
D | hpfb.c | 126 static void topcat_blit(int x0, int y0, int x1, int y1, int w, int h, int rr) in topcat_blit()
|
/linux-5.10/drivers/gpu/drm/sun4i/ |
D | sun4i_frontend.h | 32 #define SUN4I_FRONTEND_TB_OFF_Y0(y0) ((y0) << 8) argument
|
/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv17.h | 117 static inline int interpolate(int y0, int y1, int y2, int x) in interpolate()
|
/linux-5.10/drivers/media/pci/ttpci/ |
D | av7110_hw.c | 988 static int OSDSetBlock(struct av7110 *av7110, int x0, int y0, in OSDSetBlock()
|
/linux-5.10/drivers/gpu/drm/i2c/ |
D | ch7006_priv.h | 158 static inline int interpolate(int y0, int y1, int y2, int x) in interpolate()
|