Searched defs:nanosecs (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Drtclock.c220 uint64_t nanosecs = (uint64_t)interval * scale_factor; local
163 clock_get_system_nanotime( uint32_t *secs, uint32_t *nanosecs) argument
245 absolutetime_to_nanotime( uint64_t abstime, uint32_t *secs, uint32_t *nanosecs) argument
259 nanotime_to_absolutetime( uint32_t secs, uint32_t nanosecs, uint64_t *result) argument
284 nanoseconds_to_absolutetime( uint64_t nanosecs, uint64_t *result) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Drtclock.c415 clock_get_system_nanotime( uint32_t *secs, uint32_t *nanosecs) argument
564 absolutetime_to_nanotime( uint64_t abstime, uint32_t *secs, uint32_t *nanosecs) argument
576 nanotime_to_absolutetime( uint32_t secs, uint32_t nanosecs, uint64_t *result) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dclock.c266 clock_get_calendar_nanotime( uint32_t *secs, uint32_t *nanosecs) argument
489 clock_get_boottime_nanotime( uint32_t *secs, uint32_t *nanosecs) argument
811 clock_get_calendar_nanotime_nowait( uint32_t *secs, uint32_t *nanosecs) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c1046 uint32_t secs, nanosecs; local

Completed in 41 milliseconds