Home
last modified time | relevance | path

Searched refs:x1 (Results 1 – 8 of 8) sorted by relevance

/include/drm/
Ddrm_rect.h47 int x1, y1, x2, y2; member
61 .x1 = (x), \
74 #define DRM_RECT_ARG(r) drm_rect_width(r), drm_rect_height(r), (r)->x1, (r)->y1
90 (r)->x1 >> 16, (((r)->x1 & 0xffff) * 15625) >> 10, \
104 r->x1 = x; in drm_rect_init()
124 r->x1 -= dw >> 1; in drm_rect_adjust_size()
141 r->x1 += dx; in drm_rect_translate()
158 drm_rect_translate(r, x - r->x1, y - r->y1); in drm_rect_translate_to()
171 r->x1 /= horz; in drm_rect_downscale()
186 return r->x2 - r->x1; in drm_rect_width()
[all …]
Ddrm_plane.h269 .x1 = state->src_x, in drm_plane_state_src()
281 .x1 = state->crtc_x, in drm_plane_state_dest()
/include/linux/
Dfixp-arith.h154 static inline int fixp_linear_interpolate(int x0, int y0, int x1, int y1, int x) in fixp_linear_interpolate() argument
158 if (x1 == x0 || x == x1) in fixp_linear_interpolate()
161 return y0 + ((y1 - y0) * (x - x0) / (x1 - x0)); in fixp_linear_interpolate()
/include/crypto/
Daria.h175 static const u32 x1[256] = { variable
348 x1[get_u8(*t0, 2)] ^ in aria_sbox_layer1_with_pre_diff()
352 x1[get_u8(*t1, 2)] ^ in aria_sbox_layer1_with_pre_diff()
356 x1[get_u8(*t2, 2)] ^ in aria_sbox_layer1_with_pre_diff()
360 x1[get_u8(*t3, 2)] ^ in aria_sbox_layer1_with_pre_diff()
368 *t0 = x1[get_u8(*t0, 0)] ^ in aria_sbox_layer2_with_pre_diff()
372 *t1 = x1[get_u8(*t1, 0)] ^ in aria_sbox_layer2_with_pre_diff()
376 *t2 = x1[get_u8(*t2, 0)] ^ in aria_sbox_layer2_with_pre_diff()
380 *t3 = x1[get_u8(*t3, 0)] ^ in aria_sbox_layer2_with_pre_diff()
/include/math-emu/
Dop-4.h516 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
521 r1 = x1 + y1; \
522 _c2 = r1 < x1; \
530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
535 r1 = x1 + y1; \
536 _c2 = r1 < x1; \
548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
553 r1 = x1 - y1; \
554 _c2 = r1 > x1; \
562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
[all …]
/include/uapi/linux/dvb/
Dosd.h126 int x1; member
/include/uapi/drm/
Ddrm_mode.h1342 __s32 x1; member
Ddrm.h97 unsigned short x1; member