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

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
subst_amp.t 74 sub x2 {'xx'} subroutine
80 $a =~ s/\Ga(?{push @res, $_, $`})/x2/ge;
94 $a =~ s/\Ga(?{push @res, $_, $`})/x2/e;
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
mouse.h 38 int x2; member in struct:__anon4544
  /onnv/onnv-gate/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,
102 MP_CHECKOK(group->meth->field_mul(z1, x2, z1, group->meth));
115 /* Compute the x, y affine coordinates from the point (x1, z1) (x2, z2)
122 mp_int *x2, mp_int *z2, const ECGroup *group)
131 MP_CHECKOK(mp_init(&t3, FLAG(x2)));
132 MP_CHECKOK(mp_init(&t4, FLAG(x2)));
133 MP_CHECKOK(mp_init(&t5, FLAG(x2)));
136 mp_zero(x2);
199 mp_int x1, x2, z1, z2; local
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/idea/
i_cbc.c 139 register unsigned long x1,x2,x3,x4,t0,t1,ul; local
141 x2=d[0];
142 x1=(x2>>16);
161 t1= x2+ *(p++);
  /onnv/onnv-gate/usr/src/common/openssl/crypto/rc2/
rc2_cbc.c 140 register RC2_INT x0,x1,x2,x3,t; local
147 x2=(RC2_INT)l&0xffff;
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff;
160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff;
161 x2=(t<<3)|(t>>13);
162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff;
172 x2+=p1[x1&0x3f];
173 x3+=p1[x2&0x3f]
185 register RC2_INT x0,x1,x2,x3,t; local
    [all...]
  /onnv/onnv-gate/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
114 const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx)
127 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err;
141 /* Compute the x, y affine coordinates from the point (x1, z1) (x2, z2)
151 BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx)
158 BN_zero(x2);
165 if (!BN_copy(x2, x)) return 0;
185 if (!BN_GF2m_add(z2, z2, x2)) goto err;
196 if (!group->meth->field_mul(group, x2, x1, t3, ctx)) goto err
218 BIGNUM *x1, *x2, *z1, *z2; local
    [all...]
ec2_smpl.c 679 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
706 x2 = BN_CTX_get(ctx);
737 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err;
738 if (!BN_GF2m_add(x2, x2, &group->a)) goto err;
739 if (!BN_GF2m_add(x2, x2, s)) goto err;
740 if (!BN_GF2m_add(x2, x2, t)) goto err;
753 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/uwin/
rand48.c 72 unsigned short x2 = x[2]; local
74 r += a[2]*x2;
77 r += a[1]*x2;
83 r += a[0]*x2;
  /onnv/onnv-gate/usr/src/cmd/filesync/
anal.c 550 char *s1, *s2, *x1, *x2; local
560 x2 = f2->f_fullname;
609 if (*s2 == 0 && x2 != 0) {
610 s2 = x2;
611 x2 = 0;
  /onnv/onnv-gate/usr/src/lib/libnisdb/
ldap_xdr.c 687 XDR x1, x2; local
725 xdrmem_create(&x2, (char *)b2, l2, XDR_ENCODE);
727 if (xdr_nis_object(&x1, &obj1) && xdr_nis_object(&x2, &obj2)) {
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
ParserState.cxx 574 const ExternalEntity *x2 = e2->asExternalEntity(); local
576 const StringC *s2 = x2->externalId().systemIdString();
586 s2 = x2->externalId().publicIdString();
  /onnv/onnv-gate/usr/src/cmd/troff/troff.d/
draw.c 234 dist(x1, y1, x2, y2) /* integer distance from x1,y1 to x2,y2 */
238 dx = x2 - x1;
246 int x0, y0, x2, y2, r; local
250 x2 = x0 + dx2; /* "to" */
253 conicarc(x0, -y0, hpos, -vpos, x2, -y2, r, r);
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
wrefresh.c 803 int x1, x2, blnk, idch, cost, cost_ich1, match; local
843 for (x1 = 0, x2 = idch; x2 < length; ++x1, ++x2)
844 scp[x1] = scp[x2];
926 for (x1 = length - 1, x2 = length - idch - 1; x2 >= 0; --x1, --x2)
927 scp[x1] = scp[x2];
  /onnv/onnv-gate/usr/src/uts/sun4/os/
visinstr.c 486 al3l >>= 0x2; local
500 al3r >>= 0x2; local
515 al3r >>= 0x2; local
864 krd.ll += (0x2 >> i);
873 krd.ll += (0x2 >> i);
882 krd.ll += (0x2 >> i);
891 krd.ll += (0x2 >> i);
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/drm/
i915_irq.c 139 u16 x1, y1, x2, y2; local
150 x2 = x1 + sarea_priv->planeA_w;
155 x2 = x1 + sarea_priv->planeB_w;
159 if (x2 > 0 && y2 > 0) {
164 if (!(rect[i].x1 >= x2 || rect[i].y1 >= y2 ||
165 rect[i].x2 <= x1 || rect[i].y2 <= y1)) {
369 OUT_RING((y2 << 16) | rect->x2);
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drm.h 229 unsigned short x2; member in struct:drm_clip_rect

Completed in 660 milliseconds