Searched refs:y1 (Results 26 - 50 of 68) sorted by relevance

123

/freebsd-10.2-release/sys/dev/vt/hw/vga/
H A Dvt_vga.c363 vga_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill, argument
371 for (y = y1; y <= y2; y++) {
372 if (fill || (y == y1) || (y == y2)) {
775 unsigned int x1, y1, x2, y2, x, y; local
808 y1 = row * vf->vf_height + vw->vw_draw_area.tr_begin.tp_row;
845 for (y = y1; y < y2; y += vf->vf_height) {
914 unsigned int x1, y1, x2, y2, i, j, src_x, dst_x, x_count; local
919 y1 = y;
927 for (j = y1; j < y2; ++j) {
939 j - y1,
[all...]
/freebsd-10.2-release/sys/dev/drm/
H A Dsavage_state.c39 (((uint32_t)pbox->y1 << 16) & 0x07ff0000);
65 (((uint32_t)pbox->y1 << 12) & 0x00fff000);
826 x = boxes[i].x1, y = boxes[i].y1;
828 h = boxes[i].y2 - boxes[i].y1;
884 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1));
885 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1));
887 boxes[i].y2 - boxes[i].y1));
H A Dr300_cmdbuf.c89 box.y1 = (box.y1) &
98 box.y1 = (box.y1 + R300_CLIPRECT_OFFSET) &
107 (box.y1 << R300_CLIPRECT_Y_SHIFT));
H A Dr128_state.c56 OUT_RING(boxes[0].y1);
65 OUT_RING(boxes[1].y1);
74 OUT_RING(boxes[2].y1);
382 int y = pbox[i].y1;
387 pbox[i].x1, pbox[i].y1, pbox[i].x2,
482 int y = pbox[i].y1;
H A Dradeon_state.c433 DRM_DEBUG(" box: x1=%d y1=%d x2=%d y2=%d\n",
434 box->x1, box->y1, box->x2, box->y2);
438 OUT_RING((box->y1 << 16) | box->x1);
753 y += dev_priv->sarea_priv->boxes[0].y1;
899 int y = pbox[i].y1;
1029 ((pbox[i].y1 >> 3) * depthpixperline +
1035 (pbox[i].y2 >> 3) - (pbox[i].y1 >> 3);
1053 ((pbox[i].y1 >> 3) * depthpixperline +
1058 (pbox[i].y2 >> 3) - (pbox[i].y1 >> 3);
1080 ((pbox[i].y1 >>
[all...]
H A Di915_dma.c406 if (box.y2 <= box.y1 || box.x2 <= box.x1 || box.y2 <= 0 || box.x2 <= 0) {
408 box.x1, box.y1, box.x2, box.y2);
415 OUT_RING((box.x1 & 0xffff) | (box.y1 << 16));
423 OUT_RING((box.x1 & 0xffff) | (box.y1 << 16));
H A Dr600_blit.c1418 set_scissors(drm_radeon_private_t *dev_priv, int x1, int y1, int x2, int y2) argument
1426 OUT_RING((x1 << 0) | (y1 << 16));
1431 OUT_RING((x1 << 0) | (y1 << 16) | (1U << 31));
1436 OUT_RING((x1 << 0) | (y1 << 16) | (1U << 31));
/freebsd-10.2-release/contrib/gcc/
H A Dalias.c55 struct Y y1;
63 py = &px1.y1;
68 Can a store to x1 interfere with px2->y1?
1698 rtx y1 = XEXP (y, 1);
1700 if (rtx_equal_for_memref_p (x1, y1))
1703 return memrefs_conflict_p (xsize, x1, ysize, y1, c);
1706 if (GET_CODE (y1) == CONST_INT)
1708 c - INTVAL (x1) + INTVAL (y1));
1713 else if (GET_CODE (y1) == CONST_INT)
1714 return memrefs_conflict_p (xsize, x, ysize, y0, c + INTVAL (y1));
1695 rtx y1 = XEXP (y, 1); local
1723 rtx y1 = XEXP (y, 1); local
1741 rtx y1 = canon_rtx (XEXP (y, 1)); local
[all...]
/freebsd-10.2-release/sys/dev/vt/hw/fb/
H A Dvt_fb.c184 vt_fb_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill, argument
189 for (y = y1; y <= y2; y++) {
190 if (fill || (y == y1) || (y == y2)) {
/freebsd-10.2-release/contrib/groff/src/devices/xditview/
H A DDviP.h176 int x1, y1, x2, y2; member in struct:__anon1523::ExposedExtents
/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dr300_cmdbuf.c89 box.y1 = (box.y1) &
98 box.y1 = (box.y1 + R300_CLIPRECT_OFFSET) &
107 (box.y1 << R300_CLIPRECT_Y_SHIFT));
H A Dradeon_state.c455 DRM_DEBUG(" box: x1=%d y1=%d x2=%d y2=%d\n",
456 box->x1, box->y1, box->x2, box->y2);
460 OUT_RING((box->y1 << 16) | box->x1);
776 y += master_priv->sarea_priv->boxes[0].y1;
930 int y = pbox[i].y1;
1060 ((pbox[i].y1 >> 3) * depthpixperline +
1066 (pbox[i].y2 >> 3) - (pbox[i].y1 >> 3);
1084 ((pbox[i].y1 >> 3) * depthpixperline +
1089 (pbox[i].y2 >> 3) - (pbox[i].y1 >> 3);
1111 ((pbox[i].y1 >>
[all...]
H A Dr600_blit.c265 set_scissors(drm_radeon_private_t *dev_priv, int x1, int y1, int x2, int y2) argument
273 OUT_RING((x1 << 0) | (y1 << 16));
278 OUT_RING((x1 << 0) | (y1 << 16) | (1U << 31));
283 OUT_RING((x1 << 0) | (y1 << 16) | (1U << 31));
H A Dr600_blit_kms.c236 set_scissors(struct radeon_device *rdev, int x1, int y1, argument
242 radeon_ring_write(ring, (x1 << 0) | (y1 << 16));
247 radeon_ring_write(ring, (x1 << 0) | (y1 << 16) | (1U << 31));
252 radeon_ring_write(ring, (x1 << 0) | (y1 << 16) | (1U << 31));
/freebsd-10.2-release/sbin/ipfw/
H A Ddummynet.c717 double y1 = points[i].prob * samples; local
722 int ix = y1;
729 double m = (y2-y1)/(x2-x1);
730 double c = y1 - m*x1;
/freebsd-10.2-release/sys/dev/fb/
H A Dmachfb.c1045 int blanks, i, x1, x2, y1, y2; local
1050 #define MACHFB_BLANK machfb_fill_rect(adp, color1, x1, y1, \
1054 blanks = color1 = x1 = y1 = 0;
1073 y1 = y2;
1075 } else if (color1 != color2 || y1 != y2) {
1079 y1 = y2;
/freebsd-10.2-release/lib/msun/src/
H A Dmath.h298 double y1(double);
/freebsd-10.2-release/sys/dev/drm2/i915/
H A Di915_dma.c438 if (box->y2 <= box->y1 || box->x2 <= box->x1 || box->y2 <= 0 ||
441 box->x1, box->y1, box->x2, box->y2);
451 OUT_RING((box->x1 & 0xffff) | (box->y1 << 16));
461 OUT_RING((box->x1 & 0xffff) | (box->y1 << 16));
/freebsd-10.2-release/crypto/openssl/crypto/bn/
H A Dbn_exp.c579 BN_ULONG y0, y1, y2, y3; local
585 y1 = (BN_ULONG)0 - (constant_time_eq_int(i,1)&1);
594 (table[j + 1 * xstride] & y1) |
H A Dbn_gf2m.c495 BN_ULONG x1, x0, y1, y0, zz[4]; local
518 y1 = ((j + 1) == b->top) ? 0 : b->d[j + 1];
522 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);
/freebsd-10.2-release/crypto/openssl/crypto/ec/
H A Decp_nistp224.c932 const felem x1, const felem y1, const felem z1,
949 /* ftmp4 = z2^3*y1 */
950 felem_mul(tmp2, ftmp4, y1);
961 /* ftmp4 = z2^3*y1 */
962 felem_assign(ftmp4, y1);
980 /* ftmp3 = z1^3*y2 - z2^3*y1 */
1004 point_double(x3, y3, z3, x1, y1, z1);
1034 /* tmp = z2^3*y1*(z1^2*x2 - z2^2*x1)^3 */
1038 /* tmp2 = (z1^3*y2 - z2^3*y1)^2 */
1042 /* tmp2 = (z1^3*y2 - z2^3*y1)
931 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const felem x2, const felem y2, const felem z2) argument
[all...]
H A Decp_nistp256.c1235 * point_add calcuates (x1, y1, z1) + (x2, y2, z2)
1247 const felem x1, const felem y1, const felem z1,
1299 /* s1 = ftmp2 = y1 * z2**3 */
1300 felem_mul(tmp, y1, ftmp2);
1317 /* s1 = ftmp2 = y1 * z2**3 */
1318 felem_assign(ftmp6, y1);
1355 point_double(x3, y3, z3, x1, y1, z1);
1399 copy_conditional(y_out, y1, z2_is_zero);
1412 smallfelem x1, smallfelem y1, smallfelem z1,
1418 smallfelem_expand(felem_y1, y1);
1246 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const smallfelem x2, const smallfelem y2, const smallfelem z2) argument
1411 point_add_small(smallfelem x3, smallfelem y3, smallfelem z3, smallfelem x1, smallfelem y1, smallfelem z1, smallfelem x2, smallfelem y2, smallfelem z2) argument
[all...]
/freebsd-10.2-release/tools/sched/
H A Dschedgraph.py1129 (x0, y0, x1, y1) = self.coords(line)
1207 (x0, y0, x1, y1) = self.coords(line)
1431 y1 = self.sourcestart(source1)
1433 y1targ = y1 + self.sourcesize(source2)
1434 y2targ = y1
1443 source1.move(self.display, 0, y1targ - y1)
1445 source1.movename(self.names, 0, y1targ - y1)
/freebsd-10.2-release/sys/contrib/altq/altq/
H A Daltq_hfsc.c1526 u_int64_t y1, y2, dx, dy; local
1530 y1 = rtsc_x2y(rtsc, x);
1531 if (y1 < y)
1542 * y1: at x
1545 y1 = rtsc_x2y(rtsc, x);
1546 if (y1 <= y) {
1565 * seg_x2y(dx, sm1) == seg_x2y(dx, sm2) + (y1 - y)
1567 dx = ((y1 - y) << SM_SHIFT) / (isc->sm1 - isc->sm2);
1569 * check if (x, y1) belongs to the 1st segment of rtsc.
/freebsd-10.2-release/crypto/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl226 #;* Mul_GF4: Input x0-x1,y0-y1 Output x0-x1 Temp t0 (8) *
228 my ($x0,$x1,$y0,$y1,$t0)=@_;
231 pxor $y1, $t0
235 pand $y1, $x0
243 my ($x0,$x1,$y0,$y1,$t0)=@_;
246 pxor $y1, $t0
250 pand $y1, $x0
258 my ($x0,$x1,$y0,$y1,$t0,
263 pxor $y1, $t0
271 pand $y1,
[all...]

Completed in 502 milliseconds

123