Searched refs:x1 (Results 1 – 8 of 8) sorted by relevance
| /include/drm/ |
| A D | drm_rect.h | 47 int x1, y1, x2, y2; member 61 .x1 = (x), \ 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() 224 return r1->x1 == r2->x1 && r1->x2 == r2->x2 && in drm_rect_equals() [all …]
|
| A D | drm_plane.h | 269 .x1 = state->src_x, in drm_plane_state_src() 281 .x1 = state->crtc_x, in drm_plane_state_dest()
|
| /include/linux/ |
| A D | fixp-arith.h | 154 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/ |
| A D | aria.h | 175 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/ |
| A D | op-4.h | 521 r1 = x1 + y1; \ 522 _c2 = r1 < x1; \ 535 r1 = x1 + y1; \ 536 _c2 = r1 < x1; \ 553 r1 = x1 - y1; \ 554 _c2 = r1 > x1; \ 567 r1 = x1 - y1; \ 568 _c2 = r1 > x1; \ 583 _t0 = x0, _t1 = x1, _t2 = x2; \ 598 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument [all …]
|
| /include/uapi/linux/dvb/ |
| A D | osd.h | 126 int x1; member
|
| /include/uapi/drm/ |
| A D | drm_mode.h | 1342 __s32 x1; member
|
| A D | drm.h | 97 unsigned short x1; member
|
Completed in 31 milliseconds