Searched defs:frac (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/libsyscall/wrappers/ |
| H A D | __commpage_gettimeofday.c | 45 uint64_t delta, frac; in __commpage_gettimeofday_internal() local
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | sched_average.c | 88 #define frac(n) (((base(n) - 1) * LOAD_SCALE) / base(n)) macro
|
| H A D | clock.c | 128 uint64_t frac; member 332 #define TIME_ADD(rsecs, secs, rfrac, frac, unit) \ argument 341 #define TIME_SUB(rsecs, secs, rfrac, frac, unit) \ argument 448 int64_t nano, frac; in get_scale_factors_from_adj() local
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | rtclock.c | 258 uint64_t frac, in clock_gettimeofday_set_commpage()
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | rtclock.c | 405 clock_gettimeofday_set_commpage(uint64_t abstime, uint64_t sec, uint64_t frac, uint64_t scale, uint… in clock_gettimeofday_set_commpage()
|
| /xnu-8019.80.24/osfmk/arm/commpage/ |
| H A D | commpage.c | 283 uint64_t frac, in commpage_set_timestamp()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_ntptime.c | 584 int64_t frac = (time_adj > 0)? ((uint32_t) time_adj) : -((uint32_t) (-time_adj)); in ntp_update_second() local
|
| /xnu-8019.80.24/osfmk/i386/commpage/ |
| H A D | commpage.c | 738 uint64_t frac, in commpage_set_timestamp()
|