Searched defs:t1 (Results 26 - 50 of 120) sorted by relevance

12345

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dmain.c65 static void timevalsub(struct timeval *t1, struct timeval *t2);
298 timevaladd(struct timeval *t1, struct timeval *t2) argument
300 t1->tv_sec += t2->tv_sec;
301 if ((t1->tv_usec += t2->tv_usec) > 1000000) {
302 t1->tv_sec++;
303 t1->tv_usec -= 1000000;
308 timevalsub(struct timeval *t1, struct timeval *t2) argument
310 t1->tv_sec -= t2->tv_sec;
311 if ((t1->tv_usec -= t2->tv_usec) < 0) {
312 t1
[all...]
/illumos-gate/usr/src/cmd/crypt/
H A Dcrypt.c46 char t1[ROTORSZ]; variable
77 t1[i] = i;
86 temp = t1[k];
87 t1[k] = t1[ic];
88 t1[ic] = temp;
96 t2[t1[i]&MASK] = i;
169 *p1 = t2[(t3[(t1[(*p1 + n1)&MASK]+
189 i = t2[(t3[(t1[(i+n1)&MASK]+n2)&MASK]-n2)&MASK]-n1;
/illumos-gate/usr/src/cmd/csh/
H A Dsh.time.c23 void pdeltat(struct timeval *t1, struct timeval *t0);
25 void tvsub(struct timeval *tdiff, struct timeval *t1, struct timeval *t0);
222 pdeltat(struct timeval *t1, struct timeval *t0) argument
229 tvsub(&td, t1, t0);
250 tvsub(struct timeval *tdiff, struct timeval *t1, struct timeval *t0) argument
256 tdiff->tv_sec = t1->tv_sec - t0->tv_sec;
257 tdiff->tv_usec = t1->tv_usec - t0->tv_usec;
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dsched.c302 uint32_t t1 = 0; local
338 t1 = get_stopwatch(evf_wakeup(ev));
340 il_shift(t1);
342 if (t1 >= INFINITY - t) {
344 t1 = INFINITY - t1 - 1;
347 t += t1;
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dsyms.c100 int t1 = GELF_ST_TYPE(s1->st_info); local
103 if ((t1 == STT_FUNC) || (t2 == STT_FUNC)) {
104 if (t1 == STT_FUNC)
109 if ((t1 == STT_OBJECT) || (t2 == STT_OBJECT)) {
110 if (t1 == STT_OBJECT)
115 if ((t1 == STT_OBJECT) || (t2 == STT_OBJECT)) {
116 if (t1 == STT_OBJECT)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/ctime/
H A Dctime_001_pos.c309 time_t t1, t2; local
314 ret = get_file_time(tfile, timetest_table[i].type, &t1);
337 if (t1 == t2) {
338 (void) fprintf(stderr, "%s: t1(%ld) == t2(%ld)\n",
339 timetest_table[i].name, (long)t1, (long)t2);
342 (void) fprintf(stderr, "%s: t1(%ld) != t2(%ld)\n",
343 timetest_table[i].name, (long)t1, (long)t2);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_retr.c42 #define times_match_exact(t1,t2) (memcmp((char *)(t1), (char *)(t2), sizeof(*(t1))) == 0)
45 times_match(const krb5_ticket_times *t1, const krb5_ticket_times *t2) argument
47 if (t1->renew_till) {
48 if (t1->renew_till > t2->renew_till)
51 if (t1->endtime) {
52 if (t1->endtime > t2->endtime)
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_crypt.c43 static char t1[ROTORSIZE]; variable
134 t1[i] = i;
143 temp = t1[k];
144 t1[k] = t1[ic];
145 t1[ic] = temp;
153 t2[t1[i]&MASK] = i;
172 s[i] = t2[(t3[(t1[(str[i]+n1)&MASK]+n2)&MASK]-n2)&MASK]-n1;
/illumos-gate/usr/src/lib/libidmap/common/
H A Dutils.c87 idmap_mapping *t1; local
94 nsize = (len + _GET_IDS_SIZE_INCR) * sizeof (*t1);
95 t1 = realloc(gh->batch.idmap_mapping_batch_val, nsize);
96 if (t1 == NULL)
98 (void) memset((uchar_t *)t1 + (len * sizeof (*t1)), 0,
99 _GET_IDS_SIZE_INCR * sizeof (*t1));
100 gh->batch.idmap_mapping_batch_val = t1;
/illumos-gate/usr/src/lib/libm/common/LD/
H A D__sincosl.c95 long double a1, a2, t, t1, t2, z, w; local
148 t1 = a2 * w + a1 * t;
149 t1 += _TBL_sinl_lo[i];
151 return (-a1 - t1);
153 return (a1 + t1);
/illumos-gate/usr/src/lib/libm/common/Q/
H A D__sincosl.c95 long double a1, a2, t, t1, t2, z, w; local
139 t1 = a2 * w + a1 * t;
140 t1 += _TBL_sinl_lo[i];
142 return (-a1 - t1);
144 return (a1 + t1);
H A D__tanl.c43 * w = x + (y+(x*z)*(t1+z*(t2+z*(t3+z*(t4+z*(t5+z*t6))))))
92 * |tan(x) - (x+t1*x^3+...+t6*x^13)|
96 t1 = +3.333333333333333333333333333333423342490e-0001L, variable
129 t = z * (t1 + z * (t2 + z * (t3 + z * t4)));
131 t = z * (t1 + z * (t2 + z * (t3 + z * (t4 +
/illumos-gate/usr/src/lib/libm/common/R/
H A Dpowf.c51 t1 = 1.666663408349926379873111932994250726307e-0001; variable
274 dx = S[i] * (done - (dtwo * dy) / (dy * (done - dy * t1) - t0));
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpow.c115 double t1, t2, t3, t4, w1, w2, t; local
116 t1 = ta[0]; t2 = ta[1]; t3 = ta[2]; t4 = ta[3];
118 * Rearrange ti so that |t1| >= |t2| >= |t3| >= |t4|
120 if (fabs(t4) > fabs(t1)) {
121 t = t1; t1 = t3; t3 = t;
123 } else if (fabs(t3) > fabs(t1)) {
124 t = t1; t1 = t3;
137 /* summing r = t1
155 double b[4], t1, t2, t3, t4, w1, w2, u1, v1, x1, y1; local
[all...]
H A Dcpowl.c70 long double t1, t2, t3, t4, w1, w2, t; local
71 t1 = ta[0]; t2 = ta[1]; t3 = ta[2]; t4 = ta[3];
73 * Rearrange ti so that |t1| >= |t2| >= |t3| >= |t4|
75 if (fabsl(t4) > fabsl(t1)) {
76 t = t1; t1 = t3; t3 = t;
78 } else if (fabsl(t3) > fabsl(t1)) {
79 t = t1; t1 = t3;
92 /* summing r = t1
110 long double t1, t2, t3, t4, x1, x2, y1, y2, u1, v1, b[4], w1, w2; local
[all...]
H A Dk_atan2l.c724 long double t, xh, th, t1, t2, w1, w2; local
778 t1 = (x - xh) * t + xh * (t - th);
780 *w = (t2 - t1) / x;
796 t1 = (x - xh) * t + xh * (t - th);
799 w2 += (t2 - t1) / (x + y * t);
801 t1 = pi - w1;
802 t2 = pi - t1;
804 w1 = t1;
H A Dk_clog_r.c250 double t1, t2, t3, t4, tk, z, wh, w, zh, zk; local
342 t1 = x * x; t2 = y * y;
346 z = t1+t2;
348 * higher precision simulation x*x = t1 + t3, y*y = t2 + t4
351 t3 = tk * tk - (two * wh * tk - (wh * wh - t1));
367 * order t1,t2,t3,t4 according to their size
377 * higher precision simulation: x * x + y * y = t1 + t2 + t3 + t4
380 tk = t1 - zk;
389 wh = (t1 - wh) - (wh - t2);
H A Dk_clog_rl.c411 long double t1, t2, t3, t4, tk, z, wh, w, zh, zk; local
525 t1 = x * x; t2 = y * y;
542 z = t1+t2;
544 * higher precision simulation x*x = t1 + t3, y*y = t2 + t4
547 t3 = tk * tk - (two * wh * tk - (wh * wh - t1));
578 * order t1, t2, t3, t4 according to their size
588 * higher precision simulation: x * x + y * y = t1 + t2 + t3 + t4
591 tk = t1 - zk;
618 wh = (t1 - wh) - (wh - t2);
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_i386.c242 enum fp_class_type t1, t2; local
266 t1 = my_fp_classl(&fpreg(uap, 0));
267 if (t1 == fp_signaling)
269 else if (t1 == (enum fp_class_type) -1)
403 if (t1 == fp_infinity && t2 == fp_infinity)
423 if ((t1 == fp_zero && t2 == fp_infinity) || (t2 == fp_zero &&
424 t1 == fp_infinity))
459 if (t1 == fp_zero && t2 == fp_zero)
461 else if (t1 == fp_infinity && t2 == fp_infinity)
506 if (t1
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan2.c72 double ah0, ah1, ah2, al0, al1, al2, t0, t1, t2; local
295 t1 = __vlibm_TBL_atan2[k+2];
299 z1 = ((y1 - t1 * xh) - t1 * (x1 - xh)) / (x1 + y1 * t1);
423 t1 = ah1 + (z1 + (al1 + (z1 * x1) * (p1 + x1 *
429 *pz1 = sign1 * t1;
443 t1 = ah1 + (z1 + (al1 + (z1 * x1) * (p1 + x1 *
445 *pz1 = sign1 * t1;
H A D__vexp.c412 double t0, t1, t2, t3, t4, t5; local
502 t1 = TBL[j1];
509 y1 = t1 + (TBL[j1 + 1] + t1 * y1);
/illumos-gate/usr/src/common/bignum/
H A Dmont_mulf.c94 int64_t t, t1, /* Using int64_t and not uint64_t */ local
98 t1 = 0;
103 t1 += a & 0xffffffff;
106 t1 += (b & 0xffff) << 16;
107 t += (b >> 16) + (t1 >> 32);
108 i32[i] = t1 & 0xffffffff;
109 t1 = t;
113 t1 += a & 0xffffffff;
115 t1 += (b & 0xffff) << 16;
116 i32[i] = t1
[all...]
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_jac.c246 mp_int t0, t1, M, S; local
249 MP_DIGITS(&t1) = 0;
253 MP_CHECKOK(mp_init(&t1, FLAG(px)));
273 MP_CHECKOK(group->meth->field_sub(px, &M, &t1, group->meth));
274 MP_CHECKOK(group->meth->field_mul(&t0, &t1, &M, group->meth));
304 MP_CHECKOK(group->meth->field_add(&S, &S, &t1, group->meth));
306 MP_CHECKOK(group->meth->field_sub(rx, &t1, rx, group->meth));
309 MP_CHECKOK(group->meth->field_sqr(&t0, &t1, group->meth));
310 if (mp_isodd(&t1)) {
311 MP_CHECKOK(mp_add(&t1,
[all...]
/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Daes.c759 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
813 #define ssr0 (Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] \
815 #define ssr1 (Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] \
818 ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff])
820 ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff])
824 t1 = tsr1 ^ rk[5];
834 t1 = tsr1 ^ rk[13];
844 t1 = tsr1 ^ rk[21];
854 t1 = tsr1 ^ rk[29];
864 t1
962 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/illumos-gate/usr/src/cmd/refer/
H A Drefer5.c47 char t[100], t1[MXSIG], t2[100], format[10], *sd, *stline; local
84 t1[0] = 0;
85 fpar(nf, flds, t1, 'A', 1, 0);
86 sprintf(t, format, t1, sd);
140 sprintf(t1, "%s%s%s\n", stline, sig, endline);
141 if (strlen(t1) > MXSIG)
142 err(gettext("t1 overflow (%d)"), MXSIG);
143 append(t1);
165 t1[0] = AFLAG;
166 t1[
239 char t1[50], *sf; local
[all...]

Completed in 150 milliseconds

12345