HomeSort by relevance Sort by last modified time
    Searched defs:x1 (Results 1 - 25 of 36) sorted by null

1 2

  /netvirt/usr/src/cmd/perl/5.8.4/distrib/t/op/
subst_amp.t 75 sub x1 {'x'} subroutine
87 $a =~ s/\Ga(?{push @res, $_, $`})/x1/ge;
101 $a =~ s/\Ga(?{push @res, $_, $`})/x1/e;
  /netvirt/usr/src/ucbcmd/plot/libplot/dumb/
cont.c 22 int x1, y1; local
23 x1 = x;
25 scale(x1, y1);
  /netvirt/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:__anon3314
46 p.x1 = xnow = xsc(x1);
  /netvirt/usr/src/tools/cscope-fast/
mouse.h 36 int x1; member in struct:__anon3925
  /netvirt/usr/src/cmd/sgs/rtld.4.x/
rtsubrs.c 56 va_list x1; local
58 va_start(x1);
59 prf(stdout, fmt, x1);
60 va_end(x1);
72 va_list x1; local
74 va_start(x1);
75 prf(fd, fmt, x1);
76 va_end(x1);
87 va_list x1; local
90 va_start(x1);
108 va_list x1; local
    [all...]
  /netvirt/usr/src/common/crypto/ecc/
ec2_mont.c 84 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in
89 gf2m_Madd(const mp_int *x, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2,
101 MP_CHECKOK(group->meth->field_mul(x1, z2, x1, group->meth));
103 MP_CHECKOK(group->meth->field_mul(x1, z1, &t2, group->meth));
104 MP_CHECKOK(group->meth->field_add(z1, x1, z1, group->meth));
106 MP_CHECKOK(group->meth->field_mul(z1, &t1, x1, group->meth));
107 MP_CHECKOK(group->meth->field_add(x1, &t2, x1, group->meth))
199 mp_int x1, x2, z1, z2; local
    [all...]
ec.c 636 mp_int x1; local
652 MP_DIGITS(&x1) = 0;
679 CHECK_MPI_OK( mp_init(&x1, kmflag) );
717 ** Extract the x co-ordinate of kG into x1
719 CHECK_MPI_OK( mp_read_unsigned_octets(&x1, kGpoint.data + 1,
725 ** r = x1 mod n NOTE: n is the order of the curve
727 CHECK_MPI_OK( mp_mod(&x1, &n, &r) );
758 mp_tohex(&x1, mpstr);
759 printf("x1: %s\n", mpstr);
802 mp_clear(&x1);
875 mp_int x1; local
    [all...]
  /netvirt/usr/src/common/openssl/crypto/idea/
i_cbc.c 139 register unsigned long x1,x2,x3,x4,t0,t1,ul; local
142 x1=(x2>>16);
157 x1&=0xffff;
158 idea_mul(x1,x1,*p,ul); p++;
166 d[0]=(t0&0xffff)|((x1&0xffff)<<16);
  /netvirt/usr/src/common/openssl/crypto/rc2/
rc2_cbc.c 140 register RC2_INT x0,x1,x2,x3,t; local
145 x1=(RC2_INT)(l>>16L);
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff;
159 x1=(t<<2)|(t>>14);
160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff;
162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff;
171 x1+=p1[x0&0x3f];
172 x2+=p1[x1&0x3f]
185 register RC2_INT x0,x1,x2,x3,t; local
    [all...]
  /netvirt/usr/src/ucbcmd/plot/
crtdriver.c 75 int xi,yi,x0,y0,x1,y1,r/*,dx,n,i*/; local
89 x1 = getsi(fin);
91 line(x0,y0,x1,y1);
113 x1 = getsi(fin);
115 space(x0,y0,x1,y1);
122 x1 = getsi(fin);
124 arc(xi,yi,x0,y0,x1,y1);
debug.c 64 int xi,yi,x0,y0,x1,y1,r/*,dx,n,i*/; local
77 x1 = getsi(fin);
79 printf("line %d %d %d %d\n", x0, y0, x1, y1);
101 x1 = getsi(fin);
103 printf("space %d %d %d %d\n", x0, y0, x1, y1);
110 x1 = getsi(fin);
atoplot.c 65 int xi,yi,x0,y0,x1,y1,r,dx,n,i; local
79 x1 = getsi(fin);
81 line(x0,y0,x1,y1);
103 x1 = getsi(fin);
105 space(x0,y0,x1,y1);
112 x1 = getsi(fin);
114 arc(xi,yi,x0,y0,x1,y1);
driver.c 70 int xi,yi,x0,y0,x1,y1,r,dx,n,i; local
84 x1 = getsi(fin);
86 line(x0,y0,x1,y1);
108 x1 = getsi(fin);
110 space(x0,y0,x1,y1);
117 x1 = getsi(fin);
119 arc(xi,yi,x0,y0,x1,y1);
plottoa.c 81 int xi,yi,x0,y0,x1,y1,r,dx,n,i; local
95 x1 = getsi(fin);
97 line(x0,y0,x1,y1);
119 x1 = getsi(fin);
121 space(x0,y0,x1,y1);
128 x1 = getsi(fin);
130 arc(xi,yi,x0,y0,x1,y1);
180 space(int x0, int y0, int x1, int y1)
182 printf( "s %d %d %d %d\n", x0, y0, x1, y1 );
214 line(int x0, int y0, int x1, int y1
    [all...]
  /netvirt/usr/src/ucbcmd/plot/libplot/hp2648/
arc.c 23 double x1,y1,x2,y2; local
36 x1 = xcent;
42 crossp = cross_product(x1,y1,x2,y2,x,y);
52 cross_product(double x1, double y1, double x2, double y2, double x3, double y3)
55 a = (y3-y2)*(x2-x1);
  /netvirt/usr/src/cmd/tplot/
driver.c 82 int xi,yi,x0,y0,x1,y1,r,dx,n,i; local
96 x1 = getsi(fin);
98 line(x0,y0,x1,y1);
120 x1 = getsi(fin);
122 space(x0,y0,x1,y1);
129 x1 = getsi(fin);
131 arc(xi,yi,x0,y0,x1,y1);
  /netvirt/usr/src/common/openssl/crypto/ec/
ec2_mult.c 107 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
113 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1,
126 if (!group->meth->field_mul(group, x1, x1, z2, ctx)) goto err;
128 if (!group->meth->field_mul(group, t2, x1, z1, ctx)) goto err;
129 if (!BN_GF2m_add(z1, z1, x1)) goto err;
131 if (!group->meth->field_mul(group, x1, z1, t1, ctx)) goto err;
132 if (!BN_GF2m_add(x1, x1, t2)) goto err
218 BIGNUM *x1, *x2, *z1, *z2; local
    [all...]
ec2_smpl.c 679 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
704 x1 = BN_CTX_get(ctx);
723 if (!BN_copy(x1, &b->X)) goto err;
728 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
732 if (BN_GF2m_cmp(x0, x1))
734 if (!BN_GF2m_add(t, x0, x1)) 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;
751 if (!BN_GF2m_add(s, s, x1)) goto err;
758 if (!BN_GF2m_add(y2, x1, x2)) goto err
    [all...]
  /netvirt/usr/src/lib/libmp/common/
mdiv.c 125 int x1; local
135 x1 = c1 - v1 * d;
136 x1 = x1 * 0100000 + u3 - v2 * d;
138 } while (x1 < 0);
  /netvirt/usr/src/common/bignum/
mont_mulf.c 78 double tmp, tmp1, x, x1; local
84 x1 = dt[i + 1];
86 dt[i + 1] = lower32(x1, Zero) + tmp1;
88 tmp1 = upper32(x1);
  /netvirt/usr/src/lib/libast/common/uwin/
rand48.c 73 unsigned short x1 = x[1]; local
78 r += a[2]*x1;
82 r += a[1]*x1;
  /netvirt/usr/src/cmd/filesync/
anal.c 550 char *s1, *s2, *x1, *x2; local
559 x1 = f1->f_fullname;
605 if (*s1 == 0 && x1 != 0) {
606 s1 = x1;
607 x1 = 0;
  /netvirt/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
530 x1 = getint();
532 fprintf(fp_out, "%d %d %d %d l\n", x1, y1, x0, y0);
533 hpos = x1;
561 x1 = getint();
564 fprintf(fp_out, "%d %d space\n", x1-x0, y1-y0);
575 x1 = getint();
579 dx1 = x1 - xc
    [all...]
  /netvirt/usr/src/cmd/spline/
spline.c 189 REAL D2yi,D2yi1,D2yn1,x0,x1,yy,a; local
244 x1 = j*h/hi1;
245 yy = D2yi*(x0-x0*x0*x0)+D2yi1*(x1-x1*x1*x1);
246 yy = y.val[i]*x0+y.val[i+1]*x1 -hi1*hi1*yy/6;
  /netvirt/usr/src/lib/libnisdb/
ldap_xdr.c 687 XDR x1, x2; local
724 xdrmem_create(&x1, (char *)b1, l1, XDR_ENCODE);
727 if (xdr_nis_object(&x1, &obj1) && xdr_nis_object(&x2, &obj2)) {

Completed in 3766 milliseconds

1 2