Searched defs:tt (Results 1 - 25 of 64) sorted by relevance

123

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dtime.c35 struct timeval tt; local
37 if (gettimeofday(&tt, (struct timezone *)0) < 0)
40 *t = tt.tv_sec;
41 return (tt.tv_sec);
/illumos-gate/usr/src/cmd/keyserv/
H A Ddetach.c51 int tt; local
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_fault.c45 kmdb_fault(kreg_t tt, kreg_t pc, kreg_t sp, int cpuid) argument
61 kmdb_fault_display(tt, pc, sp, 1);
72 kmdb_fault_display(tt, pc, sp, 0);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcopywin.c101 cchar_t *st, *tt; local
112 tt = t->_line[tminr] + tminc;
122 for (tc = tminc; tc <= tmaxc; ++tc, ++tt, ++st) {
126 *tt = *st;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dlroundl.c46 } tt; local
57 tt.i = sx | 0x7f000000;
58 return ((long) tt.f);
89 tt.i = sx | 0x7f000000;
90 return ((long) tt.f);
H A Dllroundl.c52 } tt; local
63 tt.i = sx | 0x7f000000;
64 return ((long long) tt.f);
106 tt.i = sx | 0x7f000000;
107 return ((long long) tt.f);
H A Dlrintl.c50 } tt; local
62 tt.i = sx | 0x7f000000;
63 return ((long) tt.f);
107 tt.i = sx | 0x7f000000;
108 return ((long) tt.f);
H A Dllrintl.c56 } tt; local
68 tt.i = sx | 0x7f000000;
69 return ((long long) tt.f);
124 tt.i = sx | 0x7f000000;
125 return ((long long) tt.f);
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkmdb_fault_isadep.c115 kmdb_fault_display(kreg_t tt, kreg_t pc, kreg_t sp, int safe) argument
117 mdb_iob_printf(mdb.m_err, " tt: %p, sp: %p, pc: %p", tt, sp, pc);
122 switch (tt) {
H A Dkmdb_dpi_isadep.c48 kmdb_dpi_handle_fault(kreg_t tt, kreg_t tpc, kreg_t tnpc, kreg_t sp, int cpuid) argument
50 mdb_dprintf(MDB_DBG_DPI, "\ndpi_handle_fault: tt 0x%01lx, tpc 0x%0?p, "
51 "tnpc 0x%0?p, sp 0x%0?p, fault_pcb 0x%0?p\n", tt, tpc, tnpc, sp,
54 switch (tt) {
75 kmdb_fault(tt, tpc, sp, cpuid);
122 kreg_t pc, tt; local
139 (void) kmdb_dpi_get_register("tt", &tt);
140 mdb_dprintf(MDB_DBG_PROC, "Back from resume, pc: %p, tt: %lx\n",
141 (void *)pc, tt);
[all...]
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastwinsize.c124 ttctl(register int fd, int op, void* tt) argument
131 if (!ioctl(fd, op, tt)) return(0);
134 v = ioctl(fd, op, tt);
139 else if (!ioctl(fd, op, tt)) return(0);
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_html.c94 struct tag *tt; local
107 tt = print_otag(h, TAG_TR, 0, NULL);
118 print_stagq(h, tt);
131 print_tagq(h, tt);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcopywin.c96 cchar_t *st, *tt; local
101 tt = t->_line[tminr] + tminc;
104 for (tc = tminc; tc <= tmaxc; ++tc, ++tt, ++st) {
109 *tt = *st;
/illumos-gate/usr/src/cmd/acct/
H A Dacctmerg.c57 struct tacct tt = { variable in typeref:struct:tacct
135 output(&tt);
174 tacctadd(&tt, tp); /* gets total of all uids */
181 tacctadd(&tt, tp);
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dsleep.c208 struct tms tt; local
215 clock_t begin = times(&tt);
220 while((times(&tt)-begin) < n);
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcosbig.c72 double tx, tt[3], ty[2], t, w, z, a; local
84 tt[0] = (double)((int) tx);
85 tx = (tx - tt[0]) * two24;
89 tt[1] = (double)((int) tx);
90 tt[2] = (tx - tt[1]) * two24;
91 if (tt[2] != zero)
97 tt[1] = tt[2] = zero;
99 nx = __vlibm_rem_pio2m(tt, t
[all...]
H A D__vcosbigf.c72 double tx, tt[3], ty[2], t, w, z, a; local
85 tt[0] = (double)((int) tx);
86 tx = (tx - tt[0]) * two24;
90 tt[1] = (double)((int) tx);
91 tt[2] = (tx - tt[1]) * two24;
92 if (tt[2] != zero)
98 tt[1] = tt[2] = zero;
100 nx = __vlibm_rem_pio2m(tt, t
[all...]
H A D__vsinbig.c72 double tx, tt[3], ty[2], t, w, z, a; local
84 tt[0] = (double)((int) tx);
85 tx = (tx - tt[0]) * two24;
89 tt[1] = (double)((int) tx);
90 tt[2] = (tx - tt[1]) * two24;
91 if (tt[2] != zero)
97 tt[1] = tt[2] = zero;
99 nx = __vlibm_rem_pio2m(tt, t
[all...]
H A D__vsinbigf.c72 double tx, tt[3], ty[2], t, w, z, a; local
85 tt[0] = (double)((int) tx);
86 tx = (tx - tt[0]) * two24;
90 tt[1] = (double)((int) tx);
91 tt[2] = (tx - tt[1]) * two24;
92 if (tt[2] != zero)
98 tt[1] = tt[2] = zero;
100 nx = __vlibm_rem_pio2m(tt, t
[all...]
H A D__vsincosbig.c73 double ts, tc, tx, tt[3], ty[2], t, w, z, c, s; local
89 tt[0] = (double)((int) tx);
90 tx = (tx - tt[0]) * two24;
94 tt[1] = (double)((int) tx);
95 tt[2] = (tx - tt[1]) * two24;
96 if (tt[2] != zero)
102 tt[1] = tt[2] = zero;
104 nx = __vlibm_rem_pio2m(tt, t
[all...]
H A D__vsincosbigf.c72 double ts, tc, tx, tt[3], ty[2], t, w, z, c, s; local
85 tt[0] = (double)((int) tx);
86 tx = (tx - tt[0]) * two24;
90 tt[1] = (double)((int) tx);
91 tt[2] = (tx - tt[1]) * two24;
92 if (tt[2] != zero)
98 tt[1] = tt[2] = zero;
100 nx = __vlibm_rem_pio2m(tt, t
[all...]
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c173 int tt; local
187 tt = open("/dev/tty", O_RDWR, 0);
188 if (tt >= 0) {
189 ioctl(tt, TIOCNOTTY, 0);
190 close(tt);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_attr.c36 timestruc_to_settime4(timestruc_t *tt, settime4 *tt4, int flags) argument
42 error = nfs4_time_vton(tt, &tt4->time);
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_sqrt.c98 double c, d, rr, r[2], tt[3], xx[4], zz[5]; local
238 tt[0] = zz[0] + zz[0];
242 tt[1] = zz[1] + zz[1];
243 r[0] -= tt[0] * zz[1];
250 tt[2] = zz[2] + zz[2];
251 r[0] -= tt[0] * zz[2];
252 r[1] -= tt[1] * zz[2];
258 r[0] = ((r[0] - tt[0] * zz[3]) + r[1]) - tt[1] * zz[3];
259 r[1] = -tt[
[all...]
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dsqrtl.c319 double c, rr, r[3], tt[3], t[5]; local
327 tt[0] = t[0] + t[0];
331 tt[1] = t[1] + t[1];
332 r[0] -= tt[0] * t[1];
339 tt[2] = t[2] + t[2];
340 r[0] -= tt[0] * t[2];
341 r[1] -= tt[1] * t[2];
347 r[0] = ((r[0] - tt[0] * t[3]) + r[1]) - tt[1] * t[3];
348 r[1] = -tt[
[all...]

Completed in 141 milliseconds

123