Searched defs:x2 (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsubst_amp.t74 sub x2 {'xx'} subroutine
80 $a =~ s/\Ga(?{push @res, $_, $`})/x2/ge;
94 $a =~ s/\Ga(?{push @res, $_, $`})/x2/e;
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c198 static int compare_entries(const void *x1, const void *x2) { argument
200 cache_entry_t *e2 = (cache_entry_t *)x2;
/osnet-11/usr/src/lib/libplot/t300/common/
H A Dsubr.c100 dist2(int x1, int y1, int x2, int y2) argument
103 t = x2 - x1;
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dsubr.c104 dist2(int x1, int y1, int x2, int y2) argument
107 t = x2 - x1;
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dpkcs11_uri.c67 unsigned int x1, x2; local
82 if (sscanf(str + i, "%1x", &x2) == 1) {
83 x1 = x1 * 16 + x2;
/osnet-11/usr/src/common/crypto/ecc/
H A Dec2_mont.c84 /* 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, argument
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);
121 gf2m_Mxy(const mp_int *x, const mp_int *y, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, const ECGroup *group) argument
199 mp_int x1, x2, z1, z2; local
[all...]
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dsubr.c110 dist2(int x1, int y1, int x2, int y2) argument
113 t = x2 - x1;
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dseed.c269 u32 x1, x2, x3, x4;
288 x2 = GETU32 (key+4);
295 t1.w = x2 + KC[i] - x4;
302 x1 = (x1>>8) ^ (x2<<24);
303 x2 = (x2>>8) ^ (t0.w<<24);
346 u32 x1, x2, x3, x4;
350 x2 = GETU32 (inbuf+4);
354 OP (x1, x2, x3, x4, 0);
355 OP (x3, x4, x1, x2,
267 u32 x1, x2, x3, x4; local
343 u32 x1, x2, x3, x4; local
389 u32 x1, x2, x3, x4; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dseed.c269 u32 x1, x2, x3, x4;
288 x2 = GETU32 (key+4);
295 t1.w = x2 + KC[i] - x4;
302 x1 = (x1>>8) ^ (x2<<24);
303 x2 = (x2>>8) ^ (t0.w<<24);
346 u32 x1, x2, x3, x4;
350 x2 = GETU32 (inbuf+4);
354 OP (x1, x2, x3, x4, 0);
355 OP (x3, x4, x1, x2,
267 u32 x1, x2, x3, x4; local
343 u32 x1, x2, x3, x4; local
389 u32 x1, x2, x3, x4; local
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_xdr.c684 XDR x1, x2; local
722 xdrmem_create(&x2, (char *)b2, l2, XDR_ENCODE);
724 if (xdr_nis_object(&x1, &obj1) && xdr_nis_object(&x2, &obj2)) {
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwrefresh.c803 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];
/osnet-11/usr/src/lib/libcmd/common/
H A Dls.c1094 char* x2; local
1097 x2 = strrchr(f2->name, '.');
1100 if (x2)
1101 n = strcoll(x1, x2);
1105 else if (x2)
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c332 vn_open(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, int x3) argument
404 vn_openat(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, argument
414 ret = vn_open(realpath, x1, flags, mode, vpp, x2, x3);
424 int x1, int x2, rlim64_t x3, void *x4, ssize_t *residp)
749 if (i & 0x2) {
423 vn_rdwr(int uio, vnode_t *vp, void *addr, ssize_t len, offset_t offset, int x1, int x2, rlim64_t x3, void *x4, ssize_t *residp) argument

Completed in 1392 milliseconds