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

/freebsd-10-stable/lib/libc/stdtime/
H A Dtime32.c25 _time32_to_time(__int32_t t32) argument
27 return((time_t)t32);
/freebsd-10-stable/include/
H A Dtimeconv.h52 time_t _time32_to_time(__int32_t t32);
/freebsd-10-stable/lib/msun/ld128/
H A De_lgammal_r.c104 t32 = 1.37790144435073124976696250804940384e-07L; variable
288 y*(t31+y*t32))))))))))))))))))))))))))))));
/freebsd-10-stable/sys/kern/
H A Dkern_umtx.c3795 struct umtx_time32 t32; local
3798 t32.clockid = CLOCK_REALTIME;
3799 t32.flags = 0;
3801 error = copyin(addr, &t32.timeout, sizeof(struct timespec32));
3803 error = copyin(addr, &t32, sizeof(struct umtx_time32));
3806 if (t32.timeout.tv_sec < 0 ||
3807 t32.timeout.tv_nsec >= 1000000000 || t32.timeout.tv_nsec < 0)
3809 tp->_timeout.tv_sec = t32.timeout.tv_sec;
3810 tp->_timeout.tv_nsec = t32
[all...]

Completed in 60 milliseconds