Searched refs:t64 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Libc-1044.1.2/gdtoa/
H A D_ldbl_util.c43 int64_t t64; local
96 t64 = (1LL << bit);
100 t64 = 0;
108 t64 |= (u.bits.manl >> shift);
110 t64 |= (u.bits.manl << (-shift));
113 a64[0] += t64;
117 a64[0] -= t64;
/macosx-10.10/Libc-1044.1.2/stdtime/FreeBSD/
H A Dtime32.c47 _time64_to_time(__int64_t t64) argument
49 return((time_t)t64);
/macosx-10.10/Libc-1044.1.2/include/
H A Dtimeconv.h54 time_t _time64_to_time(int64_t t64);
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dclock.c588 uint64_t now, t64; local
634 nanoseconds_to_absolutetime((uint64_t)delta, &t64);
635 clock_calend.adjoffset = (uint32_t)t64;
659 nanoseconds_to_absolutetime((uint64_t)-delta, &t64);
660 clock_calend.adjoffset = (uint32_t)t64;
729 uint64_t now, t64; local
746 nanoseconds_to_absolutetime((uint64_t)delta, &t64);
747 clock_calend.adjoffset = (uint32_t)t64;
758 nanoseconds_to_absolutetime((uint64_t)-delta, &t64);
759 clock_calend.adjoffset = (uint32_t)t64;
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c32280 sqlite3_int64 t64; local
[all...]

Completed in 500 milliseconds