/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | mouse.h | 36 int x1; member in struct:__anon4458
|
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/ |
H A D | 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...] |
/illumos-gate/usr/src/lib/libcryptoutil/common/ |
H A D | pkcs11_uri.c | 66 unsigned int x1, x2; local 77 if (sscanf(str + i, "%1x", &x1) != 1) 82 x1 = x1 * 16 + x2; 89 output[n] = (unsigned char)x1;
|
/illumos-gate/usr/src/lib/libmp/common/ |
H A D | gcd.c | 47 mp_invert(MINT *x1, MINT *x0, MINT *c) argument 73 _mp_move(x1, &v3); 76 /* invariant: x0*u1 + x1*u2 = u3 */ 88 /* now x0*u1 + x1*u2 == 1, therefore, (u2*x1) % x0 == 1 */
|
H A D | mdiv.c | 125 int x1; local 135 x1 = c1 - v1 * d; 136 x1 = x1 * 0100000 + u3 - v2 * d; 138 } while (x1 < 0);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | space_reftree.c | 55 space_reftree_compare(const void *x1, const void *x2) argument 57 const space_ref_t *sr1 = x1;
|
H A D | range_tree.c | 112 range_tree_seg_compare(const void *x1, const void *x2) argument 114 const range_seg_t *r1 = x1;
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp_da_cache.c | 198 static int compare_entries(const void *x1, const void *x2) { argument 199 cache_entry_t *e1 = (cache_entry_t *)x1;
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vlogf.S | 100 #define x1 %o4 define 302 add x0,stridex2,x1! x += 2*stridex 311 lda [x1]0x82,ival2 ! (Y2_0) ival = *(int*)(x); 332 lda [stridex+x1]0x82,ival3 ! (Y3_0) ival = *(int*)(x) 389 lda [x1]0x82,%f10 ! (Y2_0) *(float*)&exp = *(float*)(x) 391 add x1,stridex2,x0 ! x += 2*stridex 396 lda [stridex+x1]0x82,%f12 ! (Y3_0) *(float*)&exp = *(float*)(x) 402 add x0,stridex2,x1 ! x += 2*stridex 410 lda [x1]0x82,ival2 ! (Y2_1) ival = *(int*)(x); 438 lda [stridex+x1] [all...] |
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | fmodl.c | 61 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; local 64 x1 = __H1(x); 94 x0 = x1 >> 16; 95 x1 = (x1 << 16) | (x2 >> 16); 101 x0 = (x0 << 1) | (x1 >> 31); 102 x1 = (x1 << 1) | (x2 >> 31); 138 x0 = x1 >> 16; 139 x1 [all...] |
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | remquol.c | 63 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; local 66 x1 = __H1(x); 95 x0 = x1 >> 16; 96 x1 = (x1 << 16) | (x2 >> 16); 102 x0 = (x0 << 1) | (x1 >> 31); 103 x1 = (x1 << 1) | (x2 >> 31); 142 x0 = x1 >> 16; 143 x1 [all...] |
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vexpf.c | 240 double x0, x1, x2, x3, x4; local 279 x1 *= K256ONLN2; 285 k1 = (int)x1; 291 x1 -= (double)k1; 297 x1 = (KA2 * x1 + KA1) * x1 + KA0; 321 *y = (float)(res1 * x1);
|
H A D | __vhypotf.c | 44 float x0, x1, x2, y0, y1, y2, z0, z1, z2, *pz0, *pz1, *pz2; local 100 *(unsigned*)&x1 = hx1; 120 z1 = x1 + y1; 122 z1 = x1; 186 z1 = sqrt(x1 * (double)x1 + y1 * (double)y1); 202 z1 = sqrt(x1 * (double)x1 + y1 * (double)y1);
|
H A D | __vatan2.c | 71 double x0, x1, x2, y0, y1, y2, *pz0, *pz1, *pz2; local 208 x1 = fabs(*y); 224 x1 = fabs(*x); 240 if ((hx ^ 0x7ff00000) | LO(&x1)) /* nan */ 241 ah1 = x1 + y1; 256 ah1 = y1 / x1; 267 x1 *= twom3; 285 x1 *= two110; 287 hx = HI(&x1); 297 xh = x1; [all...] |
H A D | __vexp.c | 410 double x0, x1, x2, x3, x4, x5; local 453 y1 = (x1 * invln2_256) + round; 488 x1 = (x1 - y1 * ln2_256h) - y1 * ln2_256l; 495 y1 = x1 * (one + x1 * (B1 + x1 * (B2 + x1 * B3)));
|
H A D | __vrhypotf.c | 358 float x1, y1; local 368 x1 = *px; 381 hyp1 = x1 * (double)x1 + y1 * (double)y1;
|
H A D | __vatan2f.c | 54 float x0, x1, x2, y0, y1, y2, *pz0 = 0, *pz1, *pz2; local 196 x1 = *y; 203 x1 = -x1; 220 x1 = *x; 228 x1 = -x1; 241 ah1 = x1 + y1; 246 ah1 = y1 / x1; 269 x1 * [all...] |
H A D | __vcos.c | 102 double x0, x1, x2, *py0 = 0, *py1 = 0, *py2, *xsave, *ysave; local 162 x1 = *x; 217 x1 -= t1; 220 z1 = x1 * x1; 226 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); 254 x1 -= t1; 257 z1 = x1 * x1; 263 w1 = x1 * (on [all...] |
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | 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, 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...] |
/illumos-gate/usr/src/lib/libast/common/uwin/ |
H A D | rand48.c | 73 unsigned short x1 = x[1]; local 78 r += a[2]*x1; 82 r += a[1]*x1;
|
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | cpow.c | 155 double b[4], t1, t2, t3, t4, w1, w2, u1, v1, x1, y1; local 260 x1 = t1; 266 ((int *) &x1)[LOWORD] &= 0xf8000000; 268 x2 = t2 - (x1 - t1); /* log(hypot(x,y)) = x1 + x2 */ 278 b[2] = v1 * x1; 279 b[3] = (v - v1) * x1 + v * x2; 298 b[0] = u1 * x1; 299 b[1] = (u - u1) * x1 + u * x2;
|
H A D | cpowl.c | 110 long double t1, t2, t3, t4, x1, x2, y1, y2, u1, v1, b[4], w1, w2; local 211 x1 = t1; HALF(x1); 215 x2 = t2 - (x1 - t1); /* log(hypot(x,y)) = x1 + x2 */ 225 b[2] = v1 * x1; 226 b[3] = (v - v1) * x1 + v * x2; 241 b[0] = u1 * x1; 242 b[1] = (u - u1) * x1 + u * x2;
|
/illumos-gate/usr/src/common/bignum/ |
H A D | mont_mulf.c | 75 double tmp, tmp1, x, x1; local 81 x1 = dt[i + 1]; 83 dt[i + 1] = lower32(x1, Zero) + tmp1; 85 tmp1 = upper32(x1);
|
/illumos-gate/usr/src/common/crypto/chacha/ |
H A D | chacha.c | 90 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 123 x1 = j1; 140 QUARTERROUND( x1, x5, x9,x13) 144 QUARTERROUND( x1, x6,x11,x12) 149 x1 = PLUS(x1,j1); 167 x1 = XOR(x1,U8TO32_LITTLE(m + 4)); 191 U32TO8_LITTLE(c + 4,x1);
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | 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;
|