Searched defs:x1 (Results 26 - 42 of 42) sorted by relevance

12

/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/t300s/common/
H A Darc.c65 arc(short x, short y, short x0, short y0, short x1, short y1) argument
85 if ((x0 == x1) && (y0 == y1))
89 qf = quad_l(x, y, x1, y1);
90 if (abs(x - x1) < abs(y - y1)) {
103 m1 = (y1 - y) / (x1 - x);
139 if (xs >= x1)
144 if (xs <= x1)
H A Dsubr.c110 dist2(int x1, int y1, int x2, int y2) argument
113 t = x2 - x1;
/osnet-11/usr/src/lib/libplot/t4014/common/
H A Darc.c68 arc(short x, short y, short x0, short y0, short x1, short y1) argument
88 if ((x0 == x1) && (y0 == y1))
92 qf = quad_l(x, y, x1, y1);
93 if (abs(x - x1) < abs(y - y1)) {
106 m1 = (y1 - y) / (x1 - x);
142 if (xs >= x1)
147 if (xs <= x1)
/osnet-11/usr/src/lib/libplot/t450/common/
H A Darc.c68 arc(short x, short y, short x0, short y0, short x1, short y1) argument
90 if ((x0 == x1) && (y0 == y1))
94 qf = quad_l(x, y, x1, y1);
95 if (abs(x - x1) < abs(y - y1)) {
108 m1 = (y1 - y) / (x1 - x);
144 if (xs >= x1)
149 if (xs <= x1)
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
78 if (sscanf(str + i, "%1x", &x1) != 1)
83 x1 = x1 * 16 + x2;
90 output[n] = (unsigned char)x1;
/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
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, grou
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...]
H A Dec.c631 mp_int x1; local
647 MP_DIGITS(&x1) = 0;
674 CHECK_MPI_OK( mp_init(&x1, kmflag) );
712 ** Extract the x co-ordinate of kG into x1
714 CHECK_MPI_OK( mp_read_unsigned_octets(&x1, kGpoint.data + 1,
720 ** r = x1 mod n NOTE: n is the order of the curve
722 CHECK_MPI_OK( mp_mod(&x1, &n, &r) );
753 mp_tohex(&x1, mpstr);
754 printf("x1: %s\n", mpstr);
797 mp_clear(&x1);
870 mp_int x1; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dseed.c269 u32 x1, x2, x3, x4;
287 x1 = GETU32 (key);
294 t0.w = x1 + x3 - KC[i];
301 t0.w = x1;
302 x1 = (x1>>8) ^ (x2<<24);
346 u32 x1, x2, x3, x4;
349 x1 = GETU32 (inbuf);
354 OP (x1, x2, x3, x4, 0);
355 OP (x3, x4, x1, x
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;
287 x1 = GETU32 (key);
294 t0.w = x1 + x3 - KC[i];
301 t0.w = x1;
302 x1 = (x1>>8) ^ (x2<<24);
346 u32 x1, x2, x3, x4;
349 x1 = GETU32 (inbuf);
354 OP (x1, x2, x3, x4, 0);
355 OP (x3, x4, x1, x
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
721 xdrmem_create(&x1, (char *)b1, l1, XDR_ENCODE);
724 if (xdr_nis_object(&x1, &obj1) && xdr_nis_object(&x2, &obj2)) {
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_block_relocator.c95 static int compare_block_entries(const void *x0, const void *x1) argument
101 b1 = (const struct ext2_block_entry *)x1;
112 static int compare_block_entries_ind(const void *x0, const void *x1) argument
118 b1 = (const struct ext2_block_entry *)x1;
129 static int compare_block_entries_ref(const void *x0, const void *x1) argument
135 b1 = (const struct ext2_block_entry *)x1;
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwrefresh.c803 int x1, x2, blnk, idch, cost, cost_ich1, match; local
833 for (x1 = 0; x1 < idch; ++x1)
843 for (x1 = 0, x2 = idch; x2 < length; ++x1, ++x2)
844 scp[x1] = scp[x2];
845 for (; x1 < length; ++x1)
846 scp[x1]
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c77 const int x1 = ROWBYTES; variable
229 if ((fontx + 1) >= x1) {
625 if (col >= x0 && col < x1) {
647 for (i = x0; i < x1; i++) {
654 for (i = x0; i < x1; i++)
/osnet-11/usr/src/lib/libcmd/common/
H A Dls.c1093 char* x1; local
1096 x1 = strrchr(f1->name, '.');
1098 if (x1)
1101 n = strcoll(x1, 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)
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 38 milliseconds

12