Searched defs:t2 (Results 1 - 25 of 107) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_notify_change.c88 hrtime_t t1, t2; local
103 t2 = gethrtime();
113 sr->sr_time_start += (t2 - t1);
/illumos-gate/usr/src/lib/librstp/common/
H A Dtimes.c28 STP_compare_times (IN TIMEVALUES_T *t1, IN TIMEVALUES_T *t2) argument
30 if (t1->MessageAge < t2->MessageAge) return -1;
31 if (t1->MessageAge > t2->MessageAge) return 1;
33 if (t1->MaxAge < t2->MaxAge) return -2;
34 if (t1->MaxAge > t2->MaxAge) return 2;
36 if (t1->ForwardDelay < t2->ForwardDelay) return -3;
37 if (t1->ForwardDelay > t2->ForwardDelay) return 3;
39 if (t1->HelloTime < t2->HelloTime) return -4;
40 if (t1->HelloTime > t2->HelloTime) return 4;
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrcoll.c53 wchar_t *t1 = NULL, *t2 = NULL; local
81 if ((t2 = malloc(sz2 * sizeof (wchar_t))) == NULL)
83 w2 = t2;
98 if (t2)
99 free(t2);
106 if (t2)
107 free(t2);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_dt.c38 const char *t2, long v2)
43 f, n, t1, v1, t2, v2);
50 const char *t2, long v2,
56 f, n, t1, v1, t2, v2, t3, v3);
36 smb_dtrace2(const char *f, const char *n, const char *t1, long v1, const char *t2, long v2) argument
48 smb_dtrace3(const char *f, const char *n, const char *t1, long v1, const char *t2, long v2, const char *t3, long v3) argument
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_decrypt.c40 char t2; local
106 t2 = L[j];
108 R[j] = t2;
H A Ddes_encrypt.c40 char t2; local
105 t2 = L[j];
107 R[j] = t2;
/illumos-gate/usr/src/lib/libfruutils/
H A Dfru_tag.c371 tags_equal(fru_tag_t t1, fru_tag_t t2) argument
373 return ((get_tag_type(&t1) == get_tag_type(&t2)) &&
374 (get_tag_dense(&t1) == get_tag_dense(&t2)) &&
375 (get_payload_length(&t1) == get_payload_length(&t2)));
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dhypotl.c44 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
45 * where t1 = 2x with lower 64 bits cleared, t2 = 2x-t1, y1= y with
68 long double t1, t2, y1, y2, w; local
96 t2 = x - t1;
97 x = sqrtl(t1 * t1 - (y * (-y) - t2 * (x + t1)));
107 t2 = x - t1;
108 x = sqrtl(t1 * y1 - (w * (-w) - (t2 * y1 + y2 * x)));
H A D__tanl.c44 * w = x + (y+(x*z)*(t1+z*(t2+z*(t3+z*(t4+z*(t5+z*t6))))))
99 t2 = 1.333333333333333333333333333093838744537e-0001L, variable
132 t = z * (t1 + z * (t2 + z * (t3 + z * t4)));
134 t = z * (t1 + z * (t2 + z * (t3 + z * (t4 +
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dutil.c69 table_t *t2; local
83 if ((t2 = realloc(t, (size_t)(sizeof (table_t) +
91 t = t2;
/illumos-gate/usr/src/lib/libm/common/C/
H A Dexp.c43 * expm1(r) ~ r + t1*r^2 + t2*r^3 + ... + t5*r^6
50 * expm1(r) ~ (2r)/(2-R), R = r - r^2*(t1 + t2*r^2)
51 * (for the same t1 and t2 as above)
275 #define t2 C[4] macro
307 y = x + (t * (half + x * t2) +
320 y = z + (t * (half + z * t2) +
349 y = z + (t * (half + z * t2) + (t * t) * (t3 + z * t4 + t * t5));
H A D__tan.c44 * w = x + (y+(x*z)*(t1+z*(t2+z*(t3+z*(t4+z*(t5+z*t6))))))
95 * PF(x) = x + (t1*x*z)(t2 + z(t3 + z))(t4 + z)(t5 + z(t6 + z))
98 /* t2 = */ 6.02645120354857866118436504621058702468872070312e+0000,
113 #define t2 q[7] macro
137 t = y + (((t1 * x) * z) * (t2 + z * (t3 + z))) *
H A Datan.c103 /* t2 = */ 0.2,
121 #define t2 g[14] macro
145 s = t2 * x;
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dexpl.c41 * a. expm1(r) = (2r)/(2-R), R = r - r^2*(t1 + t2*r^2)
89 t2 = -2.777777777777777777777707812093173478756e-3L, variable
122 r = (x - t * (t1 + t * (t2 + t * (t3 + t * (t4 + t * t5))))) - two;
H A Dhypotl.c44 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
45 * where t1 = 2x with lower 64 bits cleared, t2 = 2x-t1, y1= y with
69 long double t1, t2, y1, y2, w; local
110 t2 = x - t1;
111 x = sqrtl(t1 * t1 - (y * (-y) - t2 * (x + t1)));
121 t2 = x - t1;
122 x = sqrtl(t1 * y1 - (w * (-w) - (t2 * y1 + y2 * x)));
130 t2 = x;
132 t2 = y;
134 t2
[all...]
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_cexpl.c41 * a. expm1(r) = (2r)/(2-R), R = r - r^2*(t1 + t2*r^2)
234 t2 = -2.777777777777777777777707812093173478756e-3L, variable
272 r = (x - t * (t1 + t * (t2 + t * (t3 + t * (t4 + t * t5))))) - two;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sparc.c97 enum fp_class_type t1, t2; local
109 t2 = fp_classf(*(float*)FPreg(rs2));
114 t2 = fp_class(*(double*)FPREG(rs2));
119 t2 = my_fp_classl((long double*)FPREG(rs2));
127 if (t2 == fp_signaling)
H A D__fex_sse.c344 enum fp_class_type t1, t2; local
347 t2 = ((int)inst->op & DOUBLE)? my_fp_class(&inst->op2->d[0]) :
349 if (t2 == fp_signaling)
398 if (t1 == fp_infinity && t2 == fp_infinity)
404 if ((t1 == fp_zero && t2 == fp_infinity) ||
405 (t2 == fp_zero && t1 == fp_infinity))
411 if (t1 == fp_zero && t2 == fp_zero)
413 if (t1 == fp_infinity && t2 == fp_infinity)
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Devnv.c61 data_type_t t1, t2; local
92 t2 = nvpair_type(p2);
93 if (t1 != t2)
94 return (t1 - t2);
/illumos-gate/usr/src/cmd/acct/
H A Dacctmerg.c190 tacctadd(struct tacct *t1, struct tacct *t2) argument
192 t1->ta_cpu[0] = t1->ta_cpu[0] + t2->ta_cpu[0];
193 t1->ta_cpu[1] = t1->ta_cpu[1] + t2->ta_cpu[1];
194 t1->ta_kcore[0] = t1->ta_kcore[0] + t2->ta_kcore[0];
195 t1->ta_kcore[1] = t1->ta_kcore[1] + t2->ta_kcore[1];
196 t1->ta_con[0] = t1->ta_con[0] + t2->ta_con[0];
197 t1->ta_con[1] = t1->ta_con[1] + t2->ta_con[1];
198 t1->ta_du = t1->ta_du + t2->ta_du;
199 t1->ta_pc += t2->ta_pc;
200 t1->ta_sc += t2
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drenew.c84 uint32_t t2; local
102 t2 = dsmp->dsm_curstart_monosec + dlp->dl_t2.dt_start;
103 if (monosec() + TOO_CLOSE >= t2) {
105 monosec() > t2 ? "" : "almost ", dsmp->dsm_name);
117 if (monosec() + RETRY_DELAY < t2) {
525 monosec_t t2; local
527 t2 = 0;
529 if (dlp->dl_t2.dt_start > t2)
530 t2 = dlp->dl_t2.dt_start;
532 t2
[all...]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dttl_utils.c285 add_to_timeval(struct timeval *t1, int t2) argument
292 t1->tv_sec += t2;
297 "Wrap when adding %d to %d", t2, oldval.tv_sec);
315 * OUTPUTS: TRUE t1 > t2
316 * FALSE t1 <= t2
320 is_greater_timeval(struct timeval *t1, struct timeval *t2) argument
322 if (t1->tv_sec > t2->tv_sec)
325 if (t1->tv_sec == t2->tv_sec) {
326 if (t1->tv_usec > t2->tv_usec)
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DUARequester.java413 Object t2,
456 query = (String)t2;
479 new CSrvMsg(locale, type, multiCastScopes, (String)t2);
489 (Vector)t2);
496 (Vector)t2);
516 new CSrvMsg(locale, type, scopes, (String)t2);
526 (Vector)t2);
533 (Vector)t2);
411 createMessages(int msgType, Object t1, Object t2, ServiceType type, Vector scopes) argument
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DTuple.java312 * @see Tuple#compare(Tuple t1, Tuple t2, int pos)
335 * @param t2 second tuple
345 compare(Tuple t1, Tuple t2, int pos) argument
349 ValueRecord rec2 = t2.get(pos);
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_mont.c93 mp_int t1, t2; local
96 MP_DIGITS(&t2) = 0;
98 MP_CHECKOK(mp_init(&t2, kmflag));
103 MP_CHECKOK(group->meth->field_mul(x1, z1, &t2, group->meth));
107 MP_CHECKOK(group->meth->field_add(x1, &t2, x1, group->meth));
111 mp_clear(&t2);

Completed in 120 milliseconds

12345