Searched refs:tt (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dtime.c37 struct timeval tt; local
39 if (gettimeofday(&tt, (struct timezone *)0) < 0)
42 *t = (time_t)tt.tv_sec;
43 return (tt.tv_sec);
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Dev_timers.c370 idle_timer *tt; local
373 OKNEW(tt);
374 tt->func = func;
375 tt->uap = uap;
376 tt->lastTouched = ctx->lastEventTime;
377 tt->max_idle = max_idle;
379 if (evSetTimer(opaqueCtx, idle_timeout, tt,
382 FREE(tt);
386 tt->timer = opaqueID->opaque;
394 idle_timer *tt local
409 idle_timer *tt = timer->uap; local
425 idle_timer *tt = t->uap; local
[all...]
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgamma_r.c108 /* tt = -(tail of tf) */
109 tt = -3.63867699703950536541e-18, /* 0xBC50C7CA, 0xA48A971F */ variable
262 p = z*p1-(tt-w*(p2+y*p3));
H A De_lgammaf_r.c41 /* tt = -(tail of tf) */
42 tt = 6.6971006518e-09, /* 0x31e61c52 */ variable
195 p = z*p1-(tt-w*(p2+y*p3));

Completed in 92 milliseconds