Searched refs:x2 (Results 1 – 7 of 7) sorted by relevance
| /include/drm/ |
| A D | drm_rect.h | 47 int x1, y1, x2, y2; member 63 .x2 = (x) + (w), \ 106 r->x2 = x + width; in drm_rect_init() 126 r->x2 += (dw + 1) >> 1; in drm_rect_adjust_size() 143 r->x2 += dx; in drm_rect_translate() 173 r->x2 /= 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() 252 return (a->x2 > b->x1 && b->x2 > a->x1 && in drm_rect_overlap()
|
| A D | drm_plane.h | 271 .x2 = state->src_x + state->src_w, in drm_plane_state_src() 283 .x2 = state->crtc_x + state->crtc_w, in drm_plane_state_dest()
|
| /include/crypto/ |
| A D | aria.h | 242 static const u32 x2[256] = { variable 349 x2[get_u8(*t0, 3)]; in aria_sbox_layer1_with_pre_diff() 353 x2[get_u8(*t1, 3)]; in aria_sbox_layer1_with_pre_diff() 357 x2[get_u8(*t2, 3)]; in aria_sbox_layer1_with_pre_diff() 361 x2[get_u8(*t3, 3)]; in aria_sbox_layer1_with_pre_diff() 369 x2[get_u8(*t0, 1)] ^ in aria_sbox_layer2_with_pre_diff() 373 x2[get_u8(*t1, 1)] ^ in aria_sbox_layer2_with_pre_diff() 377 x2[get_u8(*t2, 1)] ^ in aria_sbox_layer2_with_pre_diff() 381 x2[get_u8(*t3, 1)] ^ in aria_sbox_layer2_with_pre_diff()
|
| /include/math-emu/ |
| A D | op-4.h | 525 r2 = x2 + y2 + _c2; \ 539 r2 = x2 + y2; \ 540 _c3 = r2 < x2; \ 557 r2 = x2 - y2 - _c2; \ 571 r2 = x2 - y2; \ 572 _c3 = r2 > x2; \ 580 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) \ argument 583 _t0 = x0, _t1 = x1, _t2 = x2; \ 592 _t0 = x0, _t1 = x1, _t2 = x2, _t3 = x3; \ 598 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument [all …]
|
| /include/video/ |
| A D | udlfb.h | 17 int x2, y2; member
|
| /include/uapi/drm/ |
| A D | drm_mode.h | 1344 __s32 x2; member
|
| A D | drm.h | 99 unsigned short x2; member
|
Completed in 19 milliseconds