HomeSort by relevance Sort by last modified time
    Searched defs:y1 (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/lib/libplot/vt0/common/
line.c 40 line(short x0, short y0, short x1, short y1)
42 struct {char x, c; short x0, y0, x1, y1; } p; member in struct:__anon3916
47 p.y1 = ynow = ysc(y1);
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
mouse.h 37 int y1; member in struct:__anon4584
  /onnv/onnv-gate/usr/src/ucblib/libcurses/
overlay.c 39 int y1, y2; local
54 y1 = starty - win1->_begy;
56 for (y = starty; y < endy; y++, y1++, y2++) {
57 end = &win1->_y[y1][endx - win1->_begx];
59 for (sp = &win1->_y[y1][startx - win1->_begx]; sp < end; sp++) {
  /onnv/onnv-gate/usr/src/cmd/tplot/
driver.c 82 int xi,yi,x0,y0,x1,y1,r,dx,n,i; local
97 y1 = getsi(fin);
98 line(x0,y0,x1,y1);
121 y1 = getsi(fin);
122 space(x0,y0,x1,y1);
130 y1 = getsi(fin);
131 arc(xi,yi,x0,y0,x1,y1);
vplot.c 190 int x1, y1; local
215 y1 = mapy(getw(stdin));
218 line(x1, y1, lastx, lasty);
252 y1 = mapy(getw(stdin));
253 line(lastx, lasty, x1, y1);
255 lasty = y1;
372 line(int x0, int y0, int x1, int y1)
386 if ((dy = y1-y0) < 0) {
407 } else while (y0 != y1) {
422 if ((x1+slope*y1)&linmod
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postplot/
postplot.c 79 * x0 y0 x1 y1 l -
81 * Draws a line from (x0, y0) to (x1, y1).
506 int x0,y0,x1,y1; local
531 y1 = getint();
532 fprintf(fp_out, "%d %d %d %d l\n", x1, y1, x0, y0);
534 vpos = y1;
562 y1 = getint();
564 fprintf(fp_out, "%d %d space\n", x1-x0, y1-y0);
576 y1 = getint();
580 dy1 = y1 - yc
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/ec/
ec2_smpl.c 679 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
705 y1 = BN_CTX_get(ctx);
724 if (!BN_copy(y1, &b->Y)) goto err;
728 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
735 if (!BN_GF2m_add(s, y0, y1)) goto err;
744 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1))
750 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err;
761 if (!BN_GF2m_add(y2, y2, y1)) goto err;
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bn/
bn_gf2m.c 446 BN_ULONG x1, x0, y1, y0, zz[4]; local
468 y1 = ((j+1) == b->top) ? 0 : b->d[j+1];
473 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
graphics.c 78 const int y1 = 30; variable
207 if (fonty + 1 < y1)
230 if (fonty + 1 < y1)
583 if (row >= y0 && row < y1) {
599 for (j = y0 + 1; j < y1; j++) {
607 graphics_gotoxy(x0, y1 - 1);
610 graphics_setxy(x0, y1 - 1);
  /onnv/onnv-gate/usr/src/uts/intel/io/drm/
i915_irq.c 139 u16 x1, y1, x2, y2; local
149 y1 = sarea_priv->planeA_y;
151 y2 = y1 + sarea_priv->planeA_h;
154 y1 = sarea_priv->planeB_y;
156 y2 = y1 + sarea_priv->planeB_h;
164 if (!(rect[i].x1 >= x2 || rect[i].y1 >= y2 ||
165 rect[i].x2 <= x1 || rect[i].y2 <= y1)) {
254 drw_cmp->rects[0].y1 > drw->rects[0].y1) {
359 int y1 = max(rect->y1, top) local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drm.h 228 unsigned short y1; member in struct:drm_clip_rect

Completed in 6287 milliseconds