Searched defs:t1 (Results 1 - 25 of 120) sorted by relevance

12345

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_compound_nameref.sh143 function t1 function
156 t1 addrsp
194 function t1 function
207 t1 addrsp
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_notify_change.c88 hrtime_t t1, t2; local
101 t1 = 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/libnsl/rpc/
H A Drpc_sel2poll.c107 int t1, tmp; local
114 t1 = -tmp;
115 t1 += t1 << 1;
116 t1 += tmp << 7;
118 t1 += t->tv_usec / 1000;
120 return (t1);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrcoll.c53 wchar_t *t1 = NULL, *t2 = NULL; local
73 if ((t1 = malloc(sz1 * sizeof (wchar_t))) == NULL)
75 w1 = t1;
96 if (t1)
97 free(t1);
104 if (t1)
105 free(t1);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_dt.c26 const char *t1, long v1)
31 f, n, t1, v1);
37 const char *t1, long v1,
43 f, n, t1, v1, t2, v2);
49 const char *t1, long v1,
56 f, n, t1, v1, t2, v2, t3, v3);
25 smb_dtrace1(const char *f, const char *n, const char *t1, long v1) argument
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/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
70 int *pt1 = (int *) &t1, *py1 = (int *) &y1;
96 t2 = x - t1;
97 x = sqrtl(t1 * t1 - (y * (-y) - t2 * (x + t1)));
[all...]
H A D__tanl.c44 * w = x + (y+(x*z)*(t1+z*(t2+z*(t3+z*(t4+z*(t5+z*t6))))))
94 * |tan(x) - (x+t1*x^3+...+t6*x^13)|
98 t1 = 3.333333333333333333333333333333423342490e-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/boot/sys/boot/i386/common/
H A Dcons.c101 uint32_t t0, t1; local
111 t1 = *(uint32_t *)PTOV(0x46c);
113 t0 = t1;
114 if (t1 < t0 || t1 >= t0 + secs)
/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)
88 t1 = 1.666666666666666666666666666660876387437e-1L, 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
71 int *pt1 = (int *) &t1, *py1 = (int *) &y1;
110 t2 = x - t1;
111 x = sqrtl(t1 * t1 - (y * (-y) - t2 * (x + t1)));
[all...]
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcatanl.c128 long double x, y, t1, ax, ay, t; local
210 t1 = ay - one;
212 t = ay / (t1 * t1);
216 t = ay / (ax * ax + t1 * t1);
H A Dk_cexpl.c41 * a. expm1(r) = (2r)/(2-R), R = r - r^2*(t1 + t2*r^2)
233 t1 = 1.666666666666666666666666666660876387437e-1L, 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
108 t1 = fp_classf(*(float*)FPreg(rs1));
113 t1 = fp_class(*(double*)FPREG(rs1));
118 t1 = my_fp_classl((long double*)FPREG(rs1));
136 if (t1 == fp_signaling)
144 if (t1 == fp_signaling)
150 if (t1 == fp_signaling)
152 else if (t1 == fp_zero)
167 if (t1 == fp_signaling)
H A D__fex_sse.c344 enum fp_class_type t1, t2; local
377 t1 = ((int)inst->op & DOUBLE)? my_fp_class(&inst->op1->d[0]) :
379 if (t1 == 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
91 t1 = nvpair_type(p1);
93 if (t1 != t2)
94 return (t1 - t2);
100 switch (t1) {
/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
[all...]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dttl_utils.c285 add_to_timeval(struct timeval *t1, int t2) argument
289 oldval.tv_sec = t1->tv_sec;
292 t1->tv_sec += t2;
295 if (!(t1->tv_sec >= 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
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DUARequester.java412 Object t1,
474 new CSrvTypeMsg(locale, (String)t1, multiCastScopes);
484 if (t1 instanceof ServiceURL) {
487 (ServiceURL)t1,
511 new CSrvTypeMsg(locale, (String)t1, scopes);
521 if (t1 instanceof ServiceURL) {
524 (ServiceURL)t1,
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)
334 * @param t1 first tuple
345 compare(Tuple t1, Tuple t2, int pos) argument
348 ValueRecord rec1 = t1.get(pos);
/illumos-gate/usr/src/lib/libm/common/C/
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))
97 /* t1 = */ 3.71923358986516816929168705030406272271648049355e-0003,
112 #define t1 q[6] macro
137 t = y + (((t1 * x) * z) * (t2 + z * (t3 + z))) *
H A Datan.c102 /* t1 = */ -0.333333333333333333333333333333333,
120 #define t1 g[13] macro
142 return (x + (x * t1) * (x * x));
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_mont.c65 mp_int t1; local
67 MP_DIGITS(&t1) = 0;
68 MP_CHECKOK(mp_init(&t1, kmflag));
71 MP_CHECKOK(group->meth->field_sqr(z, &t1, group->meth));
72 MP_CHECKOK(group->meth->field_mul(x, &t1, z, group->meth));
74 MP_CHECKOK(group->meth->field_sqr(&t1, &t1, group->meth));
76 field_mul(&group->curveb, &t1, &t1, group->meth));
77 MP_CHECKOK(group->meth->field_add(x, &t1,
93 mp_int t1, t2; local
[all...]
H A Decp_jm.c69 mp_int *t0, *t1, *M, *S; local
72 t1 = &scratch[1];
98 /* t0 = 2y^2 , t1 = 8y^4 */
101 MP_CHECKOK(group->meth->field_sqr(t0, t1, group->meth));
102 MP_CHECKOK(group->meth->field_add(t1, t1, t1, group->meth));
114 /* ry = M * (S - rx) - t1 */
117 MP_CHECKOK(group->meth->field_sub(ry, t1, ry, group->meth));
119 /* ra*z^4 = 2*t1*(apz
[all...]

Completed in 125 milliseconds

12345