HomeSort by: relevance | last modified time | path
    Searched refs:y1 (Results 1 - 25 of 93) sorted by relevancy

1 2 3 4

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_rect.h 42 * @y1: vertical starting coordinate (inclusive)
46 int x1, y1, x2, y2; member in struct:drm_rect
57 #define DRM_RECT_ARG(r) drm_rect_width(r), drm_rect_height(r), (r)->x1, (r)->y1
74 (r)->y1 >> 16, (((r)->y1 & 0xffff) * 15625) >> 10
88 r->y1 = y;
108 r->y1 -= dh >> 1;
125 r->y1 += dy;
141 drm_rect_translate(r, x - r->x1, y - r->y1);
155 r->y1 /= vert
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_rect.c 53 r1->y1 = max(r1->y1, r2->y1);
111 diff = clip->y1 - dst->y1;
116 src->y1 = src->y2 - new_src_h;
117 dst->y1 += diff;
132 src->y2 = src->y1 + new_src_h;
274 r->y1 = height - tmp.y2;
275 r->y2 = height - tmp.y1;
    [all...]
drm_damage_helper.c 69 * framebuffer, damage clips cannot be negative. In damage clip, x1/y1 are
86 dest->y1 = src->y1;
293 /* Round down for x1/y1 and round up for x2/y2 to catch all pixels */
295 iter->plane_src.y1 = state->src.y1 >> 16;
314 * x1/y1 and round up for x2/y2 for the intersected coordinate. Similar rounding
373 rect->y1 = INT_MAX;
380 rect->y1 = min(rect->y1, clip.y1)
    [all...]
drm_plane_helper.c 121 .src_y = src->y1,
125 .crtc_y = dst->y1,
169 .y1 = src_y,
175 .y1 = crtc_y,
  /src/sys/arch/x68k/stand/libiocs/
iocs.h 30 short y1; member in struct:iocs_boxptr
49 short y1; member in struct:iocs_fillptr
63 short y1; member in struct:iocs_getptr
72 short y1; member in struct:iocs_lineptr
101 short y1; member in struct:iocs_putptr
110 short y1; member in struct:iocs_symbolptr
166 short y1; member in struct:iocs_tboxptr
175 short y1; member in struct:iocs_txfillptr
184 short y1; member in struct:iocs_trevptr
199 short y1; member in struct:iocs_ylineptr
208 short y1; member in struct:iocs_tlineptr
    [all...]
  /src/sys/arch/m68k/fpe/
fpu_sqrt.c 194 uint32_t y0, y1, y2; local in function:fpu_sqrt
295 y1 = 0;
309 t1 = y1 | bit;
315 y1 |= bit << 1;
322 /* calculate q2. note (y1&1)==0; y0 (aka t0) is fixed. */
323 #define t1 y1
336 y1 |= 1; /* now t1, y1 are set in concrete */
fpu_div.c 157 uint32_t r0, r1, r2, d0, d1, d2, y0, y1, y2; local in function:fpu_div
209 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
245 y1 = y->fp_mant[1];
  /src/lib/libm/src/
e_hypotl.c 60 long double a=x,b=y,t1,t2,y1,y2,w; local in function:hypotl
118 y1 = b;
120 uv.extu_ld = y1; uv.extu_fracl = 0; y1 = uv.extu_ld;
121 y2 = b - y1;
125 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
w_j1.c 19 * wrapper of j1,y1
42 y1(double x) /* wrapper y1 */ function in typeref:typename:double
59 return __kernel_standard(x,x,37); /* y1(x>X_TLOSS) */
  /src/sys/arch/x68k/stand/libsa/
consio.c 157 int y, y1; local in function:print_title
161 y = y1 = (IOCS_B_LOCATE(-1, -1) & 0xffff) + 1;
182 IOCS_B_LOCATE(0, y1+5);
  /src/sys/dev/rcons/
raster_text.c 87 int x1, y1; local in function:raster_textn
111 for ( i = 0, x1 = x, y1 = y;
113 ++i, x1 += c->nextx, y1 += c->nexty )
119 if ( x1 + c->homex < 0 || y1 + c->homey < 0 ||
121 y1 + c->homey + charrast->height > r->height )
131 for ( i = 0, x1 = x, y1 = y;
133 ++i, x1 += c->nextx, y1 += c->nexty )
141 thisy = y1 + c->homey;
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
gcc_qdiv.c 18 y = src.s.hi, y1 = src.s.lo; local in function:__gcc_qdiv
48 tmp = ((tmp + x1) - y1 * q) / y;
  /src/sys/crypto/aes/arch/x86/
aes_sse2_enc.c 44 __m128i x, y0, y1, y2, y3, y4, y5, y6; local in function:shift_row
48 y1 = x & _mm_set1_epi64x(0x00000000FFF00000);
54 y1 = _mm_srli_epi64(y1, 4);
60 return y0 | y1 | y2 | y3 | y4 | y5 | y6;
  /src/sys/crypto/chacha/
chacha_ref.c 72 uint32_t y0,y1,y2,y3,y4,y5,y6,y7,y8,y9,y10,y11,y12,y13,y14,y15;
75 x1 = y1 = le32dec(c + 4);
93 CHACHA_QUARTERROUND( y1, y5, y9,y13);
97 CHACHA_QUARTERROUND( y1, y6,y11,y12);
103 le32enc(out + 4, x1 + y1);
132 uint32_t y0,y1,y2,y3,y4,y5,y6,y7,y8,y9,y10,y11,y12,y13,y14,y15;
154 y1 = x1;
171 CHACHA_QUARTERROUND( y1, y5, y9,y13);
175 CHACHA_QUARTERROUND( y1, y6,y11,y12);
180 le32enc(s + 4, x1 + y1);
71 uint32_t y0,y1,y2,y3,y4,y5,y6,y7,y8,y9,y10,y11,y12,y13,y14,y15; local in function:chacha_core_ref
130 uint32_t y0,y1,y2,y3,y4,y5,y6,y7,y8,y9,y10,y11,y12,y13,y14,y15; local in function:chacha_stream_ref
253 uint32_t y0,y1,y2,y3,y4,y5,y6,y7,y8,y9,y10,y11,y12,y13,y14,y15; local in function:chacha_stream_xor_ref
376 uint32_t y0,y1,y2,y3,y4,y5,y6,y7,y8,y9,y10,y11,y12,y13,y14,y15; local in function:hchacha_ref
    [all...]
  /src/sys/arch/sparc/fpu/
fpu_div.c 157 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local in function:fpu_div
205 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
242 y1 = y->fp_mant[1];
fpu_sqrt.c 194 u_int y0, y1, y2, y3; local in function:fpu_sqrt
295 y1 = 0;
309 t1 = y1 | bit;
315 y1 |= bit << 1;
322 /* calculate q2. note (y1&1)==0; y0 (aka t0) is fixed. */
323 #define t1 y1
336 y1 |= 1; /* now t1, y1 are set in concrete */
355 /* calculate q3. y0, t0, y1, t1 all fixed; y2, t2, almost done. */
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
tvnv17.h 119 static inline int interpolate(int y0, int y1, int y2, int x)
121 return y1 + (x < 50 ? y1 - y0 : y2 - y1) * (x - 50) / 50;
  /src/sys/arch/ews4800mips/stand/common/
cons_fb.c 132 fb_copy(int x0, int y0, int x1, int y1, int w, int h)
143 y1 = MINMAX(y1, 0, FB_HEIGHT);
145 y1end = MINMAX(y1 + h, 0, FB_HEIGHT);
147 p = fb.fb_addr + x1 + y1 * FB_LINEBYTES;
152 for (i = y1; i < y1end; i++, p += k, q += k)
  /src/sys/arch/powerpc/fpu/
fpu_sqrt.c 198 u_int y0, y1, y2, y3; local in function:fpu_sqrt
315 y1 = 0;
329 t1 = y1 | bit;
335 y1 |= bit << 1;
342 /* calculate q2. note (y1&1)==0; y0 (aka t0) is fixed. */
343 #define t1 y1
356 y1 |= 1; /* now t1, y1 are set in concrete */
375 /* calculate q3. y0, t0, y1, t1 all fixed; y2, t2, almost done. */
fpu_div.c 161 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local in function:fpu_div
234 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
271 y1 = y->fp_mant[1];
  /src/sys/dev/hpc/
video_subr.c 116 linebpp##b(struct video_chip *vc, int x0, int y0, int x1, int y1) \
123 y = y1 - y0; \
236 int x1, int y1)
273 video_line(struct video_chip *vc, int x0, int y0, int x1, int y1)
276 vc->vc_drawline(vc, x0, y0, x1, y1);
  /src/sys/crypto/chacha/arch/x86/
chacha_sse2.c 204 __m128i y0,y1,y2,y3,y4,y5,y6,y7,y8,y9,y10,y11,y12,y13,y14,y15;
233 y1 = x1;
250 CHACHA_QUARTERROUND( y1, y5, y9,y13);
254 CHACHA_QUARTERROUND( y1, y6,y11,y12);
259 y1 = _mm_add_epi32(y1, x1);
276 z0 = unpack0_epi32(y0, y1, y2, y3);
280 z4 = unpack1_epi32(y0, y1, y2, y3);
284 z8 = unpack2_epi32(y0, y1, y2, y3);
288 z12 = unpack3_epi32(y0, y1, y2, y3)
200 __m128i y0,y1,y2,y3,y4,y5,y6,y7,y8,y9,y10,y11,y12,y13,y14,y15; local in function:chacha_stream_sse2
356 __m128i y0,y1,y2,y3,y4,y5,y6,y7,y8,y9,y10,y11,y12,y13,y14,y15; local in function:chacha_stream_xor_sse2
    [all...]
  /src/games/hack/
hack.h 179 #define DIST(x1,y1,x2,y2) (((x1)-(x2))*((x1)-(x2)) + ((y1)-(y2))*((y1)-(y2)))
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fb.c 67 unsigned y1; member in struct:vmw_fb_par::__anon5fb240930108
224 dst_y1 = par->dirty.y1 - par->fb_y;
238 par->dirty.y1 = par->dirty.y2 = 0;
256 clip.y1 = dst_y1;
273 unsigned x1, unsigned y1,
278 unsigned y2 = y1 + height;
283 par->dirty.y1 = y1;
294 if (y1 < par->dirty.y1)
333 int y1, y2; local in function:vmw_deferred_io
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i2c/
ch7006_priv.h 160 static inline int interpolate(int y0, int y1, int y2, int x)
162 return y1 + (x < 50 ? y1 - y0 : y2 - y1) * (x - 50) / 50;

Completed in 23 milliseconds

1 2 3 4