Searched defs:frac (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.1.9/libsyscall/wrappers/ |
| H A D | __commpage_gettimeofday.c | 45 uint64_t delta, frac; in __commpage_gettimeofday_internal() local
|
| /xnu-12377.1.9/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 | 129 uint64_t frac; member 333 #define TIME_ADD(rsecs, secs, rfrac, frac, unit) \ argument 342 #define TIME_SUB(rsecs, secs, rfrac, frac, unit) \ argument 452 int64_t nano, frac; in get_scale_factors_from_adj() local
|
| /xnu-12377.1.9/osfmk/arm/ |
| H A D | rtclock.c | 306 uint64_t frac, in clock_gettimeofday_set_commpage()
|
| /xnu-12377.1.9/osfmk/i386/ |
| H A D | rtclock.c | 404 clock_gettimeofday_set_commpage(uint64_t abstime, uint64_t sec, uint64_t frac, uint64_t scale, uint… in clock_gettimeofday_set_commpage()
|
| /xnu-12377.1.9/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-12377.1.9/osfmk/arm/commpage/ |
| H A D | commpage.c | 306 uint64_t frac, in commpage_set_timestamp()
|
| /xnu-12377.1.9/osfmk/i386/commpage/ |
| H A D | commpage.c | 783 uint64_t frac, in commpage_set_timestamp()
|
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_compressor.c | 3186 #define TIME_SUB(rsecs, secs, rfrac, frac, unit) \ argument
|